mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
14 lines
419 B
Text
14 lines
419 B
Text
# mkinitcpio preset file for the 'linux-hardened' package
|
|
|
|
ALL_config="/etc/mkinitcpio.conf"
|
|
ALL_kver="/boot/vmlinuz-linux-hardened"
|
|
|
|
PRESETS=('default' 'fallback')
|
|
|
|
#default_config="/etc/mkinitcpio.conf"
|
|
default_image="/boot/initramfs-linux-hardened.img"
|
|
default_options="-S resume"
|
|
|
|
#fallback_config="/etc/mkinitcpio.conf"
|
|
fallback_image="/boot/initramfs-linux-hardened-fallback.img"
|
|
fallback_options="-S autodetect"
|