X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=4e29226a9e01afd57c9507d3d0a4227e0b82d0ce;hb=0ed041259b335664ca3f64d50f29cfb071e04100;hp=8a1be0278b68c253d5c517b529da8a4dd14d3fc1;hpb=c6e3f250dd26f951f32a34a18e7153a7a5d340a9;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 ]