From c0aaa0597bd76b62f240dae2e091f09ad24c82cf Mon Sep 17 00:00:00 2001 From: lumarel Date: Sun, 5 Dec 2021 20:59:28 +0100 Subject: [PATCH] Change to to the time virtual hostname, migth be changed again in the future for the production system --- uploads/freeipa.ks | 2 +- uploads/freeipaclient.ks | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uploads/freeipa.ks b/uploads/freeipa.ks index 4bb72ce..018fa32 100644 --- a/uploads/freeipa.ks +++ b/uploads/freeipa.ks @@ -1,6 +1,6 @@ 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 +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.rockylinux.org lang en_US.UTF-8 keyboard us timezone --utc America/New_York diff --git a/uploads/freeipaclient.ks b/uploads/freeipaclient.ks index ef04530..a14237b 100644 --- a/uploads/freeipaclient.ks +++ b/uploads/freeipaclient.ks @@ -1,6 +1,6 @@ cdrom bootloader --location=mbr -network --device=link --activate --bootproto=static --ip=172.16.2.101 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=client001.test.openqa.fedoraproject.org --nameserver=172.16.2.100 +network --device=link --activate --bootproto=static --ip=172.16.2.101 --netmask=255.255.255.0 --gateway=172.16.2.2 --nameserver=172.16.2.100 --hostname=client001.test.openqa.rockylinux.org lang en_US.UTF-8 keyboard us timezone --utc America/New_York @@ -11,4 +11,4 @@ autopart %end rootpw anaconda reboot -realm join --one-time-password=monkeys ipa001.test.openqa.fedoraproject.org +realm join --one-time-password=monkeys ipa001.test.openqa.rockylinux.org