User:Rdeckard/Firstboot

From ArchWiki

Time zone, locale, and hostname

Generate locales

Uncomment en_US.UTF-8 UTF-8 and other needed localizations in /etc/locale.gen, and generate them with:

# locale-gen

Initialize basic settings

Run systemd-firstboot(1):

# systemd-firstboot --prompt

Following the instructions, choose a locale, time zone, and hostname when prompted.

Note: Systemd assumes the hardware clock is set to UTC. See System time#Time standard for details.

/etc/hosts configuration

Consider adding an entry to hosts(5) for myhostname, which you set above:

/etc/hosts
127.0.0.1	localhost.localdomain	localhost
::1		localhost.localdomain	localhost
127.0.1.1	myhostname.localdomain	myhostname

See also Network configuration#Set the hostname.

Set keymap

If you set the keyboard layout, make the changes persistent in vconsole.conf(5):

/etc/vconsole.conf
KEYMAP=de-latin1