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

@ -119,49 +119,52 @@ dotfiles:
profiles: profiles:
Locale: Locale:
dotfiles: dotfiles:
- f_locale.conf - f_locale.conf
- f_locale.gen - f_locale.gen
Pacman: Pacman:
dotfiles: dotfiles:
- f_pacman.conf - f_pacman.conf
- f_pacserve.service.conf - f_pacserve.service.conf
- f_pacman-dl.service - f_pacman-dl.service
- f_pacman-dl.timer - f_pacman-dl.timer
Mirkwood: Mirkwood:
dotfiles: dotfiles:
- f_getty.conf - f_getty.conf
- f_environment - f_environment
- f_cryptissue - f_cryptissue
- f_welcomemessage.conf - f_welcomemessage.conf
- d_bin - d_bin
- f_adb.service - f_adb.service
- f_bluetooth.conf - f_bluetooth.conf
- f_iwd@.service - f_iwd@.service
- f_loader.conf - f_loader.conf
- f_sshd_config - f_sshd_config
- f_logind.conf - f_logind.conf
- f_60-uinput-permissions.rules - f_60-uinput-permissions.rules
- f_freetype2.sh - f_freetype2.sh
- f_fonts.conf - f_fonts.conf
- f_timesyncd.conf - f_timesyncd.conf
- f_99-sysctl.conf - f_99-sysctl.conf
- f_99-lowbat.rules - f_99-lowbat.rules
- f_ignore - f_ignore
- f_zsh.hook - f_zsh.hook
- f_mkinitcpio.conf - f_mkinitcpio.conf
- f_vconsole.conf - f_vconsole.conf
- f_20-quiet-printk.conf - f_20-quiet-printk.conf
include: include:
- Locale - Locale
- Pacman - Pacman
Rivendell: Rivendell:
include: include:
- Locale - Locale
- Pacman - Pacman
dotfiles: dotfiles:
- f_bluetooth.conf - f_getty.conf
- f_60-uinput-permissions.rules - f_vconsole.conf
- f_timesyncd.conf - f_mkinitcpio.conf
- f_sshd_config - f_bluetooth.conf
- f_nightly-reboot.service - f_60-uinput-permissions.rules
- f_nightly-reboot.timer - f_timesyncd.conf
- f_sshd_config
- f_nightly-reboot.service
- f_nightly-reboot.timer

View file

@ -10,6 +10,9 @@ export HISTFILE=~/.zsh_history
export HISTSIZE=1000 export HISTSIZE=1000
export SAVEHIST=1000 export SAVEHIST=1000
# Variable to pass to sdotdrop to get current user
export USRNAME=$USER
# go path # go path
export GOPATH=~/.bin/go export GOPATH=~/.bin/go

View file

@ -1,4 +1,8 @@
MODULES=(amdgpu) MODULES=(amdgpu)
BINARIES=() BINARIES=()
FILES=() FILES=()
{%@@ if profile == "Mirkwood" @@%}
HOOKS=(colors consolefont base udev autodetect modconf block filesystems keyboard btrfs welcomemessage encrypt resume fsck) 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] [Service]
ExecStart= 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