[SCM] live-config branch, debian, updated. debian/3.0_a43-1

Daniel Baumann daniel at debian.org
Thu Jul 12 18:08:52 UTC 2012


The following commit has been merged in the debian branch:
commit 38a0f78d3cb32ed6c3b78b082122965f2ca878be
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 12 17:43:58 2012 +0200

    Correcting inverted logic when checking for a live system in boot-init.sh.

diff --git a/bin/boot-init.sh b/bin/boot-init.sh
index 1174306..8e98efd 100755
--- a/bin/boot-init.sh
+++ b/bin/boot-init.sh
@@ -11,7 +11,7 @@
 set -e
 
 # Exit if system is not a live system
-if grep -qs "boot=live" /proc/cmdline || \
+if ! grep -qs "boot=live" /proc/cmdline || \
 # Exit if system is netboot
    grep -qs "netboot" /proc/cmdline || \
    grep -qs "root=/dev/nfs" /proc/cmdline || \

-- 
live-config



More information about the debian-live-changes mailing list