From f5d62fdcd4a6d351fa25af3b3e443ba4de67a802 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 29 Sep 2017 14:18:19 -0300 Subject: Added configs/profile-openrc --- configs/mate-openrc/root-image/etc/conf.d/agetty | 8 ++++++++ configs/mate-openrc/root-image/etc/conf.d/hostname | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 configs/mate-openrc/root-image/etc/conf.d/agetty create mode 100644 configs/mate-openrc/root-image/etc/conf.d/hostname (limited to 'configs/mate-openrc/root-image/etc/conf.d') diff --git a/configs/mate-openrc/root-image/etc/conf.d/agetty b/configs/mate-openrc/root-image/etc/conf.d/agetty new file mode 100644 index 0000000..5e9b663 --- /dev/null +++ b/configs/mate-openrc/root-image/etc/conf.d/agetty @@ -0,0 +1,8 @@ +# 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 %I" diff --git a/configs/mate-openrc/root-image/etc/conf.d/hostname b/configs/mate-openrc/root-image/etc/conf.d/hostname new file mode 100644 index 0000000..a701f0c --- /dev/null +++ b/configs/mate-openrc/root-image/etc/conf.d/hostname @@ -0,0 +1,2 @@ +# Set to the hostname of this machine +hostname="parabolaiso" -- cgit v1.2.2