1OSTREE ADMIN STATERO(1) ostree admin stateroot-init OSTREE ADMIN STATERO(1)
2
3
4
6 ostree-admin-stateroot-init - Initialize empty state for a given
7 operating system
8
10 ostree admin stateroot-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 stateroot-init exampleos
21
22 ostree/deploy/exampleos initialized as OSTree stateroot
23
24
25
26
27OSTree OSTREE ADMIN STATERO(1)