]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
testing: -D and -u options in sfdisk are not supported any more
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 25 Apr 2016 17:31:12 +0000 (19:31 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 26 Apr 2016 15:15:37 +0000 (17:15 +0200)
testing/scripts/build-baseimage

index d9500cb35a2f3ce68d7d40c003974d9f098f0f76..e410f6a37e6b1c6aa071d47cdd0fe1ecb4c4c798 100755 (executable)
@@ -45,7 +45,7 @@ execute "qemu-nbd -c $NBDEV $BASEIMG"
 do_on_exit qemu-nbd -d $NBDEV
 
 log_action "Partitioning disk"
-sfdisk /dev/nbd0 -D -uM >>$LOGFILE 2>&1 << EOF
+sfdisk /dev/nbd0 >>$LOGFILE 2>&1 << EOF
 ;
 EOF
 if [ $? != 0 ]