From faa91cfc1db4fb26ffdcc96d09247b8daef4881c Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 18 Apr 2024 19:07:27 +0100 Subject: Add booster as custom initrd for grub --- install-artix.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-artix.sh b/install-artix.sh index 1c4df58..f53c9ec 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -317,6 +317,11 @@ sed "s/#MAKEFLAGS=\".*\"/MAKEFLAGS=\"-j$(nproc)\"/" \ echo "compress: zstd -9 -T0 modules: btrfs" > /mnt/etc/booster.yaml artix-chroot /mnt bash -c "/usr/lib/booster/regenerate_images" +# Add to GRUB +echo " +# Add Booster as custom initrd +GRUB_EARLY_INITRD_LINUX_CUSTOM=booster-linux.img +" >> /mnt/etc/default/grub # SETUP BOOTLOADER # -------------------------------------------------------------------- -- cgit