Complete dropping of isolinux
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
90ba19e811
commit
2f884875d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ clog
|
|||||||
/lorax-templates-rhel-10.0-14.tar.gz
|
/lorax-templates-rhel-10.0-14.tar.gz
|
||||||
/lorax-templates-rhel-10.0-15.tar.gz
|
/lorax-templates-rhel-10.0-15.tar.gz
|
||||||
/lorax-templates-rhel-10.0-16.tar.gz
|
/lorax-templates-rhel-10.0-16.tar.gz
|
||||||
|
/lorax-templates-rhel-10.0-17.tar.gz
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
<%page args="kernels, runtime_img, runtime_base, basearch, inroot, outroot, product, isolabel"/>
|
<%page args="kernels, runtime_img, runtime_base, basearch, inroot, outroot, product, isolabel"/>
|
||||||
<%
|
<%
|
||||||
configdir="tmp/config_files/x86"
|
configdir="tmp/config_files/x86"
|
||||||
SYSLINUXDIR="usr/share/syslinux"
|
|
||||||
PXEBOOTDIR="images/pxeboot"
|
PXEBOOTDIR="images/pxeboot"
|
||||||
STAGE2IMG="images/install.img"
|
STAGE2IMG="images/install.img"
|
||||||
GRUB2DIR="boot/grub2"
|
GRUB2DIR="boot/grub2"
|
||||||
BOOTDIR="isolinux"
|
|
||||||
KERNELDIR=PXEBOOTDIR
|
KERNELDIR=PXEBOOTDIR
|
||||||
LORAXDIR="usr/share/lorax/"
|
LORAXDIR="usr/share/lorax/"
|
||||||
|
|
||||||
@ -30,14 +28,6 @@ mkdir images
|
|||||||
install ${runtime_img} ${STAGE2IMG}
|
install ${runtime_img} ${STAGE2IMG}
|
||||||
treeinfo stage2 mainimage images/${runtime_base}
|
treeinfo stage2 mainimage images/${runtime_base}
|
||||||
|
|
||||||
## BIOS setup
|
|
||||||
<%
|
|
||||||
biosgraft = "boot=${outroot}/boot"
|
|
||||||
biosgraft += " ${GRUB2DIR}/i386-pc=${inroot}/usr/lib/grub/i386-pc"
|
|
||||||
biosgraft += " images/eltorito.img=${outroot}/images/eltorito.img"
|
|
||||||
%>
|
|
||||||
treeinfo images-${basearch} eltorito.img images/eltorito.img
|
|
||||||
|
|
||||||
## install kernels
|
## install kernels
|
||||||
mkdir ${KERNELDIR}
|
mkdir ${KERNELDIR}
|
||||||
%for kernel in kernels:
|
%for kernel in kernels:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: lorax-templates-rhel
|
Name: lorax-templates-rhel
|
||||||
Version: 10.0
|
Version: 10.0
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Summary: RHEL build templates for lorax and livemedia-creator
|
Summary: RHEL build templates for lorax and livemedia-creator
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
|||||||
# This tarball is generated from the contents of this dist-git repository
|
# This tarball is generated from the contents of this dist-git repository
|
||||||
# by running the command `make tar`.
|
# by running the command `make tar`.
|
||||||
# See README for full details of how to update this package
|
# See README for full details of how to update this package
|
||||||
Source0: lorax-templates-rhel-10.0-16.tar.gz
|
Source0: lorax-templates-rhel-10.0-17.tar.gz
|
||||||
|
|
||||||
# Required for the template branding support
|
# Required for the template branding support
|
||||||
Requires: lorax >= 34.9.1
|
Requires: lorax >= 34.9.1
|
||||||
@ -38,6 +38,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
|||||||
%{templatedir}/*
|
%{templatedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 17 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-17
|
||||||
|
- Complete removal of syslinux
|
||||||
|
|
||||||
* Thu Jun 16 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-16
|
* Thu Jun 16 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-16
|
||||||
- Fix typo
|
- Fix typo
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-templates-rhel-10.0-16.tar.gz) = e00e2ebbb6ba7a2e81b60e550213f3ab27b673d309ff1cec42d46108a601cf71f379a2acb7936f70405f62fe9c011c1f200572d7304f37e90742ecd657fb9d73
|
SHA512 (lorax-templates-rhel-10.0-17.tar.gz) = 2f72bfddc61d9be7499595eb0fe17f8b38077328c91f683f83d075d6b5332422bf1a20ed1b118788bf2d32d229a5a256d16cdae3e2d563d5dcada194f5025321
|
||||||
|
Loading…
Reference in New Issue
Block a user