From fc5c97fe3df7ccda1f49b07d463c794c224a2dc9 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 24 Jul 2009 22:23:31 +0200 Subject: sfdisk invocation fix: use megabytes --- tests/runtime/automatic-reuse-fs-sda/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtime') diff --git a/tests/runtime/automatic-reuse-fs-sda/install.sh b/tests/runtime/automatic-reuse-fs-sda/install.sh index 4b6b6f5..d6ef255 100644 --- a/tests/runtime/automatic-reuse-fs-sda/install.sh +++ b/tests/runtime/automatic-reuse-fs-sda/install.sh @@ -1,7 +1,7 @@ #!/bin/sh # sda1 boot, sda2 will be swap, sda3 /, sda4 which will contain the "existing filesystem of the user" with "important data" on it. -sfdisk /dev/sda << EOF +sfdisk -uM /dev/sda << EOF ,50,,* ,20,S ,800, -- cgit v1.2.3-54-g00ecf