Commit Graph

7 Commits

Author SHA1 Message Date
StackKorora f6bfd46d04
Clean up 8.7 Beta, use text installation for kickstarts for lower memory and faster installation. (#13) 2023-01-05 18:05:21 -06:00
Trevor Cooper 53624d2dd5
feat: add temporary support for Rocky Linux 9 (#9) 2022-08-16 07:31:01 -07:00
Trevor Cooper 2183f2c410 switch kickstart url to rocky source 2021-12-04 00:19:23 -08:00
Adam Williamson 5378f166b1 Drop 'install' directive from all kickstarts
It was deprecated three years ago, apparently, and now causes
anaconda in Rawhide to die.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-01-19 09:59:28 -08:00
Lukáš Růžička d982ca73e7 Add a postinstall section to leave a trace in the home directory.
This PR adds the post-installation section that adds a file
in the /home space, which then can be checked by a `preserve_home`
post-installation test and prove that it was possible to
preserve home on btrfs layouts.
2021-01-08 10:22:20 +01:00
Adam Williamson 289371a581 Have minimal-uefi.ks use autopart
It should work just fine. We don't need to manually specify a
partition layout.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-05-08 17:18:23 -07:00
Lukáš Růžička a01d22f6ef Enable booting the VM as UEFI and provide record for a UEFI machine.
This commit adds support for boot options, that can be passed
from `hdds.json` to control the creation of the virtual
machines, such as enabling of EFI based machines, boot order
control, etc. It also adds EFI based machine to `hdds.json`
and adds a kickstart file for such machine.
2019-11-13 20:19:44 +01:00