summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add common for removeXiBSuffixOlivier Blin2008-10-291-0/+1
|
* move detect_devices use where it belongsOlivier Blin2008-10-292-1/+2
|
* fix storage types usageOlivier Blin2008-10-291-2/+3
|
* move storage types in MDV::Draklive::StorageOlivier Blin2008-10-292-38/+42
|
* bless replicator media tooOlivier Blin2008-10-291-0/+1
|
* add initial mkinitrd-draklive prototypeOlivier Blin2008-10-291-0/+20
|
* improve commentOlivier Blin2008-10-291-1/+1
|
* move Media usage to Config module, since it can bless Media objectsOlivier Blin2008-10-292-1/+2
|
* move Mounts and CustomMedia usage to Config module, since they are to be ↵Olivier Blin2008-10-292-2/+4
| | | | used from config files
* add a default mountOlivier Blin2008-10-291-0/+5
|
* move config code in MDV::Draklive::ConfigOlivier Blin2008-10-292-84/+95
|
* extract predefined and custom mounts/fs in MDV::Draklive::Mounts and ↵Olivier Blin2008-10-293-102/+103
| | | | 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-293-19/+25
|
* move initrd code in new MDV::Draklive::Initrd moduleOlivier Blin2008-10-292-273/+283
|
* use less confusing variable name for already used loop_typesOlivier Blin2008-10-291-2/+2
|
* extract loop types in MDV::Draklive::LoopbackOlivier Blin2008-10-292-103/+116
|
* rename loop hash as loop_typesOlivier Blin2008-10-281-18/+18
|
* move device_allocate_file and device_mkfs in MDV::Draklive::UtilsOlivier Blin2008-10-282-22/+22
|
* extract progress code in a new MDV::Draklive::Progress objectOlivier Blin2008-10-282-30/+38
|
* add comment about IO::Handle usageOlivier Blin2008-10-281-1/+1
|
* move IPC and IO use where appropriateOlivier Blin2008-10-282-2/+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-282-23/+23
|
* move storage_fs in new MDV::Draklive::StorageFSOlivier Blin2008-10-282-43/+59
|
* move get_media_source_for_nash as method in MDV::Draklive::MediaOlivier Blin2008-10-282-12/+12
|
* use MDK::Common for firstOlivier Blin2008-10-281-0/+2
|
* move get_media_label as method in MDV::Draklive::MediaOlivier Blin2008-10-282-10/+10
|
* move get_media_fs_module as method in MDV::Draklive::MediaOlivier Blin2008-10-282-7/+7
|
* move get_media_setting as method in MDV::Draklive::MediaOlivier Blin2008-10-282-33/+33
|
* move get_boot_setting as method in MDV::Draklive::MediaOlivier Blin2008-10-282-12/+12
|
* move get_storage_setting as method in MDV::Draklive::MediaOlivier Blin2008-10-282-9/+9
|
* move get_initrd_path as method in MDV::Draklive::MediaOlivier Blin2008-10-282-12/+12
|
* use MDV::Draklive::MediaOlivier Blin2008-10-281-0/+1
|
* media is now an objectOlivier Blin2008-10-282-0/+5
|
* inline codeOlivier Blin2008-10-281-9/+5
|
* move find_kernel as method in MDV::Draklive::Live objectOlivier Blin2008-10-282-14/+14
|
* move get_builddir and get_system_root as methods in MDV::Draklive::Live objectOlivier Blin2008-10-282-124/+124
|
* move get_live_name as get_name method in MDV::Draklive::Live objectOlivier Blin2008-10-282-14/+14
|
* add MDV::Draklive::Live object and use itOlivier Blin2008-10-282-12/+24
|
* move helpers in MDV::Draklive::UtilsOlivier Blin2008-10-282-46/+54
|
* do not create compressed image if not neededOlivier Blin2008-10-231-1/+10
|