mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: encrypted-root-os: Increase root partition size.
1.2G had become slightly too small on x86_64. * gnu/tests/install.scm (%encrypted-root-installation-script): Increase root partition size to 1.3G.
This commit is contained in:
parent
c3ab921eed
commit
8dfb0c969e
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ (define %encrypted-root-installation-script
|
|||
ls -l /run/current-system/gc-roots
|
||||
parted --script /dev/vdb mklabel gpt \\
|
||||
mkpart primary ext2 1M 3M \\
|
||||
mkpart primary ext2 3M 1.2G \\
|
||||
mkpart primary ext2 3M 1.4G \\
|
||||
set 1 boot on \\
|
||||
set 1 bios_grub on
|
||||
echo -n thepassphrase | \\
|
||||
|
|
Loading…
Reference in a new issue