1
0
mirror of https://pagure.io/fedora-qa/createhdds.git synced 2024-09-24 21:57:22 +00:00
createhdds/uploads/freeipa.ks
Adam Williamson f9dd6ed212 Use test.openqa.fedoraproject.org instead of domain.local
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-12-15 14:40:02 -08:00

18 lines
465 B
Plaintext

install
cdrom
bootloader --location=mbr
network --device=link --activate --bootproto=static --ip=172.16.2.100 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=ipa001.test.openqa.fedoraproject.org
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