X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F12_uuid_support.dpatch;h=3d60325f576c2f2fd9187e65430278ebedf2da99;hb=13716737c171d9b0bdb8f517d4d8d601ccc52bfb;hp=364c5b36b6318359133521a3cc71a9e3e561a9bd;hpb=a9ddc0ac5a7d752ba93cf6fc838db9ec09fc85aa;p=live-boot-grml.git diff --git a/debian/patches/12_uuid_support.dpatch b/debian/patches/12_uuid_support.dpatch index 364c5b3..3d60325 100755 --- a/debian/patches/12_uuid_support.dpatch +++ b/debian/patches/12_uuid_support.dpatch @@ -54,7 +54,7 @@ index abce3cd..851796c 100755 + fi + + if [ -n "$BOOTID" ] && ! [ -r "${path}/conf/bootid.txt" ] ; then -+ echo " * Warning: bootid=... specified but no bootid.txt found on currently requested device.">>/live.log ++ echo " * Warning: bootid=... specified but no bootid.txt found on currently requested device.">>/live-boot.log + return 1 + fi + @@ -64,15 +64,15 @@ index abce3cd..851796c 100755 + + if [ -z "$BOOTID" -a -z "$IGNORE_BOOTID" ] + then -+ echo " * Warning: bootid.txt found but ignore_bootid / bootid=.. bootoption missing...">>/live.log ++ echo " * Warning: bootid.txt found but ignore_bootid / bootid=.. bootoption missing...">>/live-boot.log + return 1 + fi + + if [ "$BOOTID" = "$bootid_conf" ] + then -+ echo " * Successfully verified /conf/bootid.txt from ISO, continuing... ">>/live.log ++ echo " * Successfully verified /conf/bootid.txt from ISO, continuing... ">>/live-boot.log + else -+ echo " * Warning: BOOTID of ISO does not match. Retrying and continuing search...">>/live.log ++ echo " * Warning: BOOTID of ISO does not match. Retrying and continuing search...">>/live-boot.log + return 1 + fi +