diff --git a/packages/base/all/vendor-config-onl/src/bin/onldebni b/packages/base/all/vendor-config-onl/src/bin/onldebni new file mode 100755 index 00000000..1d02eeac --- /dev/null +++ b/packages/base/all/vendor-config-onl/src/bin/onldebni @@ -0,0 +1,9 @@ +#!/bin/bash +/bin/echo -e "#!/bin/sh\\nexit 101" >/usr/sbin/policy-rc.d +chmod +x /usr/sbin/policy-rc.d +export DEBIAN_FRONTEND=noninteractive +export DEBCONF_NONINTERACTIVE_SEEN=true +$@ +rc=$? +rm -f /usr/sbin/policy-rc.d +exit $rc