1OSTREE ADMIN INIT-F(1) ostree admin init-fs OSTREE ADMIN INIT-F(1)
2
3
4
6 ostree-admin-init-fs - Initialize a new root filesystem
7
9 ostree admin init-fs [OPTIONS...] {PATH}
10
12 Initialize an empty physical root filesystem in the designated PATH,
13 with normal toplevels and correct permissions for each directory.
14 Primarily useful for operating system installers.
15
17 $ mkdir /example
18
19 $ ostree admin init-fs /example
20
21 $ ls /example
22
23 boot dev home ostree proc root run sys tmp
24
25
26
27OSTree OSTREE ADMIN INIT-F(1)