Skip to content
Snippets Groups Projects
Commit 9fe7188d authored by Bob Mottram's avatar Bob Mottram
Browse files

Add dbus

parent 681b0dbc
No related branches found
No related tags found
No related merge requests found
...@@ -1133,7 +1133,7 @@ function configure_user_interface { ...@@ -1133,7 +1133,7 @@ function configure_user_interface {
chroot "$rootdir" apt-get -y install mate-desktop-environment chroot "$rootdir" apt-get -y install mate-desktop-environment
# tool to change desktop settings from command line # tool to change desktop settings from command line
chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend dbus
if [[ $VARIANT != "usb" ]]; then if [[ $VARIANT != "usb" ]]; then
# log in automatically # log in automatically
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment