What do you do after the logical volumes are setup ? Run the Anaconda
installer ?


On Sat, Apr 4, 2020 at 6:49 PM Sreyan Chakravarty <sreya...@gmail.com>
wrote:

> How do I install via command line ? You have given me the partitioning
> scheme, not how to install.
>
> On Sat, Apr 4, 2020 at 6:41 PM <francis.montag...@inria.fr> wrote:
>
>>
>>
>> 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-le...@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
>>
>
>
> --
> Regards,
> Sreyan Chakravarty
>


-- 
Regards,
Sreyan Chakravarty
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@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

Reply via email to