From 3dea9ccc8132223d5afe146fec1dc803ac69cd40 Mon Sep 17 00:00:00 2001 From: luz Date: Thu, 1 May 2025 16:14:52 -0500 Subject: [PATCH] new bootloader ingredient for live systems --- ingredients/live-core-bootloader-grub.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ingredients/live-core-bootloader-grub.cfg diff --git a/ingredients/live-core-bootloader-grub.cfg b/ingredients/live-core-bootloader-grub.cfg new file mode 100644 index 0000000..fc6bfb6 --- /dev/null +++ b/ingredients/live-core-bootloader-grub.cfg @@ -0,0 +1,10 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This kickstart ingredient provides GNU GRUB for live systems + +bootloader --location=none --timeout=1 # Set the GNU GRUB bootloader timeout to 1 and to location to none \ No newline at end of file