mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
tests: install: Fix iso-image-installer test.
This is a follow-up of: 45eac6cdf5
.
It fixes the following error:
+ mkfs.ext4 -L my-root /dev/vda2
sh: line 12: mkfs.ext4: command not found
* gnu/tests/install.scm (%test-iso-image-installer): Add e2fsprogs to the
appended packages.
This commit is contained in:
parent
df485be2f7
commit
0f66ef9aa9
1 changed files with 2 additions and 0 deletions
|
@ -471,6 +471,8 @@ (define %test-iso-image-installer
|
|||
(mlet* %store-monad ((images (run-install
|
||||
%minimal-os-on-vda
|
||||
%minimal-os-on-vda-source
|
||||
#:packages
|
||||
(list e2fsprogs)
|
||||
#:script
|
||||
%simple-installation-script-for-/dev/vda
|
||||
#:installation-image-type
|
||||
|
|
Loading…
Reference in a new issue