I have created LV's and then encrypted said LV and then mounted the
decrypted device. So he should be able to create a LV just for the
data and encrypt it. The machine would fully boot up but then a
password would need to be entered to see the data on that LV. You
would probably want a script t
On Thu, Apr 02, 2020 at 11:44:31 -0400,
Earl Terwilliger via users wrote:
I am inserting the data when the iso is created. I want a self contained
bootable USB stick that I can hand to someone. They boot it up, enter a
password, load firefox and go to localhost. The localhost web site has a
dat
> On 4/1/20 9:25 PM, Earl Terwilliger via users wrote:
>> Note that it does contain user data that I copy into it. That is why I
>> need to encrypted it.
>
> Are you inserting the data when you create the CD or you're using USB
> and adding the data while running it later?
> ___
On 4/1/20 9:25 PM, Earl Terwilliger via users wrote:
Note that it does contain user data that I copy into it. That is why I
need to encrypted it.
Are you inserting the data when you create the CD or you're using USB
and adding the data while running it later?
_
Note that it does contain user data that I copy into it. That is why I
need to encrypted it.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://doc
On Sun, 22 Mar 2020 at 08:19, Patrick O'Callaghan
wrote:
> 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
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 wit
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