Skip to content

Commit f25fca8

Browse files
santhoshdaivajnasanthozkumar
authored andcommitted
Update grub.cfg with debug
1 parent 8b18698 commit f25fca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay/files-iso/boot/grub2/grub.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -f ${font} ];then
1313
fi
1414
menuentry "Palette eXtended Kubernetes Edge Installer" --class os --unrestricted {
1515
echo Loading kernel...
16-
$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 rd.immucore.sysrootwait=600
16+
$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 rd.immucore.sysrootwait=600 rd.immucore.debug console=tty0 rd.debug
1717
echo Loading initrd...
1818
$initrd ($root)/boot/initrd
1919
}

0 commit comments

Comments
 (0)