Install to disk
webgen-install partitions a target disk (GPT: EFI + root), copies the live system onto it, installs the bootloader with the 3+1 kernel menu, and creates the first user. Launch it from the desktop or the GRUB “Install” entry.
Examples
| Command | What it does |
|---|---|
sudo webgen-install | Interactive install to a chosen disk. |
WEBGEN_NONINTERACTIVE=1 WEBGEN_DISK=/dev/sda WEBGEN_PASSWORD=... sudo -E webgen-install | Non-interactive install (used to drive an install over SSH). |
Never run this against a disk you are not prepared to erase.