commit bd3026cc3dea80d2b46ac60f5536ff62312fa5e1 parent 30895bba83cbb2bdcb5412b7c7347f0fd7d3d614 Author: sin <sin@2f30.org> Date: Wed, 5 Mar 2014 12:28:19 +0000 Put extlinux.conf in stuff/ Diffstat:
A | pkgs/extlinux | | | 2 | ++ |
D | pkgs/syslinux | | | 5 | ----- |
A | stuff/extlinux.conf | | | 8 | ++++++++ |
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/pkgs/extlinux b/pkgs/extlinux @@ -0,0 +1,2 @@ +build: prepare_root + cp "$top/stuff/extlinux.conf" "$root/boot" diff --git a/pkgs/syslinux b/pkgs/syslinux @@ -1,5 +0,0 @@ -url="$mirror/syslinux.tar.gz" - -build: prepare_root - cd src - cp -r syslinux/* "$root/" diff --git a/stuff/extlinux.conf b/stuff/extlinux.conf @@ -0,0 +1,8 @@ +DEFAULT morpheus +PROMPT 1 +TIMEOUT 50 + +LABEL morpheus + MENU LABEL Morpheus + LINUX /boot/bzImage + APPEND root=/dev/sda1 rootwait ro