Added vconsole stuff to Rivendell and etc

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-13 09:26:51 +02:00
parent 7571076197
commit de900fd4d2
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
4 changed files with 49 additions and 39 deletions

View file

@ -1,4 +1,8 @@
MODULES=(amdgpu)
BINARIES=()
FILES=()
{%@@ if profile == "Mirkwood" @@%}
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard btrfs welcomemessage encrypt resume fsck)
{%@@ elif profile == "Mirkwood" @@%}
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard fsck)
{%@@ endif @@%}

View file

@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --skip-login --nonewline --noissue --autologin frodo --noclear %I $TERM
ExecStart=-/usr/bin/agetty --skip-login --nonewline --noissue --autologin {{@@ env['USRNAME'] @@}} --noclear %I $TERM