mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-25 09:13:06 -05:00
update mkinitcpio.conf
This commit is contained in:
parent
c9b84fdb79
commit
76b88bbffa
1 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# vim:set ft=sh
|
# vim:set ft=sh:
|
||||||
# MODULES
|
# MODULES
|
||||||
# The following modules are loaded before any boot hooks are
|
# The following modules are loaded before any boot hooks are
|
||||||
# run. Advanced users may wish to specify all system modules
|
# run. Advanced users may wish to specify all system modules
|
||||||
|
|
@ -34,21 +34,21 @@ FILES=()
|
||||||
#
|
#
|
||||||
## This setup will autodetect all modules for your system and should
|
## This setup will autodetect all modules for your system and should
|
||||||
## work as a sane default
|
## work as a sane default
|
||||||
# HOOKS=(base udev autodetect modconf block filesystems fsck)
|
# HOOKS=(base udev autodetect microcode modconf block filesystems fsck)
|
||||||
#
|
#
|
||||||
## This setup will generate a 'full' image which supports most systems.
|
## This setup will generate a 'full' image which supports most systems.
|
||||||
## No autodetection is done.
|
## No autodetection is done.
|
||||||
# HOOKS=(base udev modconf block filesystems fsck)
|
# HOOKS=(base udev microcode modconf block filesystems fsck)
|
||||||
#
|
#
|
||||||
## This setup assembles a mdadm array with an encrypted root file system.
|
## This setup assembles a mdadm array with an encrypted root file system.
|
||||||
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
|
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
|
||||||
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
|
# HOOKS=(base udev microcode modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
|
||||||
#
|
#
|
||||||
## This setup loads an lvm2 volume group.
|
## This setup loads an lvm2 volume group.
|
||||||
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
|
# HOOKS=(base udev microcode modconf block lvm2 filesystems fsck)
|
||||||
#
|
#
|
||||||
## This will create a systemd based initramfs which loads an encrypted root filesystem.
|
## This will create a systemd based initramfs which loads an encrypted root filesystem.
|
||||||
# HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
|
# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
|
||||||
#
|
#
|
||||||
## 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 and fsck hooks.
|
# usr and fsck hooks.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue