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
|
@ -243,6 +243,7 @@ to it are lost."
|
||||||
|
|
||||||
(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 New Issue