X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=4e29226a9e01afd57c9507d3d0a4227e0b82d0ce;hb=658e1efe68d4dc9083649d84e72f7c52f0f68060;hp=8a1be0278b68c253d5c517b529da8a4dd14d3fc1;hpb=c4ca9b83933de7049378a199577790b87ecfa6bc;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 8a1be02..4e29226 100755 --- a/hooks/live +++ b/hooks/live @@ -80,8 +80,9 @@ then manual_add_modules cifs fi -# Filesystem: ext3 +# Filesystem: ext3/ext4 manual_add_modules ext3 +manual_add_modules ext4 # Filesystem: jffs2 manual_add_modules jffs2 @@ -147,10 +148,10 @@ else copy_exec /sbin/udevtrigger /sbin copy_exec /sbin/udevsettle /sbin fi -copy_exec /usr/bin/udevinfo /bin - -# Program: wc -copy_exec /usr/bin/wc /bin +if [ -x /usr/bin/udevinfo ] +then + copy_exec /usr/bin/udevinfo /bin +fi # Program: wget if [ -x /usr/bin/wget ]