add correct bootloader for live sessions

This commit is contained in:
luz 2025-05-04 11:06:13 -05:00
parent 5a31e12e8c
commit 644aa78f3f
4 changed files with 12 additions and 4 deletions

View File

@ -16,8 +16,9 @@
%include ../ingredients/live-core-storage.cfg # For live systems only
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
@ -59,6 +60,7 @@
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
# OEM setup. Exactly one option has to be picked

View File

@ -16,8 +16,9 @@
%include ../ingredients/live-core-storage.cfg # For live systems only
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
@ -59,6 +60,7 @@
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
# OEM setup. Exactly one option has to be picked

View File

@ -16,8 +16,9 @@
%include ../ingredients/live-core-storage.cfg # For live systems only
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
@ -59,6 +60,7 @@
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
# OEM setup. Exactly one option has to be picked

View File

@ -16,8 +16,9 @@
%include ../ingredients/live-core-storage.cfg # For live systems only
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
@ -59,6 +60,7 @@
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
# OEM setup. Exactly one option has to be picked