diff options
author | Daniel Baumann <daniel@debian.org> | 2007-12-22 09:53:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:06 +0100 |
commit | 10c81fb1bc8f2326958250e285616db4e9745d84 (patch) | |
tree | 76dda232cfb64a21c23bc4cc97686eebf1f90099 /scripts/live-functions | |
parent | 25597c5805051013a6478630d7ddb2ccc6c16585 (diff) | |
download | live-boot-10c81fb1bc8f2326958250e285616db4e9745d84.tar.gz live-boot-10c81fb1bc8f2326958250e285616db4e9745d84.zip |
Merging casper 1.111.
Diffstat (limited to 'scripts/live-functions')
-rw-r--r-- | scripts/live-functions | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/live-functions b/scripts/live-functions index 6fb57c6..964fdf0 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -3,17 +3,6 @@ . /scripts/functions . /live.vars -log_end_msg () -{ - # Override this so we don't call PROGRESS - if [ -x /sbin/usplash_write ] - then - /sbin/usplash_write "SUCCESS ok" - fi - - _log_msg "Done." -} - log_wait_msg () { # Print a message and wait for enter |