fix hostname

This commit is contained in:
lukas 2021-07-01 11:05:46 +02:00
parent 612d6c4e68
commit cec8af82b3
2 changed files with 3 additions and 5 deletions

View File

@ -61,7 +61,7 @@ user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQu
firewall --disabled
# Configure Network Interfaces
network --onboot=yes --bootproto=dhcp --hostname=velsd
network --onboot=yes --bootproto=dhcp --hostname=vemsd
# Run the Setup Agent on first boot
firstboot --enable

View File

@ -61,7 +61,7 @@ user --name=lukas --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQ
firewall --enabled
# Configure Network Interfaces
network --onboot=yes --bootproto=dhcp --hostname=velsp
network --onboot=yes --bootproto=dhcp --hostname=vemsp
# Run the Setup Agent on first boot
firstboot --enable
@ -84,9 +84,7 @@ clearpart --all --initlabel --drives=vda
# Will create an efi partitition of 128 MiB, a boot partition of 384 MiB on disk vda using the ext4 filesystem. The remaining space will be used for root.
part /boot/efi --fstype="efi" --ondisk=vda --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot
part pv.122 --fstype="lvmpv" --ondisk=vda --grow
volgroup system --pesize=4096 pv.122
logvol / --fstype="ext4" --percent 100 --encrypted --label="root" --name=root --vgname=system
part / --fstype="ext4" --ondisk=vda --grow --encrypted --label=system
# System timezone
timezone Europe/Paris --utc