add correct bootloader for live sessions
This commit is contained in:
parent
5a31e12e8c
commit
644aa78f3f
@ -16,8 +16,9 @@
|
|||||||
%include ../ingredients/live-core-storage.cfg # For live systems only
|
%include ../ingredients/live-core-storage.cfg # For live systems only
|
||||||
|
|
||||||
# Booloader. Exactly one option has to be picked
|
# 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/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
|
# 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
|
%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/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
|
||||||
%include ../ingredients/core-post.cfg # Triggered after the installation
|
%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.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 ###
|
### End of pre and post section ###
|
||||||
|
|
||||||
# OEM setup. Exactly one option has to be picked
|
# OEM setup. Exactly one option has to be picked
|
||||||
|
@ -16,8 +16,9 @@
|
|||||||
%include ../ingredients/live-core-storage.cfg # For live systems only
|
%include ../ingredients/live-core-storage.cfg # For live systems only
|
||||||
|
|
||||||
# Booloader. Exactly one option has to be picked
|
# 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/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
|
# 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
|
%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/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
|
||||||
%include ../ingredients/core-post.cfg # Triggered after the installation
|
%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.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 ###
|
### End of pre and post section ###
|
||||||
|
|
||||||
# OEM setup. Exactly one option has to be picked
|
# OEM setup. Exactly one option has to be picked
|
||||||
|
@ -16,8 +16,9 @@
|
|||||||
%include ../ingredients/live-core-storage.cfg # For live systems only
|
%include ../ingredients/live-core-storage.cfg # For live systems only
|
||||||
|
|
||||||
# Booloader. Exactly one option has to be picked
|
# 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/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
|
# 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
|
%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/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
|
||||||
%include ../ingredients/core-post.cfg # Triggered after the installation
|
%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.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 ###
|
### End of pre and post section ###
|
||||||
|
|
||||||
# OEM setup. Exactly one option has to be picked
|
# OEM setup. Exactly one option has to be picked
|
||||||
|
@ -16,8 +16,9 @@
|
|||||||
%include ../ingredients/live-core-storage.cfg # For live systems only
|
%include ../ingredients/live-core-storage.cfg # For live systems only
|
||||||
|
|
||||||
# Booloader. Exactly one option has to be picked
|
# 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/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
|
# 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
|
%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/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
|
||||||
%include ../ingredients/core-post.cfg # Triggered after the installation
|
%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.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 ###
|
### End of pre and post section ###
|
||||||
|
|
||||||
# OEM setup. Exactly one option has to be picked
|
# OEM setup. Exactly one option has to be picked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user