X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=4e29226a9e01afd57c9507d3d0a4227e0b82d0ce;hb=0ed041259b335664ca3f64d50f29cfb071e04100;hp=f2984f4ea1e53d9b48a0379c11cd4e1a0f6b15d5;hpb=dae7f55bb28ac56786ca74c2ce0feddca33264d0;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index f2984f4..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,7 +148,10 @@ else copy_exec /sbin/udevtrigger /sbin copy_exec /sbin/udevsettle /sbin fi -copy_exec /usr/bin/udevinfo /bin +if [ -x /usr/bin/udevinfo ] +then + copy_exec /usr/bin/udevinfo /bin +fi # Program: wget if [ -x /usr/bin/wget ]