Put extlinux.conf in stuff/

This commit is contained in:
sin 2014-03-05 12:28:19 +00:00
parent 30895bba83
commit bd3026cc3d
3 changed files with 10 additions and 5 deletions

2
pkgs/extlinux Normal file
View File

@ -0,0 +1,2 @@
build: prepare_root
cp "$top/stuff/extlinux.conf" "$root/boot"

View File

@ -1,5 +0,0 @@
url="$mirror/syslinux.tar.gz"
build: prepare_root
cd src
cp -r syslinux/* "$root/"

8
stuff/extlinux.conf Normal file
View File

@ -0,0 +1,8 @@
DEFAULT morpheus
PROMPT 1
TIMEOUT 50
LABEL morpheus
MENU LABEL Morpheus
LINUX /boot/bzImage
APPEND root=/dev/sda1 rootwait ro