fix hostname
This commit is contained in:
parent
612d6c4e68
commit
cec8af82b3
@ -61,7 +61,7 @@ user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQu
|
|||||||
firewall --disabled
|
firewall --disabled
|
||||||
|
|
||||||
# Configure Network Interfaces
|
# Configure Network Interfaces
|
||||||
network --onboot=yes --bootproto=dhcp --hostname=velsd
|
network --onboot=yes --bootproto=dhcp --hostname=vemsd
|
||||||
|
|
||||||
# Run the Setup Agent on first boot
|
# Run the Setup Agent on first boot
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
|
@ -61,7 +61,7 @@ user --name=lukas --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQ
|
|||||||
firewall --enabled
|
firewall --enabled
|
||||||
|
|
||||||
# Configure Network Interfaces
|
# Configure Network Interfaces
|
||||||
network --onboot=yes --bootproto=dhcp --hostname=velsp
|
network --onboot=yes --bootproto=dhcp --hostname=vemsp
|
||||||
|
|
||||||
# Run the Setup Agent on first boot
|
# Run the Setup Agent on first boot
|
||||||
firstboot --enable
|
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.
|
# 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/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 /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot
|
||||||
part pv.122 --fstype="lvmpv" --ondisk=vda --grow
|
part / --fstype="ext4" --ondisk=vda --grow --encrypted --label=system
|
||||||
volgroup system --pesize=4096 pv.122
|
|
||||||
logvol / --fstype="ext4" --percent 100 --encrypted --label="root" --name=root --vgname=system
|
|
||||||
|
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Paris --utc
|
timezone Europe/Paris --utc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user