X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=85a98a3f951a5b16c5553bb7a236a7263b241606;hb=9ced57ac00727976478916ae6af8b5115e9312b9;hp=b5d43f266356c7dc58959d0bf3da9ec6eca53d2a;hpb=7a28f4bb8080bcfa58679d5815164fcd149a5cb6;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index b5d43f2..85a98a3 100755 --- a/hooks/live +++ b/hooks/live @@ -190,12 +190,7 @@ copy_exec /bin/cpio /bin # Program: udev if [ -x /sbin/udevadm ] then - # lenny copy_exec /sbin/udevadm /sbin -else - # etch - copy_exec /sbin/udevtrigger /sbin - copy_exec /sbin/udevsettle /sbin fi if [ -x /usr/bin/udevinfo ] then @@ -251,10 +246,3 @@ 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