1OSTREE ADMIN OS-INI(1) ostree admin os-init OSTREE ADMIN OS-INI(1)
2
3
4
6 ostree-admin-os-init - Initialize empty state for a given operating
7 system
8
10 ostree admin os-init {STATEROOT}
11
13 Initializes an new stateroot (AKA "osname") for an operating system.
14 Ensures that the core subdirectories of /var (/tmp, /lib, /run, and
15 /lock) exist and initialize the given STATEROOT as OSTree stateroot.
16 Each deployment location is comprised of a single shared var and a set
17 of deployments (chroots).
18
20 $ ostree admin os-init exampleos
21
22 ostree/deploy/exampleos initialized as OSTree root
23
24
25
26
27OSTree OSTREE ADMIN OS-INI(1)