archinstall/examples
Hamad Al Marri 51eb05691a Fix encryption + grub both in UEFI and BIOS systems.
We need to have two partitions in BIOS one for boot (grub)
and the other for root (/). The format of the boot partition
is ext2 (so it is added).

If disk is chosen to be encrypted, `then /etc/default/grub` is edited
as the followings: https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#Configuring_GRUB_2

Issue: https://github.com/archlinux/archinstall/issues/586

This work is done while working on CachyOS which is Arch based and
it is using customized archinstaller.

To test these changes you can try CachyOS installer which supports
encrypted disk with grub (https://wiki.cachyos.org/).

Hamad
2021-07-07 18:38:55 +03:00
..
__init__.py some type hint fixes and a bad catch fix 2021-05-12 15:45:45 +05:30
config-sample.json Added support for getting configuration from a config file (#364) 2021-05-19 21:31:58 +02:00
custom-command-sample.json Make this template usable to users of more platforms 2021-05-28 13:52:01 -04:00
guided.py Fix encryption + grub both in UEFI and BIOS systems. 2021-07-07 18:38:55 +03:00
minimal.py Perform refactoring to PEP 8 naming conventions 2021-05-15 17:50:28 -04:00
unattended.py Final whitespace changes I think 2021-05-15 13:04:18 -04:00