1OSTREE ADMIN INSTUTI(1) ostree admin instutil OSTREE ADMIN INSTUTI(1)
2
3
4
6 ostree-admin-instutil - Utility functions intended primarily for
7 operating system installation programs
8
10 ostree admin instutil {SUBCOMMAND} [ARGS]
11
13 Use the subcommands to toggle admin installation utilities for selinux
14 policies and kernel arguments.
15
17
18 Ensure all files and directories are labeled according to SELinux
19 policy of the first deployment.
20
21
22 Replace the kernel arguments of the default deployment. The new
23 arguments are based on an empty list (the default), the current
24 options (--merge), or the arguments of the loaded kernel
25 (--import-proc-cmdline), and new options either are added to the
26 end (--append="NAME=VALUE") or replace existing arguments of the
27 same name (--replace="NAME=VALUE").
28
29
30
31OSTree OSTREE ADMIN INSTUTI(1)