On Sun, 2020-03-22 at 00:25 -0400, Earl Terwilliger via users wrote: > Hi, > > I've managed to use the kickstart files to create a Fedora 31 KDE live CD > without any problems. > > Actually I have a simple python script which conglomerates all the KS > files together to make it easier to deal with. Then I customize it and > have it copy some files into the /var/www/html directory. > > I am now trying to see what is necessary to have it encrypted (with Luks) > so it prompts for the password at boot time. > > part /boot --size=512 --fstype=ext4 > part / --encrypted --cipher=aes-xts-plain64 --size=8200 --fstype=ext4 > > Those commands don't seem to make it encrypted.. Is encryption ignored for > the livecd? Am I not doing something correctly, or is this not possible? I'm curious. What would be the point of encrypting a live CD? It doesn't contain any user data. poc _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx