Skip to content
Snippets Groups Projects
Unverified Commit 307ec732 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

tests: separate-store-os: Increase root partition size.

* gnu/tests/install.scm (%separate-store-installation-script): Increase
size of the root partition so that it's big enough to contain
downloaded nars and temporary files.  Add 'df -h /mnt/gnu'.
parent c9776d5b
No related branches found
No related tags found
No related merge requests found
......@@ -504,8 +504,8 @@ (define %separate-store-installation-script
guix build isc-dhcp
parted --script /dev/vdb mklabel gpt \\
mkpart primary ext2 1M 3M \\
mkpart primary ext2 3M 100M \\
mkpart primary ext2 100M 1.2G \\
mkpart primary ext2 3M 400M \\
mkpart primary ext2 400M 2.1G \\
set 1 boot on \\
set 1 bios_grub on
mkfs.ext4 -L root-fs /dev/vdb2
......@@ -514,6 +514,7 @@ (define %separate-store-installation-script
mkdir /mnt/gnu
mount /dev/vdb3 /mnt/gnu
df -h /mnt
df -h /mnt/gnu
herd start cow-store /mnt
mkdir /mnt/etc
cp /etc/target-config.scm /mnt/etc/config.scm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment