mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: hurd-vm: Add 'gdb-minimal' to the default OS.
* gnu/services/virtualization.scm (%hurd-vm-operating-system)[packages]: New field.
This commit is contained in:
parent
2f4b51ab22
commit
cf197bff6a
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ (define-module (gnu services virtualization)
|
|||
#:use-module (gnu bootloader grub)
|
||||
#:use-module (gnu image)
|
||||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages gdb)
|
||||
#:use-module (gnu packages package-management)
|
||||
#:use-module (gnu packages ssh)
|
||||
#:use-module (gnu packages virtualization)
|
||||
|
@ -862,6 +863,9 @@ (define %hurd-vm-operating-system
|
|||
(bootloader grub-minimal-bootloader)
|
||||
(target "/dev/vda")
|
||||
(timeout 0)))
|
||||
(packages (cons* gdb-minimal
|
||||
(operating-system-packages
|
||||
%hurd-default-operating-system)))
|
||||
(services (cons*
|
||||
(service openssh-service-type
|
||||
(openssh-configuration
|
||||
|
|
Loading…
Reference in a new issue