mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-21 19:21:00 -05:00
hard-wire ext4 as the only initramfs filesystem
This commit is contained in:
parent
00c21469df
commit
73a78746f1
@ -4,7 +4,7 @@
|
||||
# run. Advanced users may wish to specify all system modules
|
||||
# in this array. For instance:
|
||||
# MODULES=(piix ide_disk reiserfs)
|
||||
MODULES=()
|
||||
MODULES=(ext4)
|
||||
|
||||
# BINARIES
|
||||
# This setting includes any additional binaries a given user may
|
||||
@ -49,7 +49,7 @@ FILES=()
|
||||
#
|
||||
## NOTE: If you have /usr on a separate partition, you MUST include the
|
||||
# usr, fsck and shutdown hooks.
|
||||
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
|
||||
HOOKS=(base udev autodetect modconf block keyboard fsck)
|
||||
|
||||
# COMPRESSION
|
||||
# Use this to compress the initramfs image. By default, zstd compression
|
||||
|
Loading…
Reference in New Issue
Block a user