Skip to content

Commit

Permalink
docs: document pipewire/alsa packages for ubuntu initful containers. Fix
Browse files Browse the repository at this point in the history
 #1374

Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Jun 18, 2024
1 parent e4ff946 commit 88cce15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ as discussed here: [#28 Sandboxed mode](https://github.com/89luca89/distrobox/is

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

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

**Enter created distrobox:**

Expand Down
6 changes: 3 additions & 3 deletions docs/usage/distrobox-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Use pre-init-hooks to perform an action at the beginning of the container startu

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

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

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

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

distrobox create -i alpine:latest --init --additional-packages "openrc" -n test
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd" -n test
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd" -n test
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
distrobox create -i archlinux:latest --init --additional-packages "systemd" -n test
distrobox create -i registry.opensuse.org/opensuse/tumbleweed:latest --init --additional-packages "systemd" -n test
distrobox create -i registry.fedoraproject.org/fedora:39 --init --additional-packages "systemd" -n test
Expand Down
4 changes: 2 additions & 2 deletions docs/useful_tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ If you want to use a non-pre-create image, you'll need to add the additional pac

```console
distrobox create -i alpine:latest --init --additional-packages "openrc" -n test
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd" -n test
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd" -n test
distrobox create -i debian:stable --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
distrobox create -i ubuntu:22.04 --init --additional-packages "systemd libpam-systemd pipewire-audio-client-libraries" -n test
distrobox create -i archlinux:latest --init --additional-packages "systemd" -n test
distrobox create -i registry.opensuse.org/opensuse/tumbleweed:latest --init --additional-packages "systemd" -n test
distrobox create -i registry.fedoraproject.org/fedora:39 --init --additional-packages "systemd" -n test
Expand Down

0 comments on commit 88cce15

Please sign in to comment.