„Basic Installation“ ändern

Jörg Deckert 2023-03-30 11:35:49 +02:00
parent d9c75eeafd
commit 8f2bfc402e
1 changed files with 2 additions and 2 deletions

@ -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 \<hostname\> with the desired hostname):
`hostnamectl hostname <hostname>`
- change hostname (replace \<fqdn\> with the desired hostname and domain):
`hostnamectl hostname <fqdn>`
`cp /etc/hostname /DATA/etc/hostname`
- add to /etc/hosts:
`echo "<ip address> <FQDN> <hostname>" >> /DATA/etc/hosts`