Skip to content

Commit

Permalink
set default plymouth theme
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed May 25, 2024
1 parent d6af5ed commit 9f369e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions katsu/modules/base/base-disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ scripts:
- id: initial-setup
name: Enable Initial Setup
file: initial-setup.sh
- id: disk-setup
name: Extra configuration for disk images
file: disk-setup.sh
dnf:
releasever: 40
options:
Expand Down Expand Up @@ -40,6 +43,7 @@ dnf:
- ultramarine-raw-filesystem
- plymouth
- plymouth-system-theme
- plymouth-theme-spinner

arch_packages:
aarch64:
Expand Down
6 changes: 6 additions & 0 deletions katsu/modules/base/disk-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -x
set -euo pipefail

# Extra setup for disk images

grubby --update-kernel=ALL --args="rhgb quiet"

0 comments on commit 9f369e3

Please sign in to comment.