diff options
author | ficus <ficus@robocracy.org> | 2012-11-22 17:18:13 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-22 17:18:13 +0100 |
commit | 2b5e6fa856a0490b6bc8a48b3e281918f140024d (patch) | |
tree | f848bb497e279cc73df752abbf350a2dcd3f8030 /doc | |
parent | 013191b241f6f9728f2504d3d38aaf5c63d7423a (diff) | |
download | torouter-live-2b5e6fa856a0490b6bc8a48b3e281918f140024d.tar.gz torouter-live-2b5e6fa856a0490b6bc8a48b3e281918f140024d.zip |
resolution to serial login woes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/debian-live-problems.txt | 5 | ||||
-rw-r--r-- | doc/init-woes.sh | 5 | ||||
-rw-r--r-- | doc/serial-console.txt | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/debian-live-problems.txt b/doc/debian-live-problems.txt index e8db2aa..d3e3859 100644 --- a/doc/debian-live-problems.txt +++ b/doc/debian-live-problems.txt @@ -80,8 +80,3 @@ necessary): DU_DIM="$(echo 50 + $DU_DIM | bc)" -### Missing Serial Console on Boot - -It appears to break live-boot configuration if the user-setup debian package is -installed? - diff --git a/doc/init-woes.sh b/doc/init-woes.sh new file mode 100644 index 0000000..43488e2 --- /dev/null +++ b/doc/init-woes.sh @@ -0,0 +1,5 @@ + +DO NOT add the "-s" flag to /etc/default/openntpd, or init will not complete +boot level 2, any init.d scripts requiring $all will not be run, and the serial +console will not get enabled. + diff --git a/doc/serial-console.txt b/doc/serial-console.txt index d369ce0..66afee2 100644 --- a/doc/serial-console.txt +++ b/doc/serial-console.txt @@ -20,7 +20,7 @@ See also: config/includes.chroot/lib/live/config/9999-serial_console -### New fix +### Alternative Fix echo "T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt100" >> /etc/inittab |