diff options
| author | Simon Rettberg | 2025-04-09 16:47:33 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-04-09 16:47:33 +0200 |
| commit | c54be3e97800eb41033fee516f03b03debc0a5f5 (patch) | |
| tree | 6ecf245841c7560df9810e1ff6a5875b28ef3e22 | |
| parent | [slx-dmsetup] Tweak service ordering, wait for HDDs (diff) | |
| download | systemd-init-c54be3e97800eb41033fee516f03b03debc0a5f5.tar.gz systemd-init-c54be3e97800eb41033fee516f03b03debc0a5f5.tar.xz systemd-init-c54be3e97800eb41033fee516f03b03debc0a5f5.zip | |
Order all slx-services after install busybox
| -rwxr-xr-x | build-initramfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh index fed70cc5..683e8478 100755 --- a/build-initramfs.sh +++ b/build-initramfs.sh @@ -453,6 +453,7 @@ initialize_dracut() { _tmpfile="/tmp/dracut-service-$RANDOM" inst "$moddir/hooks/${_name}.sh" \ "/usr/local/slx-services/${_name}.sh" || exit 10 + [ "${_name}" != "s3-install-busybox" ] && _after+=( "s3-install-busybox.service" ) { echo "[Unit]" echo "Description=${_desc}" |
