summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-initramfs.sh1
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}"