Hadar wrote:
> Can you elaborate on the splitted/partial squashfs images feature?

casper/live-initramfs support to have different squashfs images, so that
one has do the following on the media:

  casper/filesystem-base.squashfs
  casper/filesystem-kde.squashfs
  casper/filesystem-gnome.squashfs
  [..]

where basically two things can be made:

  1. merging; casper will first mount filesystem-base.squashfs and then
    lay filesystem-kde.squashfs on the next layer.

    that lets us save space, so that the gnome squashfs image doesn't
    need to contain the fails already included in base.

  2. as implicitly given by 1, one can of course have multiple
    'complete' squashfs images sessions, let's us e.g. boot a gnome
     session or a kde session from the same media.

(this is btw not restricted to squashfs, it works with the other
filesystem types too).

however, this needs to be implemented in live-helper in a smart way,
patches welcome :)

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/

_______________________________________________
Debian-live-devel mailing list
Debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to