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,49 +107,57 @@ 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:
- f_locale.conf
- f_locale.gen
- f_locale.conf
- f_locale.gen
Pacman:
dotfiles:
- f_pacman.conf
- f_pacserve.service.conf
- f_pacman-dl.service
- f_pacman-dl.timer
- f_pacman.conf
- f_pacserve.service.conf
- f_pacman-dl.service
- f_pacman-dl.timer
Mirkwood:
dotfiles:
- f_getty.conf
- f_environment
- f_cryptissue
- f_welcomemessage.conf
- d_bin
- f_adb.service
- f_bluetooth.conf
- f_iwd@.service
- f_loader.conf
- f_sshd_config
- f_logind.conf
- f_60-uinput-permissions.rules
- f_freetype2.sh
- f_fonts.conf
- f_timesyncd.conf
- f_99-sysctl.conf
- f_99-lowbat.rules
- f_ignore
- f_zsh.hook
- f_getty.conf
- f_environment
- f_cryptissue
- f_welcomemessage.conf
- d_bin
- f_adb.service
- f_bluetooth.conf
- f_iwd@.service
- f_loader.conf
- f_sshd_config
- f_logind.conf
- f_60-uinput-permissions.rules
- f_freetype2.sh
- f_fonts.conf
- f_timesyncd.conf
- f_99-sysctl.conf
- f_99-lowbat.rules
- f_ignore
- f_zsh.hook
- f_mkinitcpio.conf
- f_vconsole.conf
include:
- Locale
- Pacman
- Locale
- Pacman
Rivendell:
include:
- Locale
- Pacman
- Locale
- Pacman
dotfiles:
- f_bluetooth.conf
- f_60-uinput-permissions.rules
- f_timesyncd.conf
- f_sshd_config
- f_nightly-reboot.service
- f_nightly-reboot.timer
- f_bluetooth.conf
- f_60-uinput-permissions.rules
- f_timesyncd.conf
- f_sshd_config
- f_nightly-reboot.service
- 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