This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/root/mkinitcpio.conf

28 lines
366 B
Bash

# vim:set ft=sh
MODULES=( {{@@ 'i915' if plymouth @@}} )
BINARIES=()
FILES=()
HOOKS=(
base
udev
{%@@ if plymouth @@%}
plymouth
{%@@ endif @@%}
autodetect
modconf
block
filesystems
keyboard
keymap
{%@@ if plymouth @@%}
plymouth-encrypt
{%@@ else @@%}
encrypt
{%@@ endif @@%}
fsck
)