From b9f96f56828950e88b70a3e77ffe7881ba02fc86 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 6 Feb 2016 02:05:14 -0800 Subject: [PATCH] set -u is a hateful thing --- live-build/ubuntu-cpc/hooks/032-disk-image.binary | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/live-build/ubuntu-cpc/hooks/032-disk-image.binary b/live-build/ubuntu-cpc/hooks/032-disk-image.binary index 1eae3308..8b6dab46 100755 --- a/live-build/ubuntu-cpc/hooks/032-disk-image.binary +++ b/live-build/ubuntu-cpc/hooks/032-disk-image.binary @@ -2,6 +2,10 @@ . /build/config/functions +BOOTPART_START= +BOOTPART_END= +BOOT_MOUNTPOINT= + case $ARCH in ppc64el) echo "ppc64el disk images are handled separately"