summaryrefslogtreecommitdiffstats
path: root/setup-disk.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-disk.in')
-rw-r--r--setup-disk.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup-disk.in b/setup-disk.in
index 881c341..d53fba1 100644
--- a/setup-disk.in
+++ b/setup-disk.in
@@ -98,9 +98,6 @@ install_mounted_root() {
done
fi
- ln -s boot/grsec.gz "$mnt"/grsec.gz
- ln -s boot/grsec "$mnt"/grsec
-
if is_vmware; then
pax_nouderef="pax_nouderef "
else
@@ -113,8 +110,8 @@ timeout 20
prompt 1
default grsec
label grsec
- kernel /grsec
- append initrd=/grsec.gz root=$(uuid_or_device $rootdev) modules=sd-mod,usb-storage,ext3$raidmod ${pax_nouderef}quiet
+ kernel /boot/vmlinuz-grsec
+ append initrd=/boot/initramfs-grsec root=$(uuid_or_device $rootdev) modules=sd-mod,usb-storage,ext3$raidmod ${pax_nouderef}quiet
EOF
# fix the fstab
enumerate_fstab "$mnt" >> "$mnt"/etc/fstab