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