Blame man/ostree-admin-instutil.xml

Packit Service 2a3f3d
 
Packit Service 2a3f3d
Packit Service 2a3f3d
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
Packit Service 2a3f3d
Packit Service 2a3f3d
Packit Service 2a3f3d
Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
Packit Service 2a3f3d
Packit Service 2a3f3d
SPDX-License-Identifier: LGPL-2.0+
Packit Service 2a3f3d
Packit Service 2a3f3d
This library is free software; you can redistribute it and/or
Packit Service 2a3f3d
modify it under the terms of the GNU Lesser General Public
Packit Service 2a3f3d
License as published by the Free Software Foundation; either
Packit Service 2a3f3d
version 2 of the License, or (at your option) any later version.
Packit Service 2a3f3d
Packit Service 2a3f3d
This library is distributed in the hope that it will be useful,
Packit Service 2a3f3d
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 2a3f3d
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 2a3f3d
Lesser General Public License for more details.
Packit Service 2a3f3d
Packit Service 2a3f3d
You should have received a copy of the GNU Lesser General Public
Packit Service 2a3f3d
License along with this library; if not, write to the
Packit Service 2a3f3d
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Packit Service 2a3f3d
Boston, MA 02111-1307, USA.
Packit Service 2a3f3d
-->
Packit Service 2a3f3d
Packit Service 2a3f3d
<refentry id="ostree">
Packit Service 2a3f3d
Packit Service 2a3f3d
    <refentryinfo>
Packit Service 2a3f3d
        <title>ostree admin instutil</title>
Packit Service 2a3f3d
        <productname>OSTree</productname>
Packit Service 2a3f3d
Packit Service 2a3f3d
        <authorgroup>
Packit Service 2a3f3d
            <author>
Packit Service 2a3f3d
                <contrib>Developer</contrib>
Packit Service 2a3f3d
                <firstname>Colin</firstname>
Packit Service 2a3f3d
                <surname>Walters</surname>
Packit Service 2a3f3d
                <email>walters@verbum.org</email>
Packit Service 2a3f3d
            </author>
Packit Service 2a3f3d
        </authorgroup>
Packit Service 2a3f3d
    </refentryinfo>
Packit Service 2a3f3d
Packit Service 2a3f3d
    <refmeta>
Packit Service 2a3f3d
        <refentrytitle>ostree admin instutil</refentrytitle>
Packit Service 2a3f3d
        <manvolnum>1</manvolnum>
Packit Service 2a3f3d
    </refmeta>
Packit Service 2a3f3d
Packit Service 2a3f3d
    <refnamediv>
Packit Service 2a3f3d
        <refname>ostree-admin-instutil</refname>
Packit Service 2a3f3d
        <refpurpose>Utility functions intended primarily for operating system installation programs</refpurpose>
Packit Service 2a3f3d
    </refnamediv>
Packit Service 2a3f3d
Packit Service 2a3f3d
    <refsynopsisdiv>
Packit Service 2a3f3d
            <cmdsynopsis>
Packit Service 2a3f3d
                <command>ostree admin instutil</command> <arg choice="req">SUBCOMMAND</arg> <arg choice="opt">ARGS</arg>
Packit Service 2a3f3d
            </cmdsynopsis>
Packit Service 2a3f3d
    </refsynopsisdiv>
Packit Service 2a3f3d
Packit Service 2a3f3d
    <refsect1>
Packit Service 2a3f3d
        <title>Description</title>
Packit Service 2a3f3d
Packit Service 2a3f3d
        <para>
Packit Service 2a3f3d
            Use the subcommands to toggle admin installation utilities for selinux policies and kernel arguments.
Packit Service 2a3f3d
        </para>
Packit Service 2a3f3d
    </refsect1>
Packit Service 2a3f3d
Packit Service 2a3f3d
Packit Service 2a3f3d
    <refsect1>
Packit Service 2a3f3d
        <title>Subcommands</title>
Packit Service 2a3f3d
Packit Service 2a3f3d
        <variablelist>
Packit Service 2a3f3d
            <varlistentry>
Packit Service 2a3f3d
                <term><cmdsynopsis><command>selinux-ensure-labeled</command> <arg choice="opt">SUBPATH PREFIX</arg></cmdsynopsis></term>
Packit Service 2a3f3d
Packit Service 2a3f3d
                <listitem><para>
Packit Service 2a3f3d
                    Ensure all files and directories are labeled according to SELinux policy of the first deployment.
Packit Service 2a3f3d
                </para></listitem>
Packit Service 2a3f3d
            </varlistentry>
Packit Service 2a3f3d
Packit Service 2a3f3d
            <varlistentry>
Packit Service 2a3f3d
                <term><cmdsynopsis>
Packit Service 2a3f3d
<command>set-kargs</command> <arg choice="opt">--merge</arg> <arg choice="opt">--import-proc-cmdline</arg> <arg choice="opt">--append="NAME=VALUE"</arg> <arg choice="opt">--replace="NAME=VALUE"</arg> <arg choice="opt">MORE_APPEND_ARGS</arg></cmdsynopsis></term>
Packit Service 2a3f3d
Packit Service 2a3f3d
                <listitem><para>
Packit Service 2a3f3d
                    Replace the kernel arguments of the default deployment. The new arguments are based
Packit Service 2a3f3d
                    on an empty list (the default), the current options (--merge), or the arguments
Packit Service 2a3f3d
                    of the loaded kernel (--import-proc-cmdline), and new options either are added to the
Packit Service 2a3f3d
                    end (--append="NAME=VALUE") or replace existing arguments of the same name (--replace="NAME=VALUE").
Packit Service 2a3f3d
                </para></listitem>
Packit Service 2a3f3d
            </varlistentry>
Packit Service 2a3f3d
        </variablelist>
Packit Service 2a3f3d
    </refsect1>
Packit Service 2a3f3d
</refentry>