systemd-firstboot
linux
Initialize basic system settings on or before the first boot-up of a system.
More info →Examples (8)
Operate on the specified directory instead of the root directory of the host system
sudo systemd-firstboot --root path/to/root_directorySet the system keyboard layout
sudo systemd-firstboot --keymap keymapSet the system hostname
sudo systemd-firstboot --hostname hostnameSet the root user's password
sudo systemd-firstboot --root-password passwordPrompt the user interactively for a specific basic setting
sudo systemd-firstboot --prompt settingForce writing configuration even if the relevant files already exist
sudo systemd-firstboot --forceRemove all existing files that are configured by `systemd-firstboot`
sudo systemd-firstboot --resetRemove the password of the system's root user
sudo systemd-firstboot --delete-root-passwordmade by @shridhargupta | data from tldr-pages