Skip to content

Commit

Permalink
Merge pull request #38 from Ultramarine-Linux/initial-setup/priority
Browse files Browse the repository at this point in the history
Add priority 50 to initial-setup script
  • Loading branch information
madonuko authored Oct 1, 2024
2 parents bdd3791 + 6e17ef9 commit 638fb46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions katsu/modules/base/base-disk.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
scripts:
post:
- id: initial-setup
name: Enable Initial Setup
file: initial-setup.sh
- id: disk-setup
name: Extra configuration for disk images
file: disk-setup.sh
- id: initial-setup
name: Enable Initial Setup
file: initial-setup.sh
priority: 50
dnf:
releasever: 40
options:
Expand Down
3 changes: 2 additions & 1 deletion katsu/modules/gnome/gnome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ scripts:
post:
- id: gnome-initial-setup
name: Set GNOME Initial Setup to run
file: gnome-initial-setup.sh
file: gnome-initial-setup.sh
priority: 51

0 comments on commit 638fb46

Please sign in to comment.