Skip to content

Commit

Permalink
Update rpm-ostree-container test for supported bootupd
Browse files Browse the repository at this point in the history
Updates the test by enabling the bootloader for this change:
rhinstaller/anaconda#5424
  • Loading branch information
rvykydal authored and jikortus committed Mar 18, 2024
1 parent 660949f commit 5256a28
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions rpm-ostree-container-rhel9.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@
#
# Test that ostreecontainer ks command works on rhel9.
# Tests only installation of the palyload.
# Does not test that the installation is bootable, bootloader is disabled,
# its installation should be fixed in a follow-up bootupd work.
# Does not test that the installation is bootable.


%ksappend common/common.ks
%ksappend users/default.ks
%ksappend network/default.ks
%ksappend l10n/default.ks
%ksappend storage/default.ks

# Disable the boot loader.
bootloader --disabled
%ksappend common/common_no_payload.ks

# Set up the RPM OSTree source.
ostreecontainer --no-signature-verification --transport=registry --url=quay.io/centos-bootc/centos-bootc:stream9
Expand Down

0 comments on commit 5256a28

Please sign in to comment.