From: Michael Tremer Date: Thu, 28 Aug 2008 18:52:26 +0000 (+0200) Subject: Added "nosep" to kernel command line to fix a grsec error. X-Git-Tag: v3.0-alpha1~733^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682501e2fd38ecd8855ede54d8e5ea9d6ca38c83;p=ipfire-3.x.git Added "nosep" to kernel command line to fix a grsec error. --- diff --git a/config/bootloader/installer.conf b/config/bootloader/installer.conf index 4bb92f849..b1a587a6a 100644 --- a/config/bootloader/installer.conf +++ b/config/bootloader/installer.conf @@ -23,11 +23,11 @@ LABEL install MENU label ^Install a new NAME system (text mode) MENU default KERNEL SNAME0 - APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 mode=install quiet ro + APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 mode=install quiet ro nosep label rescue MENU label ^Rescue installed NAME system KERNEL SNAME0 - APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 mode=rescue quiet ro + APPEND initrd=initrd0 root=CDLABEL=NAME_VERSION rootfstype=iso9660 mode=rescue quiet ro nosep label local MENU label Boot from ^local drive LOCALBOOT 0xffff