Revert "hard-wire ext4 as the only initramfs filesystem"

This reverts commit 73a78746f1.
This commit is contained in:
Daniel Micay 2022-07-27 02:47:20 -04:00
parent 97ad3e7810
commit 45f6f63cc0

View file

@ -4,7 +4,7 @@
# run. Advanced users may wish to specify all system modules # run. Advanced users may wish to specify all system modules
# in this array. For instance: # in this array. For instance:
# MODULES=(piix ide_disk reiserfs) # MODULES=(piix ide_disk reiserfs)
MODULES=(ext4) MODULES=()
# BINARIES # BINARIES
# This setting includes any additional binaries a given user may # 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 ## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks. # usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block keyboard fsck) HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
# COMPRESSION # COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression # Use this to compress the initramfs image. By default, zstd compression