gnu: linux-initrd: Default initrd has no network mounts.
* gnu/system/linux-initrd.scm (gnu-system-initrd): Add #:mounts argument.master
parent
f200b03e06
commit
4d9a80ba75
|
@ -243,6 +243,7 @@ to it are lost."
|
|||
|
||||
(define (gnu-system-initrd)
|
||||
"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
|
||||
|
|
Reference in New Issue