X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=76b0be42b91ec3bf3805019c552c297cce91813d;hb=24b9fd1c70013f5847d3a4658e56bd44534e7890;hp=3bb31c99c831899efb20ec79442ec820e856105e;hpb=ae60f44dbaaa4c95681c6179ac10da31698e7ba0;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 3bb31c9..76b0be4 100755 --- a/scripts/live +++ b/scripts/live @@ -672,6 +672,9 @@ is_nice_device () elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$' then return 0 + elif echo ${sysfs_path} | grep -q "^/block/dm-" + then + return 0 fi return 1 @@ -1751,6 +1754,14 @@ integrity_check () fi } +start_usplash_pulse () +{ + if [ -x /sbin/usplash_write ] + then + /sbin/usplash_write "PULSELOGO" + fi +} + mountroot () { if [ -x /scripts/local-top/cryptroot ]; then @@ -1770,6 +1781,7 @@ mountroot () Arguments set_usplash_timeout + start_usplash_pulse maybe_break live-premount log_begin_msg "Running /scripts/live-premount"