From a77d499bc7a0ff92f558be15cd8352bfcfe95d6c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 19 Mar 2023 10:45:34 +0100 Subject: [PATCH] fix CMDLINE --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 6f06933d9..0386625d8 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -498,7 +498,7 @@ else echo "INITRD=/boot/${_INITRAMFS}" >> "${_DESTDIR}/etc/ukify.conf" fi cat << CONFEOF >> "${_DESTDIR}/etc/ukify.conf" -CMDLINE=${_CMDLINE} +CMDLINE=/etc/kernel/cmdline SPLASH=/usr/share/systemd/bootctl/splash-arch.bmp EFI=${_UEFISYS_MP}/EFI/Linux/archlinux-linux.efi CONFEOF