diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 13:40:15 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 13:40:15 +0100 |
| commit | d2f37b5965d5c122bbc0e86e0e91b0d631012325 (patch) | |
| tree | 888277f57ea7518d507a5df17b1c679e10f8aac9 /config/syslinux.cfg | |
| parent | b6e7782be4a7e5d6e4b40787f0bb4e5c65e99520 (diff) | |
Make autobootstrap system
Diffstat (limited to 'config/syslinux.cfg')
| -rw-r--r-- | config/syslinux.cfg | 24 |
1 files changed, 24 insertions, 0 deletions
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 |