From 80cc5044dadb5c079c24571093187f1061c952e3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 12:18:47 +0000 Subject: setup-disk: don't bother sed things we overwrite it gives error messages in case syslinux.cfg is not there. --- setup-disk.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup-disk.in b/setup-disk.in index 5b7a21a..fc7efd4 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -72,9 +72,6 @@ install_mounted_root() { ln -s boot/grsec "$mnt"/grsec # create an extlinux.conf - sed -e '/append initrd/d' \ - -e ':kernel /boot/grsec:d' \ - /media/*/syslinux.cfg > "$mnt"/boot/extlinux.conf cat >"$mnt"/boot/extlinux.conf <