public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] Using catalyst to build encrypted livecd's
@ 2007-04-08 14:28 Nelson Batalha
  2007-04-09 14:38 ` Chris Gianelloni
  0 siblings, 1 reply; 7+ messages in thread
From: Nelson Batalha @ 2007-04-08 14:28 UTC (permalink / raw
  To: gentoo-catalyst

Hi,

Chris Gianelloni, can't thank enough.

Everyone: in the last days, since I couldn't find anyone that has built 
encrypted cd's with catalyst, I researched and studied lots -> theoretically 
I think everything is worked out. (Unless you know of one, then please stop 
reading and post your experiences :).

I was hoping to discuss here the best way to do encrypted livecd's seamless 
with catalyst, with a minimal catalyst patch! (as it stands I don't think 
it's possible to make one)

I chose Luks, since seems genkernel is supporting it (no docs though), 
however this will force us to use two loops, (performance issues?). An 
alternative is loop-aes -> one loop only.

What I came up with would require just a trivial patch to Catalyst: to add 
the livecd-stage2 specs an argument, like livecd/fsscript: but would run a 
script in the real cd root, just before the iso creation. Why? These are the 
steps:

On gk arguments we would add initramfs a cryptsetup binary with 
--initramfs-overlay; we would also add a custom initrc that would put our 
encrypted squashfs file in a loop, and cryptsetup would unencrypt it in a 
different loop - and call it our root.

The patch to catalyst would allow us to write a script to convert the 
squashfs in a encrypted one. First we knew the final squashfs size, so it 
would just create a file with dd with that size from /dev/zero. Then it 
would mount this file in a loop, cryptsetup would use it and open it in a 
different loop, and then we would mksquashfs the contents in it.

Any problems, comments or alternatives? Would you accept this patch? My bash 
is ok now, gonna take some time to write the python stuff.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

-- 
gentoo-catalyst@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-11 15:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-08 14:28 [gentoo-catalyst] Using catalyst to build encrypted livecd's Nelson Batalha
2007-04-09 14:38 ` Chris Gianelloni
2007-04-09 15:25   ` Nelson Batalha
2007-04-09 16:17     ` Philipp Riegger
2007-04-09 16:20       ` Andrew Gaffney
2007-04-09 19:51         ` Nelson Batalha
2007-04-11 15:49         ` Nelson Batalha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox