|
Lines 28-33
Link Here
|
| 28 |
# Do syscons configuration |
28 |
# Do syscons configuration |
| 29 |
# |
29 |
# |
| 30 |
|
30 |
|
|
|
31 |
# Suck in the configuration variables. |
| 32 |
if [ -z "${source_rc_confs_defined}" ]; then |
| 33 |
if [ -r /etc/defaults/rc.conf ]; then |
| 34 |
. /etc/defaults/rc.conf |
| 35 |
source_rc_confs |
| 36 |
elif [ -r /etc/rc.conf ]; then |
| 37 |
. /etc/rc.conf |
| 38 |
fi |
| 39 |
fi |
| 40 |
|
| 31 |
# stdin must be redirected because it might be for a serial console |
41 |
# stdin must be redirected because it might be for a serial console |
| 32 |
# |
42 |
# |
| 33 |
kbddev=/dev/ttyv0 |
43 |
kbddev=/dev/ttyv0 |