From 52a395e05dfc6658ba227360726e754864c3ee81 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Thu, 16 Nov 2017 13:36:18 -0500 Subject: add openrc config --- configs/profile/root-image/etc/conf.d/agetty.tty1 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/profile/root-image/etc/conf.d/agetty.tty1 (limited to 'configs/profile/root-image/etc/conf.d/agetty.tty1') diff --git a/configs/profile/root-image/etc/conf.d/agetty.tty1 b/configs/profile/root-image/etc/conf.d/agetty.tty1 new file mode 100644 index 0000000..b7ff06d --- /dev/null +++ b/configs/profile/root-image/etc/conf.d/agetty.tty1 @@ -0,0 +1,11 @@ +# Set the baud rate of the terminal line +baud="38400" + +# set the terminal type +term_type="linux" + +# extra options to pass to agetty for this port +agetty_options="--autologin root --noclear" + +# make agetty quiet +#quiet="no" -- cgit v1.2.2