Diff for /elwix/build_rootfs.sh between versions 1.1 and 1.1.1.1.2.2

version 1.1, 2011/07/05 23:43:00 version 1.1.1.1.2.2, 2011/07/21 08:07:12
Line 124  install_rootfs() Line 124  install_rootfs()
   
         InstallList ${ELWIX_ROOTFS} ${WORLD} ${ROOTFS}          InstallList ${ELWIX_ROOTFS} ${WORLD} ${ROOTFS}
   
        InstallFiles ${ROOTFS_ETC} $ETC        InstallDir ${ROOTFS_ETC} $ETC
   
         ln -s /usr/sbin/nologin $SBIN          ln -s /usr/sbin/nologin $SBIN
   
Line 226  install_rootfs() Line 226  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_newnfs  
         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

Removed from v.1.1  
changed lines
  Added in v.1.1.1.1.2.2


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