X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=93a2831e70109e2127a2b131de3c3ad555cc3462;hb=274ce8e4e2b902e4e7b4871c284cee0285cf18a6;hp=19ff26a78a3bd2ee454a13db27c8d04de536ad66;hpb=3e6ed90770401e583bfd7c6dfba5aab48caae56c;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 19ff26a..93a2831 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 @@ -246,3 +246,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