Configure gdm and plymouth

This commit is contained in:
Marko Korhonen 2022-11-02 16:07:33 +02:00
parent 1ce44580f7
commit 865dad1de3
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
6 changed files with 6 additions and 5 deletions

View file

@ -188,7 +188,6 @@ dotfiles = [
"f_doas.conf",
"f_fonts.conf",
"f_freetype2.sh",
"f_getty.conf",
"f_ignore",
"f_logind.conf",
"f_mkinitcpio.conf",

View file

@ -0,0 +1,4 @@
[Daemon]
Theme=arch-logo-gnomish
ShowDelay=0
DeviceTimeout=8

View file

@ -1,5 +1,5 @@
{%@@ if profile == "Mirkwood" @@%}
cryptdevice=UUID=19fa8fab-c5fe-454a-9a17-b7185ce975ea:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw quiet splash vga=current idle=nomwait amdgpu.ppfeaturemask=0xffffffff bgrt_disable
cryptdevice=UUID=19fa8fab-c5fe-454a-9a17-b7185ce975ea:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw idle=nomwait amdgpu.ppfeaturemask=0xffffffff quiet splash vt.global_cursor_default=0 fbcon=nodefer log_level=3 udev.log_level=3
{%@@ elif profile == "Moria" @@%}
cryptdevice=UUID=d99b4607-f836-4305-82f3-448a8ea7c1e6:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root ip=:::::eth0:dhcp netconf_timeout=60 rw quiet splash vga=current bgrt_disable video=HDMI-A-2:d video=HDMI-A-3:d
{%@@ endif @@%}

View file

@ -4,7 +4,7 @@ FILES=()
{%@@ if profile == "Mirkwood" @@%}
BINARIES=("/usr/bin/btrfs")
HOOKS=(colors consolefont welcomemessage base udev keyboard autodetect modconf block filesystems btrfs encrypt fsck)
HOOKS=(base udev kms plymouth keyboard autodetect modconf block filesystems btrfs plymouth-encrypt fsck)
{%@@ else @@%}
BINARIES=()

View file

@ -6,7 +6,6 @@ PRESETS=('default' 'fallback')
default_image="/boot/initramfs-linux-lts.img"
default_efi_image="/boot/EFI/Linux/archlinux-linux-lts.efi"
default_options="--splash /usr/share/systemd/bootctl/splash-arch.bmp"
fallback_image="/boot/initramfs-linux-lts-fallback.img"
fallback_efi_image="/boot/EFI/Linux/archlinux-linux-lts-fallback.efi"

View file

@ -6,7 +6,6 @@ PRESETS=('default' 'fallback')
default_image="/boot/initramfs-linux.img"
default_efi_image="/boot/EFI/Linux/archlinux-linux.efi"
default_options="--splash /usr/share/systemd/bootctl/splash-arch.bmp"
fallback_image="/boot/initramfs-linux-fallback.img"
fallback_efi_image="/boot/EFI/Linux/archlinux-linux-fallback.efi"