summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Draklive/Config.pm
Commit message (Collapse)AuthorAgeFilesLines
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-100/+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.
* draklive2: major rework to use grub2 as the bootloader.Martin Whitaker2017-11-291-1/+4
| | | | | | | Drop some unwanted stuff in the process: - the --boot-only option (not really very useful) - the progress indicator in build_iso_image() (xorriso reports progress itself)
* initialize default partitions earlier (required when building boot files)Olivier Blin2009-09-111-4/+2
|
* really avoid vivificationOlivier Blin2009-08-041-1/+5
|
* do not vivify replicator and oem_rescueOlivier Blin2009-08-041-1/+1
|
* move / size and fs type pre-computing in a new supplement_partitions media ↵Olivier Blin2009-07-301-1/+0
| | | | method
* bless $live->{oem_rescue}{media}Olivier Blin2009-06-291-1/+1
|
* fill a partitions hash in mediaOlivier Blin2009-06-261-0/+1
|
* factorizeOlivier Blin2009-06-261-2/+3
|
* 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
* move config code in MDV::Draklive::ConfigOlivier Blin2008-10-291-0/+87