NAME
WWW::Hetzner::Robot::CLI::Cmd::Boot - Robot boot configuration commands
VERSION
version 0.101
SYNOPSIS
hrobot.pl boot <server-number> # status of all boot options
hrobot.pl boot 123456
hrobot.pl boot 123456 -o json
hrobot.pl boot rescue 123456 --enable --os linux
hrobot.pl boot linux 123456 --enable --dist 'Debian 12 minimal' --lang en
hrobot.pl boot vnc 123456 --enable --dist centOS-5.0 --lang en_US
hrobot.pl boot windows 123456 --enable --os 'Windows Server 2022 Standard Edition' --lang en
SUBCOMMANDS
rescue - Configure rescue-system boot
linux - Configure Linux installation boot
vnc - Configure VNC installation boot
windows - Configure Windows installation boot
execute
Prints the status of all four boot options for the given server number.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/issues.
IRC
Join #kubernetes on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.