mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 23:03:08 +00:00
Add kickstart and hdds entry for a new image.
This commit is contained in:
parent
24adb3b607
commit
9790a248fb
19
desktop-uefi.ks
Normal file
19
desktop-uefi.ks
Normal 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
|
12
hdds.json
12
hdds.json
@ -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" : {
|
||||
|
Loading…
Reference in New Issue
Block a user