Skip to content

Commit c75dd70

Browse files
committed
Disable selinux for in installer media
Signed-off-by: David Cassany <[email protected]>
1 parent 0766630 commit c75dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/action/build-iso.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)