From 0a1b827c113b85f48bcd58e64ccd94d094b9bd8a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:37 +0200 Subject: Adding live-initramfs 1.87.5-1. --- scripts/live | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'scripts/live') diff --git a/scripts/live b/scripts/live index 73a965e..86aaddc 100755 --- a/scripts/live +++ b/scripts/live @@ -76,7 +76,7 @@ parse_cmdline () export PERSISTENT="" ;; ip*) STATICIP=${x#ip=} - if [ "${STATICIP}" == "" ]; then + if [ "${STATICIP}" = "" ]; then STATICIP="frommedia" fi export STATICIP ;; @@ -106,6 +106,8 @@ parse_cmdline () export MODULE=${x#module=} ;; preseed/file=*|file=*) export LOCATION="${x#*=}" ;; + upgrade) + export UPGRADE="Yes" ;; */*=*) question="${x%%=*}" value="${x#*=}" @@ -118,10 +120,10 @@ parse_cmdline () # sort of compatibility with netboot.h from linux docs if [ -z "${NETBOOT}" ]; then - if [ "${ROOT}" == "/dev/nfs" ]; then + if [ "${ROOT}" = "/dev/nfs" ]; then NETBOOT="nfs" export NETBOOT - elif [ "${ROOT}" == "/dev/cifs" ]; then + elif [ "${ROOT}" = "/dev/cifs" ]; then NETBOOT="cifs" export NETBOOT fi -- cgit v1.2.3