diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-14 08:21:54 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-14 08:21:54 +0100 |
| commit | cf625ea48ac09b8b484f90e5971e2d8001aa76de (patch) | |
| tree | 6ab5d14ad34d3f6afe400eade6e27f503f5926a9 /build_config/syslinux.cfg | |
| parent | 6e40a34fef4b4b140442cc34408b2442043eba21 (diff) | |
change system structure
Diffstat (limited to 'build_config/syslinux.cfg')
| -rw-r--r-- | build_config/syslinux.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_config/syslinux.cfg b/build_config/syslinux.cfg index 5e0dbeb..16a987d 100644 --- a/build_config/syslinux.cfg +++ b/build_config/syslinux.cfg @@ -7,14 +7,14 @@ label 1 menu default kernel /images/rex/kernel initrd /images/rex/boot.img - append quiet + append quiet rdinit=/system/core/init endtext label 2 menu label Boot reX over serial kernel /images/rex/kernel initrd /images/rex/boot.img - append quiet console=ttyS0 + append console=ttyS0 rdinit=/system/core/init endtext label 3 |