diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-04-25 19:31:12 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-04-26 17:15:37 +0200 |
commit | b85422b90c4423de4138afd44981f7ad80906bf6 (patch) | |
tree | 3e2f1325ebd9ce80fb0f2c6f6f14131d7a621b4e /testing | |
parent | 49fa6ebf1cac07bf4a3f5c033e31b8c07a17821c (diff) | |
download | strongswan-b85422b90c4423de4138afd44981f7ad80906bf6.tar.bz2 strongswan-b85422b90c4423de4138afd44981f7ad80906bf6.tar.xz |
testing: -D and -u options in sfdisk are not supported any more
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/scripts/build-baseimage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index d9500cb35..e410f6a37 100755 --- a/testing/scripts/build-baseimage +++ b/testing/scripts/build-baseimage @@ -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 ] |