commit fa18f3d258b41eaa6bdd8a039e727a65c77fefbb parent c0e7c2a9ead3ee7002f7774c3d179a4014cb5a9e Author: sin <sin@2f30.org> Date: Tue, 1 Apr 2014 13:21:36 +0100 Add extlinux.conf Diffstat:
A | extlinux/extlinux.conf | | | 8 | ++++++++ |
M | extlinux/extlinux.mk | | | 2 | ++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/extlinux/extlinux.conf b/extlinux/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 diff --git a/extlinux/extlinux.mk b/extlinux/extlinux.mk @@ -9,6 +9,8 @@ OBJ = bootsect_bin.o ldlinux_bin.o ldlinuxc32_bin.o \ ../extlinux/mountinfo.o INSTALL_BIN = extlinux +INSTALL_OTHER1 = ../../extlinux.conf +INSTALL_OTHER1_DIR = /boot LOCAL_CFLAGS = -I../libinstaller -I../extlinux -I../bios -D_FILE_OFFSET_BITS=64 DEPS = e2fsprogs