Let's prefer dbus-broker in our images
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -9,6 +9,8 @@ Setup new image:
|
|||||||
As root:
|
As root:
|
||||||
* systemctl disable serial-getty@ttyS0
|
* systemctl disable serial-getty@ttyS0
|
||||||
* systemctl disable serial-getty@ttyAMA0
|
* systemctl disable serial-getty@ttyAMA0
|
||||||
|
* systemctl enable dbus-broker.service
|
||||||
|
* systemctl --global enable dbus-broker.service
|
||||||
* create /home/<user>/.asoundrc with (soundcards can be sndrpihifiberry/audioinjectorpi...)
|
* create /home/<user>/.asoundrc with (soundcards can be sndrpihifiberry/audioinjectorpi...)
|
||||||
pcm.!default {
|
pcm.!default {
|
||||||
type hw
|
type hw
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ IMAGE_INSTALL += " \
|
|||||||
nano \
|
nano \
|
||||||
rsync \
|
rsync \
|
||||||
wget \
|
wget \
|
||||||
|
dbus-broker \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_DEV_MANAGER = "udev"
|
IMAGE_DEV_MANAGER = "udev"
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ X11_BASE_INSTALL += " \
|
|||||||
${DISTRO_GUI_USER} \
|
${DISTRO_GUI_USER} \
|
||||||
packagegroup-core-x11-xserver \
|
packagegroup-core-x11-xserver \
|
||||||
\
|
\
|
||||||
dbus \
|
|
||||||
iso-codes \
|
iso-codes \
|
||||||
mime-support \
|
mime-support \
|
||||||
xauth \
|
xauth \
|
||||||
|
|||||||
Reference in New Issue
Block a user