summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Draklive/Loopback.pm
Commit message (Collapse)AuthorAgeFilesLines
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-151/+0
| | | | | | | | The aim is to share as much code as possible between the tool used to generate the Live ISOs and the tool used to generate the classic installer ISOs. This is derived from the user/martinw/use-grub2 branch of draklive.
* perl_checker cleanupsThierry Vignaud2015-05-221-2/+1
|
* add xz compression support for squashfsOlivier Blin2011-03-151-7/+17
|
* use our own progress framework again for squashfs compressionOlivier Blin2010-08-041-1/+1
|
* add back squashfs3 supportOlivier Blin2010-08-041-3/+11
|
* allow loopback modules list to be returned by subOlivier Blin2010-08-041-0/+9
|
* set block size in call to mksquashfsChristophe Fergeau2010-01-181-0/+1
| | | | | This improves compressed image size by about 10% and was dropped when switching to squashfs4
* no need for squashfs_lzma and squashfs3 now that support has been merged in ↵Christophe Fergeau2010-01-181-3/+3
| | | | the kernel
* make it possible to specify mount options for tmpfs mounts (should it beChristophe Fergeau2009-09-231-1/+2
| | | | done for other FS types ?)
* Use 1MB squashfs blocks, this saves nearly 10% on the GNOME One ISOChristophe Fergeau2009-02-201-2/+2
| | | | Thanks Titi. (yep, I mean it :)
* Call mksquashfs3 instead of mksquashfsChristophe Fergeau2009-02-181-1/+1
| | | | | Squashfs4 doesn't have support for lzma compression yet so we have to keep using Squashfs3 for now for the One isos.
* extract post-pivot root modules clean in per-loop-type pivot_clean subOlivier Blin2008-10-301-0/+7
|
* do not pre-create mountpoints for plain mounts in initrd, they are created ↵Olivier Blin2008-10-301-0/+1
| | | | at runtime
* extract loop types in MDV::Draklive::LoopbackOlivier Blin2008-10-291-0/+115