Skip to content

Commit

Permalink
Add splash screen to mkinitcpio
Browse files Browse the repository at this point in the history
Because why not :)
  • Loading branch information
Antiz96 committed Jun 11, 2024
1 parent 9ad10a9 commit bcb4ebc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Arch-Linux/Base_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ visudo #Uncomment the line that allows the wheel group members to use sudo on an
> %wheel ALL=(ALL) ALL
> [...]
### Enable Splash Screen in Mkinitcpio (optional)
### Enable Splash Screen in mkinitcpio (optional)

This allows to show an Arch Linux logo during the loading of the initramfs by the kernel.
This is purely aesthetic, but it also helps identifying when you're booting/loading the "regular" initramfs or the fallback one (as we'll only enable the splash screen for the "regular" initramfs).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,20 @@ visudo #Uncomment the line that allows the wheel group members to use sudo on an
> %wheel ALL=(ALL) ALL
> [...]

### Enable Splash Screen in mkinitcpio (optional)

This allows to show an Arch Linux logo during the loading of the initramfs by the kernel.
This is purely aesthetic, but it also helps identifying when you're booting/loading the "regular" initramfs or the fallback one (as we'll only enable the splash screen for the "regular" initramfs).

```bash
vim /etc/mkinitcpio.d/linux.preset
```

> [...]
> default_options="--splash /usr/share/systemd/bootctl/splash-arch.bmp" # Uncomment that line
> [...]
### Configure the encrypt hook in mkinitcpio

```bash
Expand Down

0 comments on commit bcb4ebc

Please sign in to comment.