mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-04 23:54:21 +00:00
Drop 'install' directive from all kickstarts
It was deprecated three years ago, apparently, and now causes anaconda in Rawhide to die. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d982ca73e7
commit
5378f166b1
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
1
kde.ks
1
kde.ks
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -1,4 +1,3 @@
|
||||
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
|
||||
|
@ -1,4 +1,3 @@
|
||||
install
|
||||
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
|
||||
|
@ -1,4 +1,3 @@
|
||||
install
|
||||
bootloader --location=mbr
|
||||
network --device=link --activate --bootproto=dhcp
|
||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
|
Loading…
Reference in New Issue
Block a user