diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-08 18:36:08 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | 5a8c6778fe784c4a0a9f0d5ff84b95b4ed18d26e (patch) | |
| tree | 1eeedb3b3b8822dd8e39f97c9d32c8a38fc30f50 /scripts/live | |
| parent | a3f5e94aedca5cebe374467749c1c94203be2a94 (diff) | |
| download | live-boot-5a8c6778fe784c4a0a9f0d5ff84b95b4ed18d26e.tar.gz live-boot-5a8c6778fe784c4a0a9f0d5ff84b95b4ed18d26e.zip | |
Print friendly error message on live-initramfs panic.
Diffstat (limited to 'scripts/live')
| -rwxr-xr-x | scripts/live | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/live b/scripts/live index d3c86a2..fb61d01 100755 --- a/scripts/live +++ b/scripts/live @@ -1350,6 +1350,9 @@ mountroot () tail -f live.log >&7 & tailpid="${!}" + # Ensure 'panic' function is overridden + . /scripts/live-functions + Arguments set_usplash_timeout |
