From 93da6aa0e8d83a3d73f0115d5c484ef401d46aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 31 Mar 2019 12:52:35 +0200 Subject: [PATCH] Kickstart file update --- Thesis.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Thesis.tex b/Thesis.tex index 6fa1f3e..7d0e4d3 100644 --- a/Thesis.tex +++ b/Thesis.tex @@ -3618,15 +3618,15 @@ Following files are included in the attachment archive: # System authorization information auth --enableshadow --passalgo=sha512 # Use network installation -url --url="http://ftp.fi.muni.cz/pub/linux/centos/7/os/x86_64/" -repo --name="base" --baseurl=http://ftp.fi.muni.cz/pub/linux/centos/7/os/x86_64/ +url --url=http://ftp.fi.muni.cz/pub/linux/centos/7/os/x86_64/ +repo --name=base --baseurl=http://ftp.fi.muni.cz/pub/linux/centos/7/os/x86_64/ # Use graphical install graphical # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sda # Keyboard layouts -keyboard --vckeymap=us --xlayouts='us' +keyboard --vckeymap=us --xlayouts=us # System language lang en_US.UTF-8 @@ -3638,11 +3638,11 @@ reboot # Root password rootpw --iscrypted $6$jtf4WZQD/5Ozocag$5UcoItitnW58zDBA3k.itRf7ozUA391 # System services -services --enabled="chronyd" +services --enabled=chronyd # System timezone timezone Europe/Prague --isUtc --ntpservers=tik.cesnet.cz # System bootloader configuration -bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda +bootloader --append= crashkernel=auto --location=mbr --boot-drive=sda autopart --type=lvm # Clear the Master Boot Record zerombr @@ -3661,7 +3661,7 @@ kexec-tools %end -%addon com_redhat_kdump --enable --reserve-mb='auto' +%addon com_redhat_kdump --enable --reserve-mb=auto %end