From 4594c28c1fbe93c786aa4101d0b7bbd35ca618b6 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 6 Feb 2016 02:42:10 -0800 Subject: [PATCH] More set -u damage --- live-build/ubuntu-cpc/hooks/032-disk-image.binary | 1 + 1 file changed, 1 insertion(+) diff --git a/live-build/ubuntu-cpc/hooks/032-disk-image.binary b/live-build/ubuntu-cpc/hooks/032-disk-image.binary index 8b6dab46..13c197d9 100755 --- a/live-build/ubuntu-cpc/hooks/032-disk-image.binary +++ b/live-build/ubuntu-cpc/hooks/032-disk-image.binary @@ -5,6 +5,7 @@ BOOTPART_START= BOOTPART_END= BOOT_MOUNTPOINT= +ROOTPART_START=1 case $ARCH in ppc64el)