From b346c4d314505fee372caed5a6a969bf998b0478 Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 2 Aug 2024 21:45:08 +0300 Subject: custom kernel feature --- post_chroot.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/post_chroot.sh b/post_chroot.sh index 9e5ccba..b75ffac 100755 --- a/post_chroot.sh +++ b/post_chroot.sh @@ -35,11 +35,13 @@ elif [ "$_kernelflag" -eq 2 ]; then curl -LO "https://codeberg.org/awy/artix/raw/branch/minimal/.config" sed -i -e '/^CONFIG_CMDLINE="root=PARTUUID=.*/c\' -e "CONFIG_CMDLINE=\"root=PARTUUID=$PARTUUID_ROOT\"" .config make menuconfig - make -j$(nproc) - make modules - make modules_install - make headers - make headers_install + #make -j$(nproc) + #make modules + #make modules_install + #make headers + #make headers_install + #cp arch/x86/boot/bzImage /boot/EFI/BOOT/BOOTX64.EFI + #efibootmgr -c -d /dev/nvme0n1 -p 1 -L "ARTIX" -l '\EFI\BOOT\BOOTX64.EFI' else printf ${LIGHTRED}"Wrong kernelflag value.${NoColor}\n" exit 1 -- cgit v1.2.3