Search
lxdream.org :: lxdream :: r1079:691f9f621c5a
lxdream 0.9.1
released Jun 29
Download Now
changeset1079:691f9f621c5a
parent1078:d8f1cf224e7e
child1080:5b17c9900d9e
authornkeynes
dateThu Oct 08 09:32:04 2009 +1000 (14 years ago)
Change default serial output to /dev/tty rather than /dev/console
src/drivers/serial_unix.c
1.1 --- a/src/drivers/serial_unix.c Thu Oct 08 08:44:39 2009 +1000
1.2 +++ b/src/drivers/serial_unix.c Thu Oct 08 09:32:04 2009 +1000
1.3 @@ -49,7 +49,7 @@
1.4
1.5 struct lxdream_config_group serial_group =
1.6 { "serial", serial_config_changed, NULL, NULL,
1.7 - {{ "device", N_("Serial device"), CONFIG_TYPE_FILE, "/dev/console" },
1.8 + {{ "device", N_("Serial device"), CONFIG_TYPE_FILE, "/dev/tty" },
1.9 { NULL, CONFIG_TYPE_NONE }} };
1.10
1.11 void serial_init()
.