mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-16 04:14:31 -04:00
Manual: move to section 8, minor polishing
This commit is contained in:
parent
1813686d19
commit
b6715098e1
2 changed files with 19 additions and 4 deletions
|
@ -256,6 +256,13 @@ install(
|
|||
${CMAKE_INSTALL_DATADIR}/applications
|
||||
)
|
||||
|
||||
install(
|
||||
FILES
|
||||
man/calamares.8
|
||||
DESTINATION
|
||||
${CMAKE_INSTALL_MANDIR}/man8/
|
||||
)
|
||||
|
||||
# uninstall target
|
||||
configure_file(
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH CALAMARES "1"
|
||||
.TH CALAMARES "8"
|
||||
.SH NAME
|
||||
calamares \- distribution-independent system installer
|
||||
.SH SYNOPSIS
|
||||
|
@ -6,7 +6,13 @@ calamares \- distribution-independent system installer
|
|||
[\fI\,options\/\fR]
|
||||
.SH DESCRIPTION
|
||||
.B calamares
|
||||
is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. It is the first installer with an automated “Replace Partition” option, which makes it easy to reuse a partition over and over for distribution testing. Calamares is designed to be customizable by distribution maintainers without need for cumbersome patching, thanks to third party branding and external modules support.
|
||||
is a distribution-independent system installer, with an advanced partitioning
|
||||
feature for both manual and automated partitioning operations. It is the
|
||||
first installer with an automated “Replace Partition” option, which makes it
|
||||
easy to reuse a partition over and over for distribution testing. Calamares is
|
||||
designed to be customizable by distribution maintainers without need for
|
||||
cumbersome patching, thanks to third party branding and external modules
|
||||
support.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
|
@ -25,9 +31,11 @@ The
|
|||
.B calamares
|
||||
website: https://calamares.io
|
||||
.SH "BUGS"
|
||||
Please report any bugs to https://calamares.io/bugs
|
||||
Please report any bugs to https://calamares.io/issues
|
||||
.SH AUTHORS
|
||||
.B calamares
|
||||
is written by Teo Mrnjavac <teo@kde.org>
|
||||
is written by Teo Mrnjavac <teo@kde.org>,
|
||||
Adriaan de Groot <groot@kde.org> and
|
||||
an international group of contributors.
|
||||
.LP
|
||||
This man page is written by Jonathan Carter <jcarter@linux.com>
|
Loading…
Add table
Add a link
Reference in a new issue