From d2f37b5965d5c122bbc0e86e0e91b0d631012325 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 10 Feb 2023 13:40:15 +0100 Subject: Make autobootstrap system --- config/syslinux.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/syslinux.cfg (limited to 'config/syslinux.cfg') diff --git a/config/syslinux.cfg b/config/syslinux.cfg new file mode 100644 index 0000000..5e0dbeb --- /dev/null +++ b/config/syslinux.cfg @@ -0,0 +1,24 @@ +UI menu.c32 + +MENU TITLE "reX - ridicolous exiguous unix" + +label 1 + menu label Boot reX + menu default + kernel /images/rex/kernel + initrd /images/rex/boot.img + append quiet + endtext + +label 2 + menu label Boot reX over serial + kernel /images/rex/kernel + initrd /images/rex/boot.img + append quiet console=ttyS0 + endtext + +label 3 + menu label Back to initramfs process + localinitramfs 0 + text help exit and coninue normal initramfs + endtext -- cgit v1.2.3-70-g09d2