Created
October 30, 2016 15:53
-
-
Save gowatana/db36e6d91d6ce819f4ad8a618ab0c5fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kickstart file for Oracle VM Server 3.4.2 | |
install | |
eula Accepted | |
url --url=$tree | |
lang ja_JP.UTF-8 | |
keyboard jp106 | |
network --onboot yes --device eth0 --bootproto dhcp --noipv6 | |
ovsagent --iscrypted XXXXXXXXXX | |
ovsmgmntif eth0 | |
rootpw --iscrypted XXXXXXXXXX | |
reboot | |
firewall --service=ssh | |
authconfig --enableshadow --passalgo=sha512 | |
selinux --disabled | |
timezone --utc Asia/Tokyo | |
bootloader --location=mbr --append="rhgb quiet" --dom0_mem=800M | |
clearpart --all --drives=sda | |
zerombr | |
part /boot --fstype=ext4 --size=500 --asprimary | |
part / --fstype=ext4 --grow --maxsize=51200 --size=4096 | |
part swap --size=1024 | |
%packages | |
@base | |
@core | |
@ovs-virtualization | |
%post | |
grub2-install /dev/sda | |
grub2-mkconfig -o /boot/grub2/grub.cfg | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bootloaderインストールに失敗する。ついでにdom0_memも効かない。