diff options
author | Holger Paradies <retabell@gmx.de> | 2013-03-02 16:08:29 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-03-04 22:33:41 +0100 |
commit | 7bc36b0bf32b46bc8c579776ab90637d79bcbfd7 (patch) | |
tree | 246a9a90ac0c4a623d872bc60e51b4861d5d6218 /config | |
parent | 42a955c1a23da766033369a1b600df2295ebcecf (diff) | |
download | kanotix-7bc36b0bf32b46bc8c579776ab90637d79bcbfd7.zip kanotix-7bc36b0bf32b46bc8c579776ab90637d79bcbfd7.tar.gz |
remove live-boot_retry_message
Diffstat (limited to 'config')
-rw-r--r-- | config/chroot_local-patches/live-boot_retry_message.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/config/chroot_local-patches/live-boot_retry_message.patch b/config/chroot_local-patches/live-boot_retry_message.patch deleted file mode 100644 index 4070fe6..0000000 --- a/config/chroot_local-patches/live-boot_retry_message.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- /lib/live/boot/mountroot.sh.orig 2012-06-28 14:39:38.000000000 +0200 -+++ /lib/live/boot/mountroot.sh 2012-08-30 06:15:17.559993109 +0200 -@@ -80,6 +80,16 @@ - break - fi - -+ if [ "$i" -eq 10 ] -+ then -+ msg="live-boot has trouble finding your live-media... try unplugging and plugging it in again" -+ if [ -x /bin/plymouth ] && plymouth --ping; then -+ plymouth message --text="$msg" -+ else -+ echo "$msg" >&2 -+ fi -+ fi -+ - sleep 1 - i="$(($i + 1))" - done |