Add update-kernel(8) man page

Link: https://bugzilla.altlinux.org/43934
This commit is contained in:
Виталий Чикунов 2022-10-04 23:34:42 +03:00
parent 22d68ba602
commit 1d1f492c0c
2 changed files with 117 additions and 0 deletions

59
update-kernel.8 Normal file
View File

@ -0,0 +1,59 @@
.TH update-kernel 8 "October 04, 2022" "update-kernel 8"
.SH NAME
update-kernel \- update kernel tool
.SH SYNOPSIS
.B update-kernel
[options]
.SH DESCRIPTION
update\-kernel \- script to conveniently update kernel and modules.
.PP
It works by installing a new package set along with existing kernel
so that you don\'t end up without a kernel guaranteed to boot (your
good old one); by default, it will look for the most recent package
of the same flavour (e.g. "std\-def") and try to install all the same
modules as already installed for that.
.SH OPTIONS
.TP
\-l, \-\-list
list available kernels
.TP
\-a, \-\-all
install all kernel modules
.TP
\-i, \-\-interactive
interactive modules install
.TP
\-f, \-y, \-\-force
force kernel upgrade
.TP
\-t, \-\-type
install kernel with specified flavour (ovz\-smp, std\-def, etc)
.TP
\-r, \-\-release
desired kernel release
(allowed formats by example:
old format: alt1, 5.7.19\-alt1
classic kernel release: 5.7.19\-std\-def\-alt1
package name: [kernel\-image\-]std\-def\-5.7.19\-alt1)
.TP
\-n, \-\-dry-run
download packages, but don't install (\-\-download\-only)
.TP
\-h, \-\-help
show this text and exit
.SH EXAMPLES
.TP
Download and install last un-def kernel:
.B update-kernel -t un-def
.PP
.TP
Download and install specific kernel version:
.B update-kernel -r 5.15.70-un-def-alt1
.PP
.SH EXIT STATUS
update-kernel returns a zero exist status if it succeeds.
Non zero is returned in case of failure.
.SH AUTHOR
Anton Shevtsov (shevtsov.anton (at) gmail.com)
.SH SEE ALSO
apt-get(8)

58
update-kernel.8.ru Normal file
View File

@ -0,0 +1,58 @@
.TH update-kernel 8 "Октябрь 04, 2022" "update-kernel 8"
.SH NAME
update-kernel \- утилита обновления ядра
.SH SYNOPSIS
.B update-kernel
[опции]
.SH DESCRIPTION
update\-kernel \- удобный инструмент обновления ядра и его модулей.
.PP
update-kernel позволяет установить пакеты нового ядра вместе с его модулями
параллельно к уже установленному ядру. Таким образом вы гарантированно не останетесь
без загружаемого ядра. По умолчанию будет найден самый свежий пакет ядра
той же разновидности (например, "std\-def") и будут установлены все те же
модули что есть в системе.
.SH OPTIONS
.TP
\-l, \-\-list
список доступных ядер
.TP
\-a, \-\-all
установить все модули ядра
.TP
\-i, \-\-interactive
интерактивная установка модулей
.TP
\-f, \-y, \-\-force
принудительное обновление ядра
.TP
\-t, \-\-type
установка ядра с определенным типом (ovz\-smp, std\-def, etc)
.TP
\-r, \-\-release
желаемая версия ядра
(допустимые варианты написания:
сарый формат: alt1, 5.7.19\-alt1
классический вариант: 5.7.19\-std\-def\-alt1
имя пакета: [kernel\-image\-]std\-def\-5.7.19\-alt1)
.TP
\-n, \-\-dry-run
скачать пакеты, но не устанавливать (\-\-download\-only)
.TP
\-h, \-\-help
показать этот текст и выйти
.SH EXAMPLES
.TP
Скачать и установить актуальную версию un-def ядра:
.B update-kernel -t un-def
.PP
.TP
Скачать и установить определенную версию ядра:
.B update-kernel -r 5.15.70-un-def-alt1
.PP
.SH EXIT STATUS
update-kernel возвращает 0 если операция прошла успешно и отличное от нуля значение в противном случае.
.SH AUTHOR
Антон Шевцов (shevtsov.anton (at) gmail.com)
.SH SEE ALSO
apt-get(8)