summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Expand)AuthorAgeFilesLines
...
* use less confusing variable name for already used loop_typesOlivier Blin2008-10-291-2/+2
* extract loop types in MDV::Draklive::LoopbackOlivier Blin2008-10-291-103/+1
* rename loop hash as loop_typesOlivier Blin2008-10-281-18/+18
* move device_allocate_file and device_mkfs in MDV::Draklive::UtilsOlivier Blin2008-10-281-22/+5
* extract progress code in a new MDV::Draklive::Progress objectOlivier Blin2008-10-281-30/+7
* add comment about IO::Handle usageOlivier Blin2008-10-281-1/+1
* move IPC and IO use where appropriateOlivier Blin2008-10-281-2/+0
* move get_media_prefix as method in MDV::Draklive::LiveOlivier Blin2008-10-281-23/+17
* move storage_fs in new MDV::Draklive::StorageFSOlivier Blin2008-10-281-43/+3
* move get_media_source_for_nash as method in MDV::Draklive::MediaOlivier Blin2008-10-281-12/+3
* move get_media_label as method in MDV::Draklive::MediaOlivier Blin2008-10-281-10/+5
* move get_media_fs_module as method in MDV::Draklive::MediaOlivier Blin2008-10-281-7/+1
* move get_media_setting as method in MDV::Draklive::MediaOlivier Blin2008-10-281-33/+27
* move get_boot_setting as method in MDV::Draklive::MediaOlivier Blin2008-10-281-12/+6
* move get_storage_setting as method in MDV::Draklive::MediaOlivier Blin2008-10-281-9/+3
* move get_initrd_path as method in MDV::Draklive::MediaOlivier Blin2008-10-281-12/+7
* use MDV::Draklive::MediaOlivier Blin2008-10-281-0/+1
* media is now an objectOlivier Blin2008-10-281-0/+2
* inline codeOlivier Blin2008-10-281-9/+5
* move find_kernel as method in MDV::Draklive::Live objectOlivier Blin2008-10-281-14/+3
* move get_builddir and get_system_root as methods in MDV::Draklive::Live objectOlivier Blin2008-10-281-124/+114
* move get_live_name as get_name method in MDV::Draklive::Live objectOlivier Blin2008-10-281-14/+9
* add MDV::Draklive::Live object and use itOlivier Blin2008-10-281-12/+14
* move helpers in MDV::Draklive::UtilsOlivier Blin2008-10-281-46/+5
* do not create compressed image if not neededOlivier Blin2008-10-231-1/+10
* cosmeticsOlivier Blin2008-10-171-1/+1
* fix typoOlivier Blin2008-10-171-1/+1
* use media source instead of /dev/root in fstab, since the later confuses mkin...Olivier Blin2008-10-171-1/+1
* make plain mount directory if necessaryOlivier Blin2008-10-171-1/+6
* add a predefined squash_rw_union mountOlivier Blin2008-10-171-0/+11
* create images for USB media tooOlivier Blin2008-10-171-0/+1
* do not include nls modules for ext2/ext3 filesystemsOlivier Blin2008-10-171-2/+3
* bump slack size on replicator image (for bigger kernel and rescue?)Olivier Blin2008-10-031-1/+1
* add newline after closing grubOlivier Blin2008-09-261-0/+1
* use grub --batchOlivier Blin2008-09-261-1/+1
* use live->{system}{append}Olivier Blin2008-09-251-1/+1
* write restore images listOlivier Blin2008-09-251-0/+3
* remove double semi-colonOlivier Blin2008-09-251-1/+1
* allow to customize title per mediaOlivier Blin2008-09-251-3/+5
* pass media to grub functionsOlivier Blin2008-09-251-3/+3
* allow to customize replicator append in live->{replicator}{append}Olivier Blin2008-09-251-1/+1
* allow to customize appendOlivier Blin2008-09-251-0/+1
* oops, no opts are defined here, pass empty hashOlivier Blin2008-09-251-1/+1
* pass opts to get_default_appendOlivier Blin2008-09-251-3/+3
* pass opts to grub functionsOlivier Blin2008-09-251-5/+5
* replicator function is specific to the replicator mediaOlivier Blin2008-09-251-5/+5
* take replicator media from configOlivier Blin2008-09-251-7/+2
* remove unnecessary parentheses (thanks Pixel)Olivier Blin2008-09-251-1/+1
* image and replicator are media settingsOlivier Blin2008-09-251-2/+2
* add --replicator to build replicator image (to dump master on systems)Olivier Blin2008-09-251-1/+78