Fix audio not working on images
* Adds `sof-firmware` package * Adds user to audio group Fixes #21
This commit is contained in:
parent
821cc31b01
commit
d85da1f81f
2 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ echo "hvc0::respawn:/sbin/getty -L hvc0 115200 vt220" >> "$INSTALLDIR"/etc/initt
|
|||
"${TEMPLATE_CONTENT_DIR}/alpine-chroot" "$INSTALLDIR" addgroup user
|
||||
"${TEMPLATE_CONTENT_DIR}/alpine-chroot" "$INSTALLDIR" adduser -D user -G user -s /bin/bash
|
||||
"${TEMPLATE_CONTENT_DIR}/alpine-chroot" "$INSTALLDIR" addgroup user qubes
|
||||
"${TEMPLATE_CONTENT_DIR}/alpine-chroot" "$INSTALLDIR" addgroup user audio
|
||||
|
||||
# create /lib/modules for qubes-kernel module mount
|
||||
"${TEMPLATE_CONTENT_DIR}/alpine-chroot" "$INSTALLDIR" mkdir /lib/modules
|
||||
|
|
|
@ -37,6 +37,7 @@ xfce4-settings
|
|||
evince
|
||||
faenza-icon-theme-libreoffice
|
||||
pavucontrol
|
||||
sof-firmware
|
||||
|
||||
# Major "productivity" applications
|
||||
icu-data-full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue