docs: regenerate man pages
This commit is contained in:
parent
db22e16dc9
commit
cddf2ff836
@ -1,11 +1,11 @@
|
||||
.\" Generated by scdoc 1.11.0
|
||||
.\" Generated by scdoc 1.11.1
|
||||
.\" Complete documentation for this program is not available as a GNU info page
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.nh
|
||||
.ad l
|
||||
.\" Begin generated content:
|
||||
.TH "tinyramfs" "8" "2020-09-07"
|
||||
.TH "tinyramfs" "8" "2021-05-10"
|
||||
.P
|
||||
.SH NAME
|
||||
.P
|
||||
@ -13,7 +13,7 @@ Tinyramfs - tiny initramfs written in POSIX shell
|
||||
.P
|
||||
.SH SYNOPSIS
|
||||
.P
|
||||
\fBtinyramfs\fR [option .\&.\&.\&]
|
||||
\fBtinyramfs\fR [option].\&.\&.\&
|
||||
.P
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
@ -22,26 +22,13 @@ with focus on portability.\&
|
||||
.P
|
||||
.SH OPTIONS
|
||||
.P
|
||||
\fB-m\fR, \fB--modules\fR <directory>
|
||||
.P
|
||||
.RS 4
|
||||
Specify directory where modules stored.\& Default is \fB/lib/modules\fR.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-s\fR, \fB--sources\fR <directory>
|
||||
.RS 4
|
||||
.P
|
||||
Specify directory where tinyramfs stored files such as \fBdevice-helper\fR
|
||||
and \fBinit\fR.\& Default is \fB/usr/share/tinyramfs\fR.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-o\fR, \fB--output\fR <output>
|
||||
\fB-o\fR, \fB--output\fR <file>
|
||||
.P
|
||||
.RS 4
|
||||
Specify output location where initramfs image will be stored.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-c\fR, \fB--config\fR <config>
|
||||
\fB-c\fR, \fB--config\fR <file>
|
||||
.P
|
||||
.RS 4
|
||||
Specify config location.\& Default is \fB/etc/tinyramfs/config\fR.\&
|
||||
@ -54,6 +41,13 @@ Specify kernel version.\& Useful for bootstraping future system with modular
|
||||
kernel.\& Default is current kernel version.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-m\fR, \fB--modules\fR <directory>
|
||||
.P
|
||||
.RS 4
|
||||
Specify directory where modules stored.\& Default is \fB/lib/modules\fR.\&
|
||||
This option has no effect if \fBmonolith\fR or \fBhostonly\fR were enabled in config.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-H\fR, \fB--hooks\fR <directory>
|
||||
.P
|
||||
.RS 4
|
||||
@ -61,6 +55,18 @@ Specify additional hooks location.\& Default is \fB/usr/share/tinyramfs/hooks\fR
|
||||
and \fB/etc/tinyramfs/hooks\fR.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-D\fR, \fB--helper\fR <file>
|
||||
.P
|
||||
.RS 4
|
||||
Specify location to device helper.\& Default is \fB/usr/share/tinyramfs/device-helper\fR.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-I\fR, \fB--init\fR <file>
|
||||
.P
|
||||
.RS 4
|
||||
Specify location to init script.\& Default is \fB/usr/share/tinyramfs/init\fR.\&
|
||||
.P
|
||||
.RE
|
||||
\fB-d\fR, \fB--debug\fR
|
||||
.P
|
||||
.RS 4
|
||||
|
@ -1,11 +1,11 @@
|
||||
.\" Generated by scdoc 1.11.0
|
||||
.\" Generated by scdoc 1.11.1
|
||||
.\" Complete documentation for this program is not available as a GNU info page
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.nh
|
||||
.ad l
|
||||
.\" Begin generated content:
|
||||
.TH "tinyramfs.hooks" "7" "2020-09-08"
|
||||
.TH "tinyramfs.hooks" "7" "2021-05-10"
|
||||
.P
|
||||
.SH NAME
|
||||
.P
|
||||
@ -137,8 +137,9 @@ Sets \fBdevice\fR variable to full path of resolved UUID|LABEL|/dev/*|PARTUUID
|
||||
- B: tmpdir - full path of tinyramfs working directory (initramfs rootfs in future)
|
||||
- B: kernel - kernel version
|
||||
- B: moddir - modules directory
|
||||
- B: init - path to init script
|
||||
- B: helper - path to device-helper script
|
||||
- B: config - config location
|
||||
- B: srcdir - directory of tinyramfs system files
|
||||
- B: output - output path
|
||||
- BI: see tinyramfs\&.config(5)
|
||||
.fi
|
||||
|
Loading…
Reference in New Issue
Block a user