mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 15:03:07 +00:00
Add an Active Directory client kickstart to ks, bump version
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c946801df6
commit
441e8798f5
@ -54,7 +54,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "ks",
|
"name" : "ks",
|
||||||
"size" : "100M",
|
"size" : "100M",
|
||||||
"imgver" : "6",
|
"imgver" : "7",
|
||||||
"parts" : [
|
"parts" : [
|
||||||
{
|
{
|
||||||
"filesystem" : "ext4",
|
"filesystem" : "ext4",
|
||||||
@ -78,6 +78,11 @@
|
|||||||
"part" : "1",
|
"part" : "1",
|
||||||
"target" : "/freeipaclient.ks",
|
"target" : "/freeipaclient.ks",
|
||||||
"source" : "freeipaclient.ks"
|
"source" : "freeipaclient.ks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"part" : "1",
|
||||||
|
"target" : "/adclient.ks",
|
||||||
|
"source" : "adclient.ks"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
14
uploads/adclient.ks
Normal file
14
uploads/adclient.ks
Normal 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
|
Loading…
Reference in New Issue
Block a user