From aa80222dfd8b99da392236d139517076b3292cf6 Mon Sep 17 00:00:00 2001 From: Mark Pustjens Date: Fri, 5 Mar 2010 22:19:41 +0100 Subject: add the `-D' option to the sfdisk call. This causes some extra space to be saved for the MBR, which is needed for grub2 in some cases. http://www.mail-archive.com/arch-general@archlinux.org/msg11100.html --- 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 d6ef255..93a650e 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 -uM /dev/sda << EOF +sfdisk -D /dev/sda -uM << EOF ,50,,* ,20,S ,800, -- cgit v1.2.3-54-g00ecf