mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
Merge branch 'master' into core-updates
This commit is contained in:
+2
-3
@@ -841,9 +841,8 @@ hardware-related operations as necessary when booting a Linux container."
|
||||
|
||||
(define (operating-system-root-file-system os)
|
||||
"Return the root file system of OS."
|
||||
(find (match-lambda
|
||||
(($ <file-system> device title "/") #t)
|
||||
(x #f))
|
||||
(find (lambda (fs)
|
||||
(string=? "/" (file-system-mount-point fs)))
|
||||
(operating-system-file-systems os)))
|
||||
|
||||
(define (operating-system-initrd-file os)
|
||||
|
||||
Reference in New Issue
Block a user