X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=cebe9c9d1665a82214c8b309c4fed35286b9bd15;hb=58b4414c1a1119bd6ad0372bdfc609f26d7c1402;hp=3174d17e97f7de5acafa510e6eab79b5261e5987;hpb=016995358f95b74d99561780c908f2dac7829ef1;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 3174d17..cebe9c9 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 @@ -251,3 +252,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