54 lines
1.9 KiB
Groff
54 lines
1.9 KiB
Groff
'\" t
|
|
.\" Title: ostree admin os-init
|
|
.\" Author: Colin Walters <walters@verbum.org>
|
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
|
.\" Date: 06/19/2017
|
|
.\" Manual: ostree admin os-init
|
|
.\" Source: OSTree
|
|
.\" Language: English
|
|
.\"
|
|
.TH "OSTREE ADMIN OS\-INI" "1" "" "OSTree" "ostree admin os-init"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * Define some portability stuff
|
|
.\" -----------------------------------------------------------------
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.\" http://bugs.debian.org/507673
|
|
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
.SH "NAME"
|
|
ostree-admin-os-init \- Initialize empty state for a given operating system
|
|
.SH "SYNOPSIS"
|
|
.HP \w'\fBostree\ admin\ os\-init\fR\ 'u
|
|
\fBostree admin os\-init\fR {STATEROOT}
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Initializes an new stateroot (AKA "osname") for an operating system\&. Ensures that the core subdirectories of /var (/tmp, /lib, /run, and /lock) exist and initialize the given STATEROOT as OSTree stateroot\&. Each deployment location is comprised of a single shared
|
|
var
|
|
and a set of deployments (chroots)\&.
|
|
.SH "EXAMPLE"
|
|
.PP
|
|
\fB$ ostree admin os\-init exampleos\fR
|
|
.sp
|
|
.if n \{\
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
ostree/deploy/exampleos initialized as OSTree root
|
|
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
.\}
|