X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=85a98a3f951a5b16c5553bb7a236a7263b241606;hb=refs%2Ftags%2Fupstream%2F3.0_a6;hp=cebe9c9d1665a82214c8b309c4fed35286b9bd15;hpb=fb8b93068d2783844214bfa95feaffcc6df498cf;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index cebe9c9..85a98a3 100755 --- a/hooks/live +++ b/hooks/live @@ -175,8 +175,7 @@ copy_exec /usr/bin/md5sum /bin if [ -x /usr/bin/memdiskfind ] then copy_exec /usr/bin/memdiskfind - manual_add_modules phram - manual_add_modules mtdblock + manual_add_modules phram mtdblock fi # Program: cpio @@ -191,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 @@ -252,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