mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-05-22 07:46:24 +02:00
Kickstart file update
This commit is contained in:
parent
1ef913378b
commit
93da6aa0e8
12
Thesis.tex
12
Thesis.tex
@ -3618,15 +3618,15 @@ Following files are included in the attachment archive:
|
|||||||
# System authorization information
|
# System authorization information
|
||||||
auth --enableshadow --passalgo=sha512
|
auth --enableshadow --passalgo=sha512
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url="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/
|
repo --name=base --baseurl=http://ftp.fi.muni.cz/pub/linux/centos/7/os/x86_64/
|
||||||
# Use graphical install
|
# Use graphical install
|
||||||
graphical
|
graphical
|
||||||
# Run the Setup Agent on first boot
|
# Run the Setup Agent on first boot
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
ignoredisk --only-use=sda
|
ignoredisk --only-use=sda
|
||||||
# Keyboard layouts
|
# Keyboard layouts
|
||||||
keyboard --vckeymap=us --xlayouts='us'
|
keyboard --vckeymap=us --xlayouts=us
|
||||||
# System language
|
# System language
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
|
|
||||||
@ -3638,11 +3638,11 @@ reboot
|
|||||||
# Root password
|
# Root password
|
||||||
rootpw --iscrypted $6$jtf4WZQD/5Ozocag$5UcoItitnW58zDBA3k.itRf7ozUA391
|
rootpw --iscrypted $6$jtf4WZQD/5Ozocag$5UcoItitnW58zDBA3k.itRf7ozUA391
|
||||||
# System services
|
# System services
|
||||||
services --enabled="chronyd"
|
services --enabled=chronyd
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Prague --isUtc --ntpservers=tik.cesnet.cz
|
timezone Europe/Prague --isUtc --ntpservers=tik.cesnet.cz
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
|
bootloader --append= crashkernel=auto --location=mbr --boot-drive=sda
|
||||||
autopart --type=lvm
|
autopart --type=lvm
|
||||||
# Clear the Master Boot Record
|
# Clear the Master Boot Record
|
||||||
zerombr
|
zerombr
|
||||||
@ -3661,7 +3661,7 @@ kexec-tools
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%addon com_redhat_kdump --enable --reserve-mb='auto'
|
%addon com_redhat_kdump --enable --reserve-mb=auto
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user