From 0c55da4242a6aed1e1bbf22a412b9e07bef59de6 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Fri, 26 Mar 2010 12:15:22 +0000 Subject: don't enable selinux when creating the boot helper --- 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 -- cgit v0.9.1