Skip to content

Commit

Permalink
feat: add distrobox.ini examples (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jul 19, 2023
1 parent 4e59d4d commit 315c13f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
6 changes: 0 additions & 6 deletions etc/distrobox/distrobox.conf

This file was deleted.

20 changes: 20 additions & 0 deletions etc/distrobox/distrobox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,23 @@ nvidia=false
pull=true
root=false
replace=true

# Add more distros and then use:
# distrobox assemble create --replace --file /etc/distrobox/distrobox.ini
# This will replace your distroboxes in place

#[fedora]
#image=registry.fedoraproject.org/fedora-toolbox:latest
#init=false
#nvidia=false
#pull=true
#root=false
#replace=true

#[wolfi]
#image=ghcr.io/ublue-os/wolfi-toolbox:latest
#init=false
#nvidia=false
#pull=true
#root=false
#replace=true

0 comments on commit 315c13f

Please sign in to comment.