- Add complete Debian packaging configuration (debian/ directory) - Create build-deb.sh script for building packages - Update Forgejo workflow to build and upload .deb artifacts - Add comprehensive version naming for both binary and Debian artifacts - Update .gitignore to exclude build artifacts and packaging files - Add PACKAGING.md documentation - Add test-deb.sh for testing package installation
41 lines
1,010 B
Groff
41 lines
1,010 B
Groff
.TH BOOTUPCTL 1 "August 2025" "deb-bootupd" "User Commands"
|
|
.SH NAME
|
|
bootupctl \- bootloader update daemon control tool
|
|
.SH SYNOPSIS
|
|
.B bootupctl
|
|
[\fIOPTIONS\fR] \fICOMMAND\fR [\fIARGS\fR]
|
|
.SH DESCRIPTION
|
|
.B bootupctl
|
|
is a control tool for the bootupd bootloader update daemon. It provides
|
|
commands to check system status, update bootloaders, and manage the
|
|
bootloader update service.
|
|
.SH COMMANDS
|
|
.TP
|
|
.B status
|
|
Display the current status of bootloaders and any pending updates.
|
|
.TP
|
|
.B update
|
|
Update bootloaders to the latest available versions.
|
|
.TP
|
|
.B help
|
|
Show help information for available commands.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-\-help
|
|
Show help information.
|
|
.TP
|
|
.B \-\-version
|
|
Show version information.
|
|
.SH EXAMPLES
|
|
.TP
|
|
Check system status:
|
|
.B bootupctl status
|
|
.TP
|
|
Update bootloaders:
|
|
.B bootupctl update
|
|
.SH SEE ALSO
|
|
.BR bootupd (8)
|
|
.SH AUTHOR
|
|
Written by the Debian Bootupd Team <debian-bootupd@lists.debian.org>
|
|
.SH COPYRIGHT
|
|
Copyright \(co 2025 Debian Bootupd Team. License GPLv2+: GNU GPL version 2 or later.
|