- Change macboot default to false (bcl@redhat.com)
and remove --nomacboot from the gating test. Resolves: rhbz#2019512 - livemedia-creator: Change defaults to Red Hat Enterprise Linux 9 (bcl@redhat.com) Resolves: rhbz#2019133
This commit is contained in:
parent
b010566019
commit
7ec1171035
1
.gitignore
vendored
1
.gitignore
vendored
@ -201,3 +201,4 @@
|
|||||||
/lorax-34.9.6.tar.gz
|
/lorax-34.9.6.tar.gz
|
||||||
/lorax-34.9.7.tar.gz
|
/lorax-34.9.7.tar.gz
|
||||||
/lorax-34.9.8.tar.gz
|
/lorax-34.9.8.tar.gz
|
||||||
|
/lorax-34.9.9.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 34.9.8
|
Version: 34.9.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -185,6 +185,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 03 2021 Brian C. Lane <bcl@redhat.com> 34.9.9-1
|
||||||
|
- Change macboot default to false (bcl@redhat.com)
|
||||||
|
Resolves: rhbz#2019512
|
||||||
|
- livemedia-creator: Change defaults to Red Hat Enterprise Linux 9 (bcl@redhat.com)
|
||||||
|
Resolves: rhbz#2019133
|
||||||
|
|
||||||
* Fri Oct 29 2021 Brian C. Lane <bcl@redhat.com> 34.9.8-1
|
* Fri Oct 29 2021 Brian C. Lane <bcl@redhat.com> 34.9.8-1
|
||||||
- livemedia.ks: Drop unneeded commands (bcl@redhat.com)
|
- livemedia.ks: Drop unneeded commands (bcl@redhat.com)
|
||||||
Related: rhbz#2017993
|
Related: rhbz#2017993
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-34.9.8.tar.gz) = 8c71b7d281767566e0154dec8b06198e9dd95dfc87cea4eb109d914578e594a4df31da8f2f7e07e4630774ec2c4679c32fd5dc1fc8317952b66e659ce0f39a0a
|
SHA512 (lorax-34.9.9.tar.gz) = d9297c10af25d25dd00c255a536b92b28dc620f0a779ce8c113fc632e1ffcb93b27d6f50bed81bd9498f97e57df036d3995fb3d2bdeb80b7dc52eeec150e3365
|
||||||
|
@ -157,11 +157,10 @@ if [ -z "$REPOS" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# NOTE: We must use --nomacboot because the test system doesn't have the hfsplus fs available
|
|
||||||
# Run lorax using the host's repository configuration file
|
# Run lorax using the host's repository configuration file
|
||||||
running "Build boot.iso with lorax"
|
running "Build boot.iso with lorax"
|
||||||
lorax --product="Red Hat Enterprise Linux" --version=9 --release=9 --volid="RHEL-9-test" \
|
lorax --product="Red Hat Enterprise Linux" --version=9 --release=9 --volid="RHEL-9-test" \
|
||||||
$REPOS --isfinal --nomacboot /var/tmp/lorax-rhel9-iso/ || exit 1
|
$REPOS --isfinal /var/tmp/lorax-rhel9-iso/ || exit 1
|
||||||
|
|
||||||
# Test mkksiso on the new boot.iso
|
# Test mkksiso on the new boot.iso
|
||||||
ks_only
|
ks_only
|
||||||
|
Loading…
Reference in New Issue
Block a user