diff --git a/packages/livecd/grub2/collection.yaml b/packages/livecd/grub2/collection.yaml index 8af9522..02f02d0 100644 --- a/packages/livecd/grub2/collection.yaml +++ b/packages/livecd/grub2/collection.yaml @@ -1,9 +1,9 @@ packages: - name: "grub2" category: "livecd" - version: "0.0.10" + version: "0.0.11" description: "Grub2 booloader for live systems" - name: "grub2-efi-image" category: "livecd" - version: "0.0.10" + version: "0.0.11" description: "Grub2 booloader EFI image for live systems" diff --git a/packages/livecd/grub2/config/grub_live_bios.cfg b/packages/livecd/grub2/config/grub_live_bios.cfg index 49b8ba6..a8ab5ea 100644 --- a/packages/livecd/grub2/config/grub_live_bios.cfg +++ b/packages/livecd/grub2/config/grub_live_bios.cfg @@ -22,35 +22,35 @@ if [ -f ${font} ];then fi menuentry "Kairos" --class os --unrestricted { echo Loading kernel... - $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=tty1 console=ttyS0 rd.cos.disable vga=795 nomodeset nodepair.enable selinux=0 rd.live.overlay.overlayfs + $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=ttyS0 console=tty1 rd.cos.disable vga=795 nomodeset nodepair.enable selinux=0 rd.live.overlay.overlayfs echo Loading initrd... $initrd ($root)/boot/initrd } menuentry "Kairos (manual)" --class os --unrestricted { echo Loading kernel... - $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=tty1 console=ttyS0 rd.cos.disable vga=795 nomodeset selinux=0 rd.live.overlay.overlayfs + $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=ttyS0 console=tty1 rd.cos.disable vga=795 nomodeset selinux=0 rd.live.overlay.overlayfs echo Loading initrd... $initrd ($root)/boot/initrd } menuentry "kairos (interactive install)" --class os --unrestricted { echo Loading kernel... - $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=tty1 console=ttyS0 rd.cos.disable vga=795 nomodeset interactive-install selinux=0 rd.live.overlay.overlayfs + $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=ttyS0 console=tty1 rd.cos.disable vga=795 nomodeset interactive-install selinux=0 rd.live.overlay.overlayfs echo Loading initrd... $initrd ($root)/boot/initrd } menuentry "Kairos (remote recovery mode)" --class os --unrestricted { echo Loading kernel... - $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=tty1 console=ttyS0 rd.cos.disable vga=795 nomodeset kairos.remote_recovery_mode selinux=0 rd.live.overlay.overlayfs + $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=ttyS0 console=tty1 rd.cos.disable vga=795 nomodeset kairos.remote_recovery_mode selinux=0 rd.live.overlay.overlayfs echo Loading initrd... $initrd ($root)/boot/initrd } menuentry "Kairos (boot local node from livecd)" --class os --unrestricted { echo Loading kernel... - $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=tty1 console=ttyS0 kairos.boot_live_mode vga=795 nomodeset selinux=0 rd.live.overlay.overlayfs + $linux ($root)/boot/kernel cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.squashimg=rootfs.squashfs net.ifnames=1 console=ttyS0 console=tty1 kairos.boot_live_mode vga=795 nomodeset selinux=0 rd.live.overlay.overlayfs echo Loading initrd... $initrd ($root)/boot/initrd }