Added vconsole stuff to Rivendell and etc
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
7571076197
commit
de900fd4d2
4 changed files with 49 additions and 39 deletions
|
@ -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 @@%}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue