X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=f68800dfe68f7350e71e8054d5224968b3c4bb89;hb=b72b24711cacdb0267c29816a0fd1b96a90836b0;hp=85a98a3f951a5b16c5553bb7a236a7263b241606;hpb=c84df2e0e459c3d13f924d0334fdb836e56d69b2;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 85a98a3..f68800d 100755 --- a/hooks/live +++ b/hooks/live @@ -175,7 +175,8 @@ copy_exec /usr/bin/md5sum /bin if [ -x /usr/bin/memdiskfind ] then copy_exec /usr/bin/memdiskfind - manual_add_modules phram mtdblock + manual_add_modules phram + manual_add_modules mtdblock fi # Program: cpio @@ -246,3 +247,10 @@ then #mkdir -p $DESTDIR/etc #cp -p /etc/nsswitch.conf $DESTDIR/etc fi + +if [ "${LIVE_UNIONMOUNT}" = "true" ] +then + # UnionMount + # only mount from patched util-linux can do this currently + copy_exec /bin/mount /bin/mount_full +fi