mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 13:57:02 -04:00
change serial interface name
This commit is contained in:
parent
ee3a2d6021
commit
e241d366eb
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# putting your name on top after doing something trivial like reindenting
|
||||
# it, just to make it look like you wrote it!).
|
||||
#
|
||||
# $Id: netinst.sh,v 1.14 1994/12/02 15:52:55 jkh Exp $
|
||||
# $Id: netinst.sh,v 1.15 1994/12/02 21:05:27 jkh Exp $
|
||||
|
||||
if [ "${_NETINST_SH_LOADED_}" = "yes" ]; then
|
||||
return 0
|
||||
|
|
@ -31,7 +31,7 @@ network_set_defaults()
|
|||
REMOTE_HOSTIP=""
|
||||
REMOTE_IPADDR=""
|
||||
INTERFACE=""
|
||||
SERIAL_INTERFACE="/dev/tty00"
|
||||
SERIAL_INTERFACE="/dev/cuaa0"
|
||||
SERIAL_SPEED="38400"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue