guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60057] [PATCH] image: Enhance compatibility of the root ext4 partit


From: Mathieu Othacehe
Subject: [bug#60057] [PATCH] image: Enhance compatibility of the root ext4 partition.
Date: Sun, 25 Dec 2022 17:09:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello Maxim,

> +   ;; 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))))

ext4 man page states that ^64bit will prevent images larger than 2^32
blocks but I highly doubt that we will generate someday images that big.

I think you can go ahead!

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]