File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ func grubCfgTemplate(arch string) string {
4141
4242 menuentry "%s" --class os --unrestricted {
4343 echo Loading kernel...
44- linux ($root)` + constants .ISOKernelPath (arch ) + ` cdroot root=live:CDLABEL=%s rd.live.dir=` + constants .ISOLoaderPath (arch ) + ` rd.live.squashimg=rootfs.squashfs console=tty1 console=ttyS0 elemental.disable elemental.setup=` + constants .ISOCloudInitPath + `
44+ linux ($root)` + constants .ISOKernelPath (arch ) + ` cdroot root=live:CDLABEL=%s rd.live.dir=` + constants .ISOLoaderPath (arch ) + ` rd.live.squashimg=rootfs.squashfs selinux=0 console=tty1 console=ttyS0 elemental.disable elemental.setup=` + constants .ISOCloudInitPath + `
4545 echo Loading initrd...
4646 initrd ($root)` + constants .ISOInitrdPath (arch ) + `
4747 }
You can’t perform that action at this time.
0 commit comments