1DISTROBOX-INIT(1)                 User Manual                DISTROBOX-INIT(1)
2
3
4

NAME

6              distrobox-init
7

DESCRIPTION

9       Init the distrobox (not to be launched manually)
10
11       distrobox-init  is  the  entrypoint  of a created distrobox.  Note that
12       this HAS to run from inside a distrobox, will not work if  you  run  it
13       from your host.
14
15       This  is  not  intended  to  be used manually, but instead used by dis‐
16       trobox-create to set up the container’s entrypoint.
17
18       distrobox-init will take care of installing missing  dependencies  (eg.
19       sudo),  set  up the user and groups, mount directories from the host to
20       ensure the tight integration.
21

SYNOPSIS

23       distrobox-init
24
25              --name/-n:      user name
26              --user/-u:      uid of the user
27              --group/-g:     gid of the user
28              --home/-d:      path/to/home of the user
29              --help/-h:      show this message
30              --additional-packages:  packages to install in addition
31              --init/-I:      whether to use or not init
32              --pre-init-hooks:   commands to execute prior to init
33              --nvidia:       try to integrate host's nVidia drivers in the guest
34              --upgrade/-U:       run init in upgrade mode
35              --verbose/-v:       show more verbosity
36              --version/-V:       show version
37              --:         end arguments execute the rest as command to execute during init
38

EXAMPLES

40              distrobox-init --name test-user --user 1000 --group 1000 --home /home/test-user
41              distrobox-init --upgrade
42
43
44
45Distrobox                          Nov 2023                  DISTROBOX-INIT(1)
Impressum