deb-bootupd/debian/man/bootupctl.1
robojerk 73b43239e9
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 6m14s
Simple Build and Upload / build (push) Failing after 2m0s
Add Debian packaging and update Forgejo workflow
- 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
2025-08-10 11:30:19 -07:00

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.