Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
redhat:other-redhat:pxe-installation-server-redhat [2017/07/07 11:01] – [Step 7 - Boot the clients with pxe boot option.] michael | redhat:other-redhat:pxe-installation-server-redhat [2017/09/26 21:19] (current) – [Configure PXE (Network Boot) installation Server on CentOS 7] michael | ||
---|---|---|---|
Line 3: | Line 3: | ||
Once the PXE server is configured we can install hundreds of System at the same time over the network.As it works on Client-Server architecture, | Once the PXE server is configured we can install hundreds of System at the same time over the network.As it works on Client-Server architecture, | ||
+ | |||
+ | FIXME | ||
+ | |||
+ | * **https:// | ||
+ | * https:// | ||
Line 178: | Line 183: | ||
# SELinux State | # SELinux State | ||
selinux --enabled | selinux --enabled | ||
- | |||
- | # Installation logging level | ||
- | logging level=info | ||
# System timezone | # System timezone | ||
- | timezone Europe/ | + | timezone Europe/ |
# System bootloader configuration | # System bootloader configuration | ||
- | bootloader location=mbr | + | bootloader |
+ | |||
+ | # Partition clearing information | ||
clearpart --all --initlabel | clearpart --all --initlabel | ||
- | part swap --asprimary | + | |
- | part /boot --fstype xfs --size=300 | + | |
- | part pv.01 --size=1 --grow | + | # Disk partitioning information |
+ | part pv.01 --fstype=" | ||
+ | part /boot --fstype="xfs" --ondisk=sda | ||
+ | part /boot/efi --fstype=" | ||
volgroup root_vg01 pv.01 | volgroup root_vg01 pv.01 | ||
- | logvol / --fstype xfs --name=lv_01 --vgname=root_vg01 --size=1 --grow | + | logvol swap --fstype=" |
+ | logvol / --fstype="xfs" | ||
%packages | %packages | ||
Line 293: | Line 304: | ||
https:// | https:// | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Fine-Tuneing des Kickstartfiles ===== | ||
+ | * https:// | ||
+ | |||