mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: linux-initrd: Default initrd has no network mounts.
* gnu/system/linux-initrd.scm (gnu-system-initrd): Add #:mounts argument.
This commit is contained in:
parent
f200b03e06
commit
4d9a80ba75
1 changed files with 2 additions and 1 deletions
|
@ -243,6 +243,7 @@ (define linux-modules
|
||||||
|
|
||||||
(define (gnu-system-initrd)
|
(define (gnu-system-initrd)
|
||||||
"Initrd for the GNU system itself, with nothing QEMU-specific."
|
"Initrd for the GNU system itself, with nothing QEMU-specific."
|
||||||
(qemu-initrd #:guile-modules-in-chroot? #f))
|
(qemu-initrd #:guile-modules-in-chroot? #f
|
||||||
|
#:mounts '()))
|
||||||
|
|
||||||
;;; linux-initrd.scm ends here
|
;;; linux-initrd.scm ends here
|
||||||
|
|
Loading…
Reference in a new issue