summaryrefslogtreecommitdiff
path: root/scripts/live
diff options
context:
space:
mode:
authorMichal Suchanek <michal.suchanek@ruk.cuni.cz>2008-08-26 15:14:23 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:01 +0100
commit364b46b527237033f9b15e6db9aa621ba4b3d35c (patch)
tree4ff39974e180267cf80b14e78dfd625b69fb71b3 /scripts/live
parent059acaa9da49953b091d220ed52de1d252c61ae5 (diff)
downloadlive-boot-364b46b527237033f9b15e6db9aa621ba4b3d35c.tar.gz
live-boot-364b46b527237033f9b15e6db9aa621ba4b3d35c.zip
Enabling the "remove CD" prompt in splashy.
Diffstat (limited to 'scripts/live')
-rwxr-xr-xscripts/live4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index ec5f6e8..4ba4257 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1338,7 +1338,9 @@ set_usplash_timeout ()
if [ -x /sbin/usplash_write ]
then
/sbin/usplash_write "TIMEOUT 120"
- fi
+ else if [ -x /sbin/splashy_update ] ; then
+ /sbin/splashy_update "TIMEOUT 120"
+ fi ; fi
}
mountroot ()