diff --git a/makeanything.sh b/makeanything.sh
index b14510b..c67c503 100755
--- a/makeanything.sh
+++ b/makeanything.sh
@@ -33,7 +33,7 @@ function message() {
;;
esac
- if [ "$1" == "info" ] || [ "$1" == "error" ]
+ if [ "$1" == "info" ] || [ "$1" == "warn" ] || [ "$1" == "error" ]
then
MESSAGE=$2
else
@@ -84,10 +84,11 @@ done
#DEBOOTSTRAP_SUITE="bullseye"
#DEBOOTSTRAP_OPTS="--extra-suites=bullseye-backports,bullseye-updates --components=main,contrib,non-free"
DEBOOTSTRAP_SUITE="bookworm"
-DEBOOTSTRAP_OPTS="--extra-suites=${DEBOOTSTRAP_SUITE}-updates --components=main,contrib,non-free,non-free-firmware"
+#DEBOOTSTRAP_OPTS="--extra-suites=${DEBOOTSTRAP_SUITE}-updates --components=main,contrib,non-free,non-free-firmware"
+DEBOOTSTRAP_OPTS="--components=main,contrib,non-free,non-free-firmware"
message "running debootstrap $DEBOOTSTRAP_OPTS $DEBOOTSTRAP_SUITE $MIRROR"
-sudo debootstrap ${DEBOOTSTRAP_OPTS} ${DEBOOTSTRAP_SUITE} build/chroot/ $MIRROR || sudo debootstrap ${DEBOOTSTRAP_SUITE} build/chroot/ $MIRROR
+sudo debootstrap ${DEBOOTSTRAP_OPTS} ${DEBOOTSTRAP_SUITE} build/chroot/ $MIRROR || message warn "debootstrap exited with code $?"
message "copy xdgmenumaker deb file into chroot"
sudo cp deb/xdgmenumaker* build/chroot/tmp || error
diff --git a/nanodesk-files/etc/jwm/system.jwmrc b/nanodesk-files/etc/jwm/system.jwmrc
index f2ab7e2..037a008 100644
--- a/nanodesk-files/etc/jwm/system.jwmrc
+++ b/nanodesk-files/etc/jwm/system.jwmrc
@@ -6,7 +6,6 @@
exec: xdgmenumaker -n -i -f jwm
- connman-gtk
arandr
@@ -240,7 +239,7 @@
$(find ~/.screenlayout/ -type f -executable|head -n 1)
xscreensaver -no-splash
volumeicon
- connman-ui-gtk
+ connman-gtk
dillo -f -g 640x480 /usr/share/doc/nanodesk/welcome/welcome.html
diff --git a/templates/install_base.tpl.sh b/templates/install_base.tpl.sh
index e6a03c3..ccc71fc 100644
--- a/templates/install_base.tpl.sh
+++ b/templates/install_base.tpl.sh
@@ -66,7 +66,6 @@ apt install -y \
wireless-tools \
wpagui \
connman-gtk \
- connman-ui \
xserver-xorg \
xscreensaver \
xfonts-75dpi \