diff --git a/Basic-Installation.md b/Basic-Installation.md index a701806..126aec5 100644 --- a/Basic-Installation.md +++ b/Basic-Installation.md @@ -45,8 +45,8 @@ `echo "/etc/vconsole.conf" >> /DATA/.APPLIANCE/populate-data/COPY` - optional: change locale für user "admin" to us-english (default is german): `echo "export LANG=C.utf8" >> /home/admin/.bashrc` -- change hostname (replace \ with the desired hostname): - `hostnamectl hostname ` +- change hostname (replace \ with the desired hostname and domain): + `hostnamectl hostname ` `cp /etc/hostname /DATA/etc/hostname` - add to /etc/hosts: `echo " " >> /DATA/etc/hosts`