Commit Graph

32 Commits

Author SHA1 Message Date
Brian C. Lane
634089ff19 - Update release version for RHEL 9.0
- Remove spice-vdagent (bcl)
- Initial RHEL 9 Alpha changes (bcl)
2020-10-27 09:57:53 -07:00
Brian C. Lane
8c07b3c5bc - rsyslog: Disable journal ratelimits during install
Related: rhbz#1752754
2020-07-07 15:30:42 -07:00
Brian C. Lane
574fc0b775 - include generic.ins for s390 boot iso (dan)
Resolves: rhbz#1844517
2020-06-25 13:52:30 -07:00
Brian C. Lane
fc4acad6a3 - Keep /etc/default/useradd in install.img
Resolves: rhbz#1843609
2020-06-03 10:11:09 -07:00
Brian C. Lane
606152b696 - Use smarter multipath detection logic
Resolves: rhbz#1763906
2020-05-13 14:58:34 -07:00
Brian C. Lane
5166bc8a20 - Restore the 98dracut-systemd service files to the install.img (bcl)
Related: rhbz#1805405
- Add eject back into the boot.iso (bcl)
  Resolves: rhbz#1805405
2020-02-27 08:59:55 -08:00
Brian C. Lane
55b5cf78ae - Install rdma-core and libmlx4 packages
Resolves: rhbz#1762662
2020-01-10 10:22:00 -08:00
Brian C. Lane
39dfb4f363 - Use mkisofs for the s390 live-iso template
Resolves: rhbz#1746424
2019-12-11 10:37:52 -08:00
Brian C. Lane
028a9873b8 - Add dmidecode on supported architectures
Resolves: rhbz#1714793
2019-11-12 14:54:11 -08:00
Brian C. Lane
457b481fee - Update ppc64le isolabel to match x86_64 logic (bcl)
Resolves: rhbz#1757338
- set inst.stage2 for ppc64le image (bcl)
  Resolves: rhbz#1757338
2019-11-08 10:06:16 -08:00
Brian C. Lane
57ea0e5df7 - Update package version for 8.2 release
- Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl
  Resolves: rhbz#1763922
- Add live iso support to s390
  Resolves: rhbz#1746424
2019-10-31 15:24:17 -07:00
Brian C. Lane
a062372ea3 - Fix path to generic.prm (bcl)
Resolves: rhbz#1746424
2019-09-03 10:51:15 -07:00
Brian C. Lane
ec9035988b - Install redhat-release-eula package (bcl)
Related: rhbz#1700465
- Don't remove chmem and lsmem from install.img (bcl)
  Resolves: rhbz#1691472
- Include the hid-multitouch kernel module (bcl)
  Resolves: rhbz#1670182
- Add extra boot args to the livemedia-creator iso templates (bcl)
  Resolves: rhbz#1694180
- Add a ppc64le template for live iso creation (bcl)
  Related: rhbz#1694180
- Add live-install.tmpl (bcl)
  Related: rhbz#1694180
2019-05-15 16:23:32 -07:00
Brian C. Lane
c3b73e57da - Update package version for 8.1 release
- Make sure lscpu is installed
  Resolves: rhbz#1684735
2019-03-27 10:14:24 -07:00
Brian C. Lane
7a1e9c8538 - Include python3-pyatspi on boot.iso (bcl)
Resolves: rhbz#1543290
2018-09-19 08:59:46 -07:00
Brian C. Lane
2190cc4657 - re-add temporarily removed packages (bcl)
Related: rhbz#1622395
- Use google-noto-sans-cjk-ttc-fonts (bcl)
  Resolves: rhbz#1626368
2018-09-12 08:38:03 -07:00
Brian C. Lane
a498c4c519 - Install the oscap-anaconda-addon
Resolves: rhbz#1626459
2018-09-07 12:45:21 -07:00
Brian C. Lane
e4525b2e23 - Install libreport-rhel-anaconda-bugzilla
Related: rhbz#1593734
2018-08-22 09:25:24 -07:00
Brian C. Lane
562a853ed5 - import-state.service from initscripts is needed by Anaconda
Resolves: rhbz#1618668
2018-08-20 08:34:48 -07:00
Josh Boyer
340ff0a175 Remove fbset from runtime-install
Resolves: rhbz#1615430
2018-08-20 09:55:55 -04:00
Brian C. Lane
2fa191598e - Add prefixdevname package
Resolves: rhbz#1615991
2018-08-15 15:19:48 -07:00
Troy Dawson
72cbcf1568 Drop dependency on bridge-utils Resolves: #1588705 2018-08-02 05:43:43 -07:00
Troy Dawson
c9444eecc8 - Expand variables and wildcards in runtime-install.tmpl
- Cleanup the sections and packages not in RHEL8.
2018-07-26 09:25:51 -07:00
Andrew Hills
dca9366a07 Release bump 2018-07-25 11:02:36 -04:00
Andrew Hills
550bd25800 Actually follow the steps in the README 2018-07-25 10:59:36 -04:00
Brian C. Lane
8d88f212b6 - Build v8.0-8
- Don't activate default auto connections after switchroot
  Resolves: rhbz#1555934
2018-07-20 09:21:55 -07:00
Brian C. Lane
009def3e13 - Build v8.0-7
- Add hostname to the rootfs for iscsi
  Resolves: rhbz#1599183
2018-07-09 16:22:22 -07:00
Ian McLeod
be75dcfcb7 Temporarily disable dracut-fips to un-block image creation 2018-06-21 12:23:33 -05:00
David Cantrell
475afdc844 Make sure perl-interpreter is installed 2018-06-20 15:53:57 -04:00
Ian McLeod
99312dcf8d Increment release again to incorporate comments and temporary X removal 2018-06-19 21:45:20 -05:00
Ian McLeod
f5895c4b6b Actually push the source correctly this time 2018-06-19 17:37:37 -05:00
Will Woods
2f477626fa Add the rest of the files
...turns out you can't just have a single template file, because lorax
just picks a single directory and expects all the data it needs to be
there. Sigh.

So this adds all the rest of the files, plus some Makefile machinery for
generating a tarball and updating the specfile after you've checked in
changes. See README for details.
2018-06-18 15:32:22 -04:00