WebGen Linux Manual

← All tools

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

CommandWhat it does
sudo webgen-installInteractive install to a chosen disk.
WEBGEN_NONINTERACTIVE=1 WEBGEN_DISK=/dev/sda WEBGEN_PASSWORD=... sudo -E webgen-installNon-interactive install (used to drive an install over SSH).

Never run this against a disk you are not prepared to erase.