Displaying 2 results from an estimated 2 matches for "cmadamsgit".
2022 Jan 15
2
Script for making a KVM VM from a kickstart
...se was interested. It's especially useful IMHO if you are
working on building kickstarts, because you can fairly rapidly iterate
and test.
I've got it built as an RPM, so if others think this is useful, I might
submit it to Fedora and EPEL.
Let me know what you think!
https://github.com/cmadamsgit/ks-install
--
Chris Adams <linux at cmadams.net>
2020 Oct 06
0
Script to rebuild CentOS 8 boot ISO with plus kernel
I want to install CentOS 8 on some older Dells that have storage
controllers dropped by RHEL 8. The CentOS 8 kernel-plus package
supports them, so I wrote a script that rebuilds the boot ISO to boot
and install using the kernel-plus package from the centosplus repo.
https://github.com/cmadamsgit/misc-scripts/
I know you can use driver disks to load additional modules from
elsewhere, but I wanted to end up with the kernel-plus anyway, so why
not just do it during install?
Lightly tested, but seems to work. Posting here in case it is useful to
others.
--
Chris Adams <linux at cmadams....