mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-09 18:04:22 +00:00
fe8a8e6665
Summary: Encrypted desktop upgrade tests are being added to openqa_fedora, this generates the necessary disk image for it and handles result reporting. Test Plan: Check the tests run with the generated disk images, check result reporting generates appropriate ResTups. Reviewers: garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D923
18 lines
556 B
Plaintext
18 lines
556 B
Plaintext
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 --encrypted --passphrase=weakpassword
|
|
rootpw --plaintext weakpassword
|
|
user --name=test --password=weakpassword --plaintext
|
|
poweroff
|
|
|
|
%packages
|
|
@^workstation-product-environment
|
|
%end
|