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              --init/-I:      whether to use or not init
31              --pre-init-hooks:   commands to execute prior to init
32              --upgrade/-U:       run init in upgrade mode
33              --verbose/-v:       show more verbosity
34              --version/-V:       show version
35              --:         end arguments execute the rest as command to execute during init
36

EXAMPLES

38              distrobox-init --name test-user --user 1000 --group 1000 --home /home/test-user
39              distrobox-init --upgrade
40
41
42
43Distrobox                          Dec 2022                  DISTROBOX-INIT(1)
Impressum