summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-splash/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-splash/module-setup.sh')
-rwxr-xr-xmodules.d/slx-splash/module-setup.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules.d/slx-splash/module-setup.sh b/modules.d/slx-splash/module-setup.sh
index 00b51f5a..c5447adc 100755
--- a/modules.d/slx-splash/module-setup.sh
+++ b/modules.d/slx-splash/module-setup.sh
@@ -26,11 +26,13 @@ install() {
slx_service "s3-splash-init" "Initialize bootsplash" \
--wafter "dracut-pre-trigger.service"
+ # Copy splashtool and icons to stage4, add service drop-in to reset console
+ slx_service "s3-splash-stage4" "Copy splashtool and icons to stage 4" \
+ --wafter "s3-copy-openslx-config.service" \
+ --wafter "initrd-root-fs.target"
# Change boot splash depending on boot mode = exam
inst_hook pre-pivot 00 "${moddir}/scripts/slx-splash-exam.sh"
- # Copy splashtool and icons to stage4, add service drop-in to reset console
- inst_hook pre-pivot 20 "${moddir}/scripts/slx-splash-stage4.sh"
# Done in stage 4 by setup-partitions
#inst_hook pre-mount 00 "${moddir}/scripts/slx-splash-icon-hdd.sh"