module

Beryl::CLI::Bootstrap

Sous-commande beryl bootstrap <host> : installe FreeBSD 15 sur un hôte actuellement en rescue Linux (voie mfsBSD-in-QEMU, ADR-012/013).

Toute la config vient de l'inventaire mergé (_default.yml + <domaine>.yml + éventuel <groupe>.yml + <host>.yml). Les seuls flags CLI sont des overrides ponctuels.

Constants

EXIT_NOGO = 10
EXIT_OK = 0
EXIT_PKGBASE_NYI = 11
EXIT_SSH_FAILED = 2
EXIT_UNEXPECTED = 3
EXIT_USAGE = 1

Class methods

run(config_root : String, args : Array(String)) : Int32
Source