On Sat, 04 Apr 2020 06:00:54 -0000 "Sreyan Chakravarty" wrote:
> The current Anaconda installer is unable to install Fedora to an
> encrypted partition. Is there anyway I can have one big encrypted
> partition, decrypt it, create a LVM and install Fedora.
I don't know from the Anaconda GUI, but from a kickstart file it
works.
Here is the template we use:
part /boot --asprimary --fstype=ext4 --size=500 --ondisk=sda
part pv.1 --size=60000 --grow --ondisk=sda --encrypted --passphrase=@passphrase@
volgroup system pv.1
logvol / --vgname=system --name=root --size=50000 --label=root --fstype=ext4
logvol swap --vgname=system --name=swap --fstype=swap --hibernation
logvol /local --vgname=system --name=local --label=local --fstype=ext4 --grow --size=1
--
francis
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org