Changeset 12996 in hybrid


Ignore:
Timestamp:
Nov 14, 2014, 1:14:07 PM (10 years ago)
Author:
ed
Message:

Since ALIX APU is by default serial 115200 we can add this paramater for the bootloader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu

    r12995 r12996  
    246246
    247247
    248 # Enable Serial TTYs
     248# Enable Serial TTYs and boot serial at 115200 baud
    249249cust_serial_ttys() (
    250250        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.config
    251252)
    252253
Note: See TracChangeset for help on using the changeset viewer.