Changeset 12995 in hybrid for branches/releng-10/nanobsd
- Timestamp:
- Nov 14, 2014, 12:51:12 PM (10 years ago)
- Location:
- branches/releng-10/nanobsd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu
r12993 r12995 246 246 247 247 248 # Enable Serial TTYs and boot serial at 115200 baud248 # Enable Serial TTYs 249 249 cust_serial_ttys() ( 250 250 chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyv[0-9]/s/on /off/' -e '/ttyu0/s/off/on/' -e '/ttyu0/s/dialup/ansi/' /etc/ttys 251 echo '-h -s115200' > ${NANO_WORLDDIR}/boot.config252 251 ) 253 252 -
branches/releng-10/nanobsd/files/boot.config
r12994 r12995 1 -h 1 -h -
branches/releng-10/nanobsd/files/boot/loader.conf
r10136 r12995 20 20 # Force output to run trough the comconsole, no exceptions 21 21 console="comconsole" 22 23 # PC Engines Alix APU board default serial settings cannot changed so 115200 it is. 24 comconsole_speed="115200"
Note:
See TracChangeset
for help on using the changeset viewer.