iex seems to depend on this order, otherwise it terminiates right after boot
@@ -1199,7 +1199,7 @@ case "${COMMAND}" in
esac
case "$COMMAND" in
foreground)
- FOREGROUNDOPTIONS="-enable-feature maybe_expr -noshell -noinput +Bd"
+ FOREGROUNDOPTIONS="-enable-feature maybe_expr -noinput -noshell +Bd"
;;
*)
FOREGROUNDOPTIONS='-enable-feature maybe_expr'