summaryrefslogtreecommitdiffstats
path: root/modules.d/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/busybox')
-rwxr-xr-x[-rw-r--r--]modules.d/busybox/install-busybox-stage4.sh0
-rwxr-xr-x[-rw-r--r--]modules.d/busybox/install-busybox.sh4
-rwxr-xr-x[-rw-r--r--]modules.d/busybox/module-setup.sh0
3 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/busybox/install-busybox-stage4.sh b/modules.d/busybox/install-busybox-stage4.sh
index bcd1f94d..bcd1f94d 100644..100755
--- a/modules.d/busybox/install-busybox-stage4.sh
+++ b/modules.d/busybox/install-busybox-stage4.sh
diff --git a/modules.d/busybox/install-busybox.sh b/modules.d/busybox/install-busybox.sh
index 6848a735..d4606590 100644..100755
--- a/modules.d/busybox/install-busybox.sh
+++ b/modules.d/busybox/install-busybox.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-if hash busybox; then
- busybox --install -s
+if hash busybox && busybox --install -s; then
+ echo "Busybox installed"
else
. /lib/dracut-lib.sh
emergency_shell "Failed to initialize busybox, things will go wrong..."
diff --git a/modules.d/busybox/module-setup.sh b/modules.d/busybox/module-setup.sh
index c2305e32..c2305e32 100644..100755
--- a/modules.d/busybox/module-setup.sh
+++ b/modules.d/busybox/module-setup.sh