Add an Active Directory client kickstart to ks, bump version

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-07-26 16:40:03 -07:00
parent c946801df6
commit 441e8798f5
2 changed files with 20 additions and 1 deletions

View File

@ -54,7 +54,7 @@
{
"name" : "ks",
"size" : "100M",
"imgver" : "6",
"imgver" : "7",
"parts" : [
{
"filesystem" : "ext4",
@ -78,6 +78,11 @@
"part" : "1",
"target" : "/freeipaclient.ks",
"source" : "freeipaclient.ks"
},
{
"part" : "1",
"target" : "/adclient.ks",
"source" : "adclient.ks"
}
]
},

14
uploads/adclient.ks Normal file
View File

@ -0,0 +1,14 @@
cdrom
bootloader --location=mbr
network --device=link --activate --bootproto=static --ip=172.16.2.133 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=adclient003.samdom.openqa.fedoraproject.org --nameserver=172.16.2.130
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
clearpart --all
autopart
%packages
@^server-product-environment
%end
rootpw anaconda
reboot
realm join --one-time-password=monkeys ad001.samdom.openqa.fedoraproject.org