Add kickstart and hdds entry for a new image.

This commit is contained in:
Lukáš Růžička 2020-05-15 10:17:33 +02:00
parent 24adb3b607
commit 9790a248fb
2 changed files with 31 additions and 0 deletions

19
desktop-uefi.ks Normal file
View File

@ -0,0 +1,19 @@
install
bootloader --location=mbr
network --bootproto=dhcp
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
clearpart --all
autopart
rootpw --plaintext weakpassword
user --name=test --password=weakpassword --plaintext
firstboot --enable
poweroff
%packages
@^workstation-product-environment
-selinux-policy-minimum
%end

View File

@ -156,6 +156,18 @@
"imgver": "4",
"variant": "Workstation"
},
{
"name" : "desktop-uefi",
"releases" : {
"current" : ["aarch64", "ppc64le"],
"stable" : ["x86_64"],
"branched": ["x86_64"]
},
"size" : "20",
"imgver": "4",
"bootopts": "uefi",
"variant": "Workstation"
},
{
"name" : "desktopencrypt",
"releases" : {