Skip to content

Commit 88cce15

Browse files
committed
docs: document pipewire/alsa packages for ubuntu initful containers. Fix #1374
Signed-off-by: Luca Di Maio <[email protected]>
1 parent e4ff946 commit 88cce15

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ as discussed here: [#28 Sandboxed mode](https://github.com/89luca89/distrobox/is
258258

259259
**Create a new distrobox with Systemd (acts similar to an LXC):**
260260

261-
`distrobox create --name test --init --image debian:latest --additional-packages "systemd libpam-systemd"`
261+
`distrobox create --name test --init --image debian:latest --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries"`
262262

263263
**Enter created distrobox:**
264264

docs/usage/distrobox-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Use pre-init-hooks to perform an action at the beginning of the container startu
9898

9999
Use init to create a Systemd container (acts similar to an LXC):
100100

101-
distrobox create -i ubuntu:latest --name test --additional-packages "systemd libpam-systemd" --init
101+
distrobox create -i ubuntu:latest --name test --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" --init
102102

103103
Use init to create a OpenRC container (acts similar to an LXC):
104104

@@ -195,8 +195,8 @@ This is needed because `/sbin/init` must be pid 1.
195195
If you want to use a non-pre-create image, you'll need to add the additional package:
196196

197197
distrobox create -i alpine:latest --init --additional-packages "openrc" -n test
198-
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd" -n test
199-
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd" -n test
198+
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
199+
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
200200
distrobox create -i archlinux:latest --init --additional-packages "systemd" -n test
201201
distrobox create -i registry.opensuse.org/opensuse/tumbleweed:latest --init --additional-packages "systemd" -n test
202202
distrobox create -i registry.fedoraproject.org/fedora:39 --init --additional-packages "systemd" -n test

docs/useful_tips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ If you want to use a non-pre-create image, you'll need to add the additional pac
250250

251251
```console
252252
distrobox create -i alpine:latest --init --additional-packages "openrc" -n test
253-
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd" -n test
254-
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd" -n test
253+
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
254+
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
255255
distrobox create -i archlinux:latest --init --additional-packages "systemd" -n test
256256
distrobox create -i registry.opensuse.org/opensuse/tumbleweed:latest --init --additional-packages "systemd" -n test
257257
distrobox create -i registry.fedoraproject.org/fedora:39 --init --additional-packages "systemd" -n test

0 commit comments

Comments
 (0)