mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-12 19:14:21 +00:00
18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
|
install
|
||
|
cdrom
|
||
|
bootloader --location=mbr
|
||
|
network --device=link --activate --bootproto=static --ip=10.0.2.100 --netmask=255.255.255.0 --gateway=10.0.2.2 --hostname=ipa001.domain.local
|
||
|
lang en_US.UTF-8
|
||
|
keyboard us
|
||
|
timezone --utc America/New_York
|
||
|
clearpart --all
|
||
|
autopart
|
||
|
%packages
|
||
|
@^server-product-environment
|
||
|
@freeipa-server
|
||
|
# we need this to create the fake repo to make DNF happy for offline deployment
|
||
|
createrepo_c
|
||
|
%end
|
||
|
rootpw anaconda
|
||
|
reboot
|