[SCM] Debian Live initramfs hook branch, master, updated. upstream/1.154.8-1-11-g401f283

Daniel Baumann daniel at debian.org
Sat Feb 7 23:52:42 UTC 2009


The following commit has been merged in the master branch:
commit dfc336823c5519ed83ca74428cd81717f3692d74
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 00:28:08 2009 +0100

    Removing bashism in initscript.

diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init
index 1dd72cc..5ab7b81 100644
--- a/debian/live-initramfs.init
+++ b/debian/live-initramfs.init
@@ -59,7 +59,7 @@ cache_path() {
 get_boot_device() {
     # search in /proc/mounts for the device that is mounted at /live/image
     while read DEVICE MOUNT REST; do
-        if [ "${MOUNT}" == "/live/image" ]; then
+        if [ "${MOUNT}" = "/live/image" ]; then
             echo "${DEVICE}"
             exit 0
         fi

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list