mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-08-19 04:07:35 +00:00
debug-shell: don't be picky, use /bin/sh rather than /bin/bash
In a minimal initramfs, one might not always have the full bash available. Typically if using busybox.
This commit is contained in:
+1
-1
@@ -276,7 +276,7 @@ AM_CONDITIONAL(HAVE_SELINUX, [test "$have_selinux" = "yes"])
|
||||
if test "x${have_selinux}" != xno ; then
|
||||
sushell=/sbin/sushell
|
||||
else
|
||||
sushell=/bin/bash
|
||||
sushell=/bin/sh
|
||||
fi
|
||||
AC_SUBST(sushell)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user