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 selinux-ensure-labeled [SUBPATH PREFIX]
18
19 Ensure all files and directories are labeled according to SELinux
20 policy of the first deployment.
21
22 set-kargs [--merge] [--import-proc-cmdline] [--append="NAME=VALUE"]
23 [--replace="NAME=VALUE"] [MORE_APPEND_ARGS]
24
25 Replace the kernel arguments of the default deployment. The new
26 arguments are based on an empty list (the default), the current
27 options (--merge), or the arguments of the loaded kernel
28 (--import-proc-cmdline), and new options either are added to the
29 end (--append="NAME=VALUE") or replace existing arguments of the
30 same name (--replace="NAME=VALUE").
31
32
33
34OSTree OSTREE ADMIN INSTUTI(1)