From: Harald Hoyer Date: Tue, 3 Feb 2015 09:44:27 +0000 (+0100) Subject: test-functions: use sfdisk without cyl,head,sectors X-Git-Tag: v219~173 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=edbced8a151c1b7ded685e2ec644950d2adec5f5;ds=sidebyside test-functions: use sfdisk without cyl,head,sectors newer sfdisk implementations do not work with these anymore --- diff --git a/test/test-functions b/test/test-functions index 368e7a1e5..50daedc20 100644 --- a/test/test-functions +++ b/test/test-functions @@ -137,8 +137,8 @@ create_empty_image() { LOOPDEV=$(losetup --show -P -f $TESTDIR/rootdisk.img) [ -b "$LOOPDEV" ] || return 1 echo "LOOPDEV=$LOOPDEV" >> $STATEFILE - sfdisk -C 9600 -H 2 -S 32 -L "$LOOPDEV" <