diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-24 22:23:31 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-24 22:23:31 +0200 |
commit | fc5c97fe3df7ccda1f49b07d463c794c224a2dc9 (patch) | |
tree | 2cdf809eb479b50b2881bb6024a812cb884667b0 /tests | |
parent | 47ec856ee0eeae241dc04f169ddba2054ad4501c (diff) |
sfdisk invocation fix: use megabytes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runtime/automatic-reuse-fs-sda/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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, |