diff --git a/packages/sysutils/busybox/config/profile b/packages/sysutils/busybox/config/profile index f025bc8f21..5fb0adb383 100644 --- a/packages/sysutils/busybox/config/profile +++ b/packages/sysutils/busybox/config/profile @@ -21,32 +21,18 @@ # parse command line arguments for arg in $(cat /proc/cmdline); do case $arg in - textmode) - TEXTMODE=yes - ;; - installer) - INSTALLER=yes - ;; debugging) - DEBUG=yes - ;; - ssh) - SSH=yes + export DEBUG=yes ;; progress) PROGRESS=yes ;; - nosplash) - SPLASH=no - ;; esac done -if [ -e /storage/.cache/debug.openelec ] ; then - DEBUG=yes -fi - -export DEBUG + if [ -e /storage/.cache/debug.openelec ] ; then + export DEBUG=yes + fi # functions progress() {