From 0b4d95c4a2c983423768913ee0624191c6bb0212 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Fri, 7 Jun 2019 16:43:42 +0100 Subject: [PATCH] stage4: enable xcompmgr --- stage4/04-enable-xcompmgr/00-run.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 stage4/04-enable-xcompmgr/00-run.sh diff --git a/stage4/04-enable-xcompmgr/00-run.sh b/stage4/04-enable-xcompmgr/00-run.sh new file mode 100755 index 0000000..ad6298d --- /dev/null +++ b/stage4/04-enable-xcompmgr/00-run.sh @@ -0,0 +1,5 @@ +#!/bin/bash -e + +on_chroot << EOF + raspi-config nonint do_xcompmgr 0 +EOF