mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
tests: install: Fix gui-installed-os test.
This is a follow-up of a860eddbbd
. If using an
ISO, the main disk is vda and not vdb anymore.
* gnu/tests/install.scm (installation-target-os-for-gui-tests): Use vda2 as
swap partition.
This commit is contained in:
parent
ae1a0f7583
commit
be3abf28af
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ (define* (installation-target-os-for-gui-tests
|
|||
%base-user-accounts))
|
||||
;; The installer does not create a swap device in guided mode with
|
||||
;; encryption support.
|
||||
(swap-devices (if encrypted? '() '("/dev/vdb2")))
|
||||
(swap-devices (if encrypted? '() '("/dev/vda2")))
|
||||
(services (cons (service dhcp-client-service-type)
|
||||
(operating-system-user-services %minimal-os)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue