table of contents
other versions
- stretch 2016.15-5
- testing 2019.1-1
- stretch-backports 2019.1-1~bpo9+1
- unstable 2019.1-1
- experimental 2019.2-1
OSTREE ADMIN INSTUTI(1) | ostree admin instutil | OSTREE ADMIN INSTUTI(1) |
NAME¶
ostree-admin-instutil - Utility functions intended primarily for operating system installation programsSYNOPSIS¶
ostree admin instutil {SUBCOMMAND} [ARGS]
DESCRIPTION¶
Use the subcommands to toggle admin installation utilities for selinux policies and kernel arguments.SUBCOMMANDS¶
Ensure all files and directories are labeled according to
SELinux policy of the first deployment.
Replace the kernel arguments of the default deployment.
The new arguments are based on an empty list (the default), the current
options (--merge), or the arguments of the loaded kernel
(--import-proc-cmdline), and new options either are added to the end
(--append="NAME=VALUE") or replace existing arguments of the same
name (--replace="NAME=VALUE").
OSTree |