remove icp and spl modules from luks encryption mkinitcpio tweak, since they do not exist and just throws errors

This commit is contained in:
Dan Johansen 2020-09-09 09:04:28 +02:00
parent 36d463b12e
commit 5a3b0add5d
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ tweakinitrd_crypt () {
# Use the proper mkinitcpio.
# NOTE: I've tried to modify only the HOOKS but it seems some kernel modules are required for the display to show stuff
cat << EOF > ${TMPDIR}/root/etc/mkinitcpio.conf
MODULES=(panfrost rockchipdrm drm_kms_helper hantro_vpu analogix_dp rockchip_rga panel_simple arc_uart cw2015_battery i2c-hid icp iscsi_boot_sysfs jsm pwm_bl spl uhid)
MODULES=(panfrost rockchipdrm drm_kms_helper hantro_vpu analogix_dp rockchip_rga panel_simple arc_uart cw2015_battery i2c-hid iscsi_boot_sysfs jsm pwm_bl uhid)
BINARIES=()
FILES=()
HOOKS=(base udev keyboard autodetect keymap modconf block encrypt lvm2 filesystems fsck)