From edbced8a151c1b7ded685e2ec644950d2adec5f5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 3 Feb 2015 10:44:27 +0100 Subject: [PATCH] test-functions: use sfdisk without cyl,head,sectors newer sfdisk implementations do not work with these anymore --- test/test-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" <