debootstrap create: activate serial console
authorGuido Trotter <ultrotter@google.com>
Thu, 14 Aug 2008 15:15:12 +0000 (15:15 +0000)
committerGuido Trotter <ultrotter@google.com>
Thu, 14 Aug 2008 15:15:12 +0000 (15:15 +0000)
commitb93026c10716e23e5af7b3477fe8abf9ba53a9cc
treeb6c0275129eeaabeafedb4d14fe075f2cf075430
parent2e20f9751d98d08f33ae081ef58cf9e539a4462f
debootstrap create: activate serial console

If we make sure that the instance os spawns a getty on /dev/console we
cover both the case where console is on tty1 and the serial console one
where it's on ttyS0. In order to do this we modify /etc/inittab on
debian, and /etc/event.d on ubuntu.

Reviewed-by: imsnah
create.in