X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=b5d43f266356c7dc58959d0bf3da9ec6eca53d2a;hb=1418f4946d7a96e2207a4a66ca52ed3d54e623b7;hp=e77c88b9b1ab25b14908061a8befeec2de295547;hpb=1745eb3e9c7b078df115837f0acee6397b57dcb5;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index e77c88b..b5d43f2 100755 --- a/hooks/live +++ b/hooks/live @@ -30,9 +30,9 @@ then . /etc/live/boot.conf fi -if ls /etc/live/boot.conf.d/* > /dev/null 2>&1 +if ls /etc/live/boot.d/* > /dev/null 2>&1 then - for _FILE in /etc/live/boot.conf.d/* + for _FILE in /etc/live/boot.d/* do . ${_FILE} done @@ -251,3 +251,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