Add hvc0 to both securetty and inittab.
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
echo "auto eth0" >> /etc/network/interfaces && \
echo "iface eth0 inet dhcp" >> /etc/network/interfaces && \
echo "ttyS0" >> /etc/securetty && \
+ echo "hvc0" >> /etc/securetty && \
echo "ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100" >> /etc/inittab && \
+ echo "hvc0::respawn:/sbin/getty -L hvc0 115200 vt100" >> /etc/inittab && \
# Xen run deps
apk add python2 gettext zlib ncurses dev86 texinfo yajl curl libaio autoconf automake iasl make xz-dev bash util-linux argp-standalone && \
rc-update add xencommons && \