Diff for /elwix/build_rootfs.sh between versions 1.2.4.14 and 1.4

version 1.2.4.14, 2012/10/09 15:23:56 version 1.4, 2013/01/28 01:47:34
Line 106  build_rootdir() Line 106  build_rootdir()
         install -d mnt;          install -d mnt;
         install -d -m 0555 proc;          install -d -m 0555 proc;
         install -d sbin;          install -d sbin;
         install -d system;  
         install -d -m 1777 tmp;          install -d -m 1777 tmp;
         install -d usr;          install -d usr;
         install -d usr/bin;          install -d usr/bin;
Line 114  build_rootdir() Line 113  build_rootdir()
         install -d usr/libexec;          install -d usr/libexec;
         install -d usr/sbin;          install -d usr/sbin;
         install -d var;          install -d var;
           install -d var/sys;
   
         ln -fs /usr/lib lib;          ln -fs /usr/lib lib;
   
Line 280  install_rootfs() Line 280  install_rootfs()
         ln -s $PRG $SBIN/mount_cd9660          ln -s $PRG $SBIN/mount_cd9660
         ln -s $PRG $SBIN/mount_msdosfs          ln -s $PRG $SBIN/mount_msdosfs
         ln -s $PRG $SBIN/mount_nfs          ln -s $PRG $SBIN/mount_nfs
        ln -s $PRG $SBIN/mount_ntfs#        ln -s $PRG $SBIN/mount_ntfs
         ln -s $PRG $SBIN/mount_nullfs          ln -s $PRG $SBIN/mount_nullfs
         ln -s $PRG $SBIN/mount_udf          ln -s $PRG $SBIN/mount_udf
         ln -s $PRG $SBIN/mount_unionfs          ln -s $PRG $SBIN/mount_unionfs

Removed from v.1.2.4.14  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>