Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2010-03-26 12:15:22 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2010-03-26 12:15:22 (GMT)
commit0c55da4242a6aed1e1bbf22a412b9e07bef59de6 (patch)
treea1284c6e727d6abf3129c81e81bfb241297932d3
parent1df8a65c9be52a1833ca569b383894930985d277 (diff)
don't enable selinux when creating the boot helperHEADmaster
-rwxr-xr-xboot-helper-creator.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot-helper-creator.sh b/boot-helper-creator.sh
index 27e50ad..b0b72a4 100755
--- a/boot-helper-creator.sh
+++ b/boot-helper-creator.sh
@@ -40,12 +40,12 @@ menu hiddenrow 5
label linux0
menu label Boot
kernel vmlinuz0
- append initrd=initrd0.img root=LABEL=FEDORA rootfstype=vfat rw liveimg overlay=LABEL=FEDORA quiet rhgb
+ append initrd=initrd0.img root=LABEL=FEDORA rootfstype=vfat rw liveimg overlay=LABEL=FEDORA quiet rhgb selinux=0
menu default
label check0
menu label Verify and Boot
kernel vmlinuz0
- append initrd=initrd0.img root=LABEL=FEDORA rootfstype=vfat rw liveimg overlay=LABEL=FEDORA quiet rhgb check
+ append initrd=initrd0.img root=LABEL=FEDORA rootfstype=vfat rw liveimg overlay=LABEL=FEDORA quiet rhgb check selinux=0
label memtest
menu label Memory Test
kernel memtest