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 273f226ef2
commit 95d0f1561f
3 changed files with 63 additions and 35 deletions

View file

@ -107,6 +107,12 @@ dotfiles:
f_nightly-reboot.timer:
src: 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:
Locale:
dotfiles:
@ -139,6 +145,8 @@ profiles:
- f_99-lowbat.rules
- f_ignore
- f_zsh.hook
- f_mkinitcpio.conf
- f_vconsole.conf
include:
- Locale
- Pacman

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