dconf packages
This commit is contained in:
parent
b5db6f0bb1
commit
681b0dbc1e
|
@ -1132,6 +1132,9 @@ function configure_user_interface {
|
|||
# desktop
|
||||
chroot "$rootdir" apt-get -y install mate-desktop-environment
|
||||
|
||||
# tool to change desktop settings from command line
|
||||
chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend
|
||||
|
||||
if [[ $VARIANT != "usb" ]]; then
|
||||
# log in automatically
|
||||
chroot "$rootdir" apt-get -y install nodm xinit
|
||||
|
|
Loading…
Reference in New Issue