Changeset 10764 in hybrid for branches


Ignore:
Timestamp:
May 10, 2012, 12:11:06 AM (13 years ago)
Author:
rick
Message:

Properly do not need /dev/ttyv0 as well.

login: May 10 00:06:49 HybridRick2 getty[2031]: open /dev/ttyv0: No such file or directory

File:
1 edited

Legend:

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

    r10763 r10764  
    261261# Enable Serial TTYs
    262262cust_serial_ttys() (
    263         chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyv[1-9]/s/on /off/' -e '/ttyu0/s/off/on/' -e '/ttyu0/s/dialup/ansi/' /etc/ttys
     263        chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyv[0-9]/s/on /off/' -e '/ttyu0/s/off/on/' -e '/ttyu0/s/dialup/ansi/' /etc/ttys
    264264)
    265265
Note: See TracChangeset for help on using the changeset viewer.