Re: [qubes-users] Decrypting and mounting a partition while qube starts

2018-12-07 Thread unman
On Tue, Dec 04, 2018 at 03:22:10PM +, tinseal374 wrote: > mike: > > > > > I would decrypt in dom0 and attach decrypted to qubes. You can script > > > this in dom0 as part of startup process - if you are content with dom0 > > > encryption you can store the password, rather than enter it each ti

Re: [qubes-users] Decrypting and mounting a partition while qube starts

2018-12-04 Thread tinseal374
mike: I would decrypt in dom0 and attach decrypted to qubes. You can script this in dom0 as part of startup process - if you are content with dom0 encryption you can store the password, rather than enter it each time. Cool -- I like the idea! What approach would you recommend for these: a) i

Re: [qubes-users] Decrypting and mounting a partition while qube starts

2018-12-04 Thread mike
> I would decrypt in dom0 and attach decrypted to qubes. You can script > this in dom0 as part of startup process - if you are content with dom0 > encryption you can store the password, rather than enter it each time. Cool -- I like the idea! What approach would you recommend for these: a) if th

Re: [qubes-users] Decrypting and mounting a partition while qube starts

2018-12-03 Thread unman
On Sun, Dec 02, 2018 at 10:31:18AM -0800, mike wrote: > Hi All, > > For one of my qubes I need a specific partition to be mounted during its > start. > I want it automatically attached to the qube and decrypted and mounted during > its boot. > The first task (attaching) is quite easy, although I

[qubes-users] Decrypting and mounting a partition while qube starts

2018-12-02 Thread mike
Hi All, For one of my qubes I need a specific partition to be mounted during its start. I want it automatically attached to the qube and decrypted and mounted during its boot. The first task (attaching) is quite easy, although I am not sure how to do "cryptsetup open" it during boot. Also, what