Added colors to initramfs

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-12 15:19:53 +02:00
parent b7dc8c55f2
commit 6b84f2ed6a
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 63 additions and 35 deletions

View file

@ -107,49 +107,57 @@ dotfiles:
f_nightly-reboot.timer: f_nightly-reboot.timer:
src: etc/systemd/system/nightly-reboot.timer src: etc/systemd/system/nightly-reboot.timer
dst: /etc/systemd/system/nightly-reboot.timer dst: /etc/systemd/system/nightly-reboot.timer
f_mkinitcpio.conf:
src: etc/mkinitcpio.conf
dst: /etc/mkinitcpio.conf
f_vconsole.conf:
src: etc/vconsole.conf
dst: /etc/vconsole.conf
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_vconsole.conf
include: include:
- Locale - Locale
- Pacman - Pacman
Rivendell: Rivendell:
include: include:
- Locale - Locale
- Pacman - Pacman
dotfiles: dotfiles:
- f_bluetooth.conf - f_bluetooth.conf
- f_60-uinput-permissions.rules - f_60-uinput-permissions.rules
- f_timesyncd.conf - f_timesyncd.conf
- f_sshd_config - f_sshd_config
- f_nightly-reboot.service - f_nightly-reboot.service
- f_nightly-reboot.timer - f_nightly-reboot.timer

4
root/etc/mkinitcpio.conf Normal file
View file

@ -0,0 +1,4 @@
MODULES=(amdgpu)
BINARIES=()
FILES=()
HOOKS=(colors base udev autodetect modconf block filesystems keyboard btrfs welcomemessage encrypt resume fsck)

16
root/etc/vconsole.conf Normal file
View file

@ -0,0 +1,16 @@
COLOR_0=3B4252
COLOR_1=ff5370
COLOR_2=EBCB8B
COLOR_3=A3BE8C
COLOR_4=81A1C1
COLOR_5=B48EAD
COLOR_6=88C0D0
COLOR_7=E5E9F0
COLOR_8=3B4252
COLOR_9=ff5370
COLOR_10=EBCB8B
COLOR_11=A3BE8C
COLOR_12=81A1C1
COLOR_13=B48EAD
COLOR_14=88C0D0
COLOR_15=E5E9F0