Add basic support for dmsquashed live images
authorJeremy Katz <katzj@redhat.com>
Wed, 22 Jul 2009 19:31:18 +0000 (15:31 -0400)
committerHarald Hoyer <harald@redhat.com>
Tue, 4 Aug 2009 14:25:42 +0000 (16:25 +0200)
commit2e44f115b936960b460242c2ce90d96cc6379790
tree306f40dc0b6967da90db7dd428573d92729e6f9c
parent0c296f15b1f87fa0e5078556bae73d3ee6788b00
Add basic support for dmsquashed live images

Fedora/Red Hat live images are implemented as an ext3fs inside of
a squashfs.  Writability is achieved with a device-mapper snapshot
on top of that.

This gives the basic support without a lot of things like persistent
overlays, iso md5sum checking, etc and also with a new basic syntax
that has to be specified as root=live:LABEL=...
modules.d/90dmsquash-live/check [new file with mode: 0755]
modules.d/90dmsquash-live/dmsquash-live-genrules.sh [new file with mode: 0644]
modules.d/90dmsquash-live/dmsquash-live-root [new file with mode: 0755]
modules.d/90dmsquash-live/install [new file with mode: 0755]
modules.d/90dmsquash-live/parse-dmsquash-live.sh [new file with mode: 0755]