mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
image: Enhance compatibility of the root ext4 partition.
Generating a raw-with-offset image would previously not be bootable with U-Boot. * gnu/system/image.scm (root-partition) [file-system-options]: New field.
This commit is contained in:
@@ -138,6 +138,9 @@ parent image record."
|
||||
(size 'guess)
|
||||
(label root-label)
|
||||
(file-system "ext4")
|
||||
;; Disable the metadata_csum and 64bit features of ext4, for compatibility
|
||||
;; with U-Boot.
|
||||
(file-system-options (list "-O" "^metadata_csum,^64bit"))
|
||||
(flags '(boot))
|
||||
(initializer (gexp initialize-root-partition))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user