summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Draklive/Storage.pm
Commit message (Collapse)AuthorAgeFilesLines
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-54/+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/+0
| | | | | | | 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)
* draklive2: change storage type from 'cdrom' to 'iso'.Martin Whitaker2017-11-261-0/+8
| | | | Just for clarity - there's no functional change.
* allow to record CD-Rom replicatorOlivier Blin2010-08-301-0/+1
|
* allow to record USB replicatorOlivier Blin2010-08-301-0/+1
|
* default to grub bootloader for harddisk storageOlivier Blin2009-11-091-0/+1
|
* use ext4 by default for harddiskOlivier Blin2009-10-231-1/+1
|
* use format_disk for usb devices tooOlivier Blin2009-09-151-1/+1
|
* add default label for harddisk storageOlivier Blin2009-09-111-0/+1
|
* allow to format disk devicesOlivier Blin2009-09-111-0/+1
|
* allow to create cdrom replicatorOlivier Blin2008-12-241-0/+1
|
* use functions from main namespace for now...Olivier Blin2008-10-291-11/+11
|
* move detect_devices use where it belongsOlivier Blin2008-10-291-0/+2
|
* move storage types in MDV::Draklive::StorageOlivier Blin2008-10-291-0/+39