--- elwix/build_rootfs.sh 2012/10/09 15:23:56 1.2.4.14 +++ elwix/build_rootfs.sh 2013/01/25 15:46:24 1.3.2.1 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_rootfs.sh,v 1.2.4.14 2012/10/09 15:23:56 misho Exp $ +# $Id: build_rootfs.sh,v 1.3.2.1 2013/01/25 15:46:24 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -106,7 +106,6 @@ build_rootdir() install -d mnt; install -d -m 0555 proc; install -d sbin; - install -d system; install -d -m 1777 tmp; install -d usr; install -d usr/bin; @@ -114,6 +113,7 @@ build_rootdir() install -d usr/libexec; install -d usr/sbin; install -d var; + install -d var/sys; ln -fs /usr/lib lib; @@ -280,7 +280,7 @@ install_rootfs() ln -s $PRG $SBIN/mount_cd9660 ln -s $PRG $SBIN/mount_msdosfs 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_udf ln -s $PRG $SBIN/mount_unionfs