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-15.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"/>
|
||||
<%
|
||||
configdir="tmp/config_files/x86"
|
||||
SYSLINUXDIR="usr/share/syslinux"
|
||||
PXEBOOTDIR="images/pxeboot"
|
||||
STAGE2IMG="images/install.img"
|
||||
GRUB2DIR="boot/grub2"
|
||||
BOOTDIR="isolinux"
|
||||
KERNELDIR=PXEBOOTDIR
|
||||
LORAXDIR="usr/share/lorax/"
|
||||
|
||||
@ -30,14 +28,6 @@ mkdir images
|
||||
install ${runtime_img} ${STAGE2IMG}
|
||||
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
|
||||
mkdir ${KERNELDIR}
|
||||
%for kernel in kernels:
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 10.0
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: RHEL build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
||||
# This tarball is generated from the contents of this dist-git repository
|
||||
# by running the command `make tar`.
|
||||
# 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
|
||||
Requires: lorax >= 34.9.1
|
||||
@ -38,6 +38,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%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
|
||||
- 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