Re: encrypted partition configuration on kickstart

2011-02-20 Thread dabicho
On Sun, Feb 20, 2011 at 4:30 PM, David Lehman wrote: > On Wed, 2011-02-16 at 18:55 -0600, dabicho wrote: > > Of course. Once you have created your devices using parted, pvcreate, > lvcreate, and/or mdadm you can encrypt them using cryptsetup. In F14 you > must make sure to deactivate/close all of

Re: encrypted partition configuration on kickstart

2011-02-20 Thread David Lehman
On Wed, 2011-02-16 at 18:55 -0600, dabicho wrote: > Hello. > I am having troubles understanding how encrypted partitions are > supposed to work and how to get my dessired effect ON Fedora 14 > > I am writing a kickstart por an automated installation. > I wrote the following for the partitions: >

Re: encrypted partition configuration on kickstart

2011-02-17 Thread dexter
On 17 February 2011 18:01, dabicho wrote: > Well, I manually changed the passphrase of one partition and allright, > after a reboot I was asked for a password twice, so it looks like it > is indeed using the same passphrase for all partitions. > > Is that the intended behaviour for the kickstart?

Re: encrypted partition configuration on kickstart

2011-02-17 Thread dabicho
On Thu, Feb 17, 2011 at 10:24 AM, Bruno Wolff III wrote: > On Thu, Feb 17, 2011 at 10:11:37 -0600, >  dabicho wrote: >> >> That's ok. And I thought it would work that way, but what I am seeing is >> this: >> >> If I encrypt root ( / ) (as well as other partitions, each with a >> different passph

Re: encrypted partition configuration on kickstart

2011-02-17 Thread Bruno Wolff III
On Wed, Feb 16, 2011 at 18:55:28 -0600, dabicho wrote: > I thought that uppon boot I would be asked for each passphrase in > turn, however I am asked only for one passphrase, without any > indication as to whichone, and that being the passphrase for the first > partition defined ( / ), and that

encrypted partition configuration on kickstart

2011-02-16 Thread dabicho
Hello. I am having troubles understanding how encrypted partitions are supposed to work and how to get my dessired effect ON Fedora 14 I am writing a kickstart por an automated installation. I wrote the following for the partitions: part / --encrypted --passphrase=pass1 --size=1 part /boot -