From: Michael Prokop Date: Wed, 28 Mar 2007 10:02:17 +0000 (+0200) Subject: fix $EMUL $LIB64 in /linuxrc X-Git-Tag: 0.0.1~83 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f74fd8bd93b5b6732c1378ef6ea5de461995ba8f fix $EMUL $LIB64 in /linuxrc --- diff --git a/rewrite/linuxrc b/rewrite/linuxrc index bc81d85..86f67af 100644 --- a/rewrite/linuxrc +++ b/rewrite/linuxrc @@ -902,15 +902,13 @@ if test -n "$UNIONFS" && /bin/mount -t $UNIONFS_FILETYPE -o noatime${SECURE},dir fi # We now have unionfs, copy some data from the initial ramdisk first cp -a /etc/fstab /etc/auto.mnt /etc/filesystems /etc/mtab /UNIONFS/etc/ - # disable resolvconf on the terminalserver client if [ -n "$NFS" ] ; then rm /UNIONFS/etc/resolv.conf cp -a /etc/resolv.conf /UNIONFS/etc echo REPORT_ABSENT_SYMLINK=no >> /UNIONFS/etc/default/resolvconf fi - - for i in bin boot etc sbin var lib opt root usr; do # Move directories to unionfs + for i in bin boot etc sbin var opt root usr $EMUL $LIB64 lib ; do # Move directories to unionfs if test -d /$i; then /bin/mv /$i /$i.old && \ # /GRML/lib/ld-linux.so.2 --library-path /GRML/lib /GRML/bin/ln -snf /UNIONFS/$i /$i && \