diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-11-30 19:48:36 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-11-30 19:48:36 -0600 |
commit | f712ce80677d00f760eb6c54fd3c54282d7f70c3 (patch) | |
tree | 80ea6a0adb96163a5a352ffed139b93a70c9d7b1 | |
parent | 983a6f020d8ea8f0e719053b9d1fd53fe549fafc (diff) | |
download | image-f712ce80677d00f760eb6c54fd3c54282d7f70c3.tar.gz image-f712ce80677d00f760eb6c54fd3c54282d7f70c3.tar.bz2 image-f712ce80677d00f760eb6c54fd3c54282d7f70c3.tar.xz image-f712ce80677d00f760eb6c54fd3c54282d7f70c3.zip |
Base configuration: Live media: Add PulseAudio
Ref: image#388, image#390
-rw-r--r-- | configs/base/live-base.installfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/base/live-base.installfile b/configs/base/live-base.installfile index b7aad0b..8ff3125 100644 --- a/configs/base/live-base.installfile +++ b/configs/base/live-base.installfile @@ -1,6 +1,9 @@ # Install the Live CD support files, Bluetooth support, and NetworkManager. pkginstall bluez livecd-support-horizon networkmanager +# Install PulseAudio support by default. +pkginstall pulseaudio + # Start X on boot, if possible. svcenable udev boot svcenable udev-trigger boot |