diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 12:18:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 12:18:47 +0000 |
commit | 80cc5044dadb5c079c24571093187f1061c952e3 (patch) | |
tree | 556eb4d6460832905bee7a585c57162f09b2fe11 | |
parent | d1f2db71733268da8097db02326e7f5332671f86 (diff) | |
download | alpine-conf-80cc5044dadb5c079c24571093187f1061c952e3.zip |
setup-disk: don't bother sed things we overwrite
it gives error messages in case syslinux.cfg is not there.
-rw-r--r-- | setup-disk.in | 3 |
1 files changed, 0 insertions, 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 <<EOF timeout 20 prompt 1 |