diff options
Diffstat (limited to 'build_config/syslinux.cfg')
| -rw-r--r-- | build_config/syslinux.cfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/build_config/syslinux.cfg b/build_config/syslinux.cfg new file mode 100644 index 0000000..5e0dbeb --- /dev/null +++ b/build_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 |