summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Handle relative paths in modules.depChristophe Fergeau2009-02-131-1/+1
|
* allow to create cdrom replicatorOlivier Blin2008-12-241-0/+1
|
* do not copy /dev/loop in system's /devOlivier Blin2008-11-121-0/+1
|
* remove deprecated mkdevices callOlivier Blin2008-11-121-1/+0
|
* make /dev/tty tooOlivier Blin2008-11-121-1/+1
|
* use again du --apparent-size for some sparse filesOlivier Blin2008-10-301-1/+5
|
* extract post-pivot root modules clean in per-loop-type pivot_clean subOlivier Blin2008-10-302-2/+8
|
* do not use qq() if not neededOlivier Blin2008-10-301-6/+6
|
* do not hardcode /liveOlivier Blin2008-10-301-4/+4
|
* factorize initrd rootOlivier Blin2008-10-301-7/+8
|
* do not remove /live/union if not existingOlivier Blin2008-10-301-1/+1
|
* group modules stuffOlivier Blin2008-10-301-1/+1
|
* only move modules list if neededOlivier Blin2008-10-301-1/+1
|
* do not pre-create mountpoints for plain mounts in initrd, they are created ↵Olivier Blin2008-10-302-1/+2
| | | | at runtime
* mount /dev as tmpfs after pivot_root, so that finit's /dev/initctl does not ↵Olivier Blin2008-10-301-0/+2
| | | | get forgotten when start_udev remounts /dev
* use -B 1 instead of -b when running du (to use real size instead of apparent ↵Olivier Blin2008-10-291-1/+1
| | | | size)
* use functions from main namespace for now...Olivier Blin2008-10-291-11/+11
|
* add common for removeXiBSuffixOlivier Blin2008-10-291-0/+1
|
* move detect_devices use where it belongsOlivier Blin2008-10-291-0/+2
|
* fix storage types usageOlivier Blin2008-10-291-2/+3
|
* move storage types in MDV::Draklive::StorageOlivier Blin2008-10-291-0/+39
|
* bless replicator media tooOlivier Blin2008-10-291-0/+1
|
* improve commentOlivier Blin2008-10-291-1/+1
|
* move Media usage to Config module, since it can bless Media objectsOlivier Blin2008-10-291-0/+2
|
* move Mounts and CustomMedia usage to Config module, since they are to be ↵Olivier Blin2008-10-291-0/+4
| | | | used from config files
* add a default mountOlivier Blin2008-10-291-0/+5
|
* move config code in MDV::Draklive::ConfigOlivier Blin2008-10-291-0/+87
|
* extract predefined and custom mounts/fs in MDV::Draklive::Mounts and ↵Olivier Blin2008-10-292-0/+101
| | | | MDV::Draklive::CustomMedia modules (breaks config files)
* fix orderOlivier Blin2008-10-291-1/+1
|
* extract create_media_specific_initrd function (for mkinitrd-draklive tool)Olivier Blin2008-10-291-3/+5
|
* remove unused media variableOlivier Blin2008-10-291-2/+2
|
* cosmeticsOlivier Blin2008-10-291-1/+0
|
* pass initrd path directlyOlivier Blin2008-10-291-3/+2
|
* pass initrd tree and file pathOlivier Blin2008-10-291-4/+6
|
* keep system_root in a root variableOlivier Blin2008-10-291-15/+17
|
* space fixOlivier Blin2008-10-291-1/+1
|
* move overlay data in MDV::Draklive::OverlayOlivier Blin2008-10-292-2/+25
|
* move initrd code in new MDV::Draklive::Initrd moduleOlivier Blin2008-10-291-0/+280
|
* extract loop types in MDV::Draklive::LoopbackOlivier Blin2008-10-291-0/+115
|
* move device_allocate_file and device_mkfs in MDV::Draklive::UtilsOlivier Blin2008-10-281-0/+17
|
* extract progress code in a new MDV::Draklive::Progress objectOlivier Blin2008-10-281-0/+31
|
* move IPC and IO use where appropriateOlivier Blin2008-10-281-0/+2
|
* use run_programOlivier Blin2008-10-281-0/+1
|
* use MDK::Common for first and glob_Olivier Blin2008-10-281-0/+2
|
* move get_media_prefix as method in MDV::Draklive::LiveOlivier Blin2008-10-281-0/+6
|
* move storage_fs in new MDV::Draklive::StorageFSOlivier Blin2008-10-281-0/+56
|
* move get_media_source_for_nash as method in MDV::Draklive::MediaOlivier Blin2008-10-281-0/+9
|
* use MDK::Common for firstOlivier Blin2008-10-281-0/+2
|