summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded locales from gfxboot data fileChristophe Fergeau2009-04-281-0/+34
| | | | | | | | The gfxboot data file (bootlogo) installed by mandriva-gfxboot-theme package contains translations for all known languages. However, if this file is too big, this causes boot problems on some systems (bug #48688). On Ones, since we know the languages that will be included on the live cd, we can remove all the locales we don't need from the bootlogo file.
* Display help message in text mode bootloaderChristophe Fergeau2009-04-281-0/+1
|
* Set color of function keys, fixes #48757Christophe Fergeau2009-04-281-1/+2
|
* revert sizelimit/offset options (they do not match our patched ↵Olivier Blin2009-04-241-1/+1
| | | | util-linux-ng, thanks teuf)
* fix sizelimit option of losetup (and adjust offset to have same format, from ↵Olivier Blin2009-04-241-1/+1
| | | | Caio Begotti)
* Better to modify the ISO before calculating checksums ;)Christophe Fergeau2009-03-261-1/+1
|
* Hybridify live images after creating the ISOChristophe Fergeau2009-03-251-0/+1
|
* Adjust gfxboot options to correctly position the boot menuChristophe Fergeau2009-03-051-1/+1
|
* Add support for a "harddrive" boot entry to chainload the first HD bootloaderChristophe Fergeau2009-03-051-3/+8
|
* create bigger vfat mastersOlivier Blin2009-02-251-1/+1
|
* syslinux 3.73+gfxboot supportChristophe Fergeau2009-02-131-1/+2
|
* fix installing replicator filesOlivier Blin2009-01-271-1/+1
|
* increase fat image size again...Olivier Blin2009-01-261-1/+1
|
* do not crash if there is no gfxmenu fileOlivier Blin2009-01-201-1/+6
|
* disk master needs to be biggerOlivier Blin2009-01-201-1/+1
|
* copy replicator files for cdrom tooOlivier Blin2009-01-201-1/+2
|
* allow to create cdrom replicatorOlivier Blin2008-12-241-0/+29
|
* make isolinux folder optionalOlivier Blin2008-12-241-2/+2
|
* extract build_iso_imageOlivier Blin2008-12-241-15/+27
|
* fix size allocation for masters with media filesOlivier Blin2008-12-151-0/+1
|
* fix loopback extension in /etc/sysconfig/draklive-resizeOlivier Blin2008-11-181-1/+2
|
* add extension when listing selected loopbacksOlivier Blin2008-11-171-2/+3
|
* remove duplicate extensionOlivier Blin2008-11-171-1/+1
|
* do not add loop extension twiceOlivier Blin2008-11-171-2/+2
|
* make grub directoryOlivier Blin2008-11-171-0/+1
|
* do not crash where there is no replicator mediaOlivier Blin2008-11-141-1/+1
|
* copy replicator config filesOlivier Blin2008-11-131-0/+1
|
* use the old way to write grub, we can't always run it from target image ↵Olivier Blin2008-11-131-18/+10
| | | | (still keep writing install.sh)
* add a FIXME about custom grub-installOlivier Blin2008-11-121-0/+1
|
* factorize remaining grub device map usageOlivier Blin2008-11-121-3/+3
|
* write a /boot/grub/install.sh script when installing grub, and run grub in ↵Olivier Blin2008-11-121-8/+27
| | | | chroot (requires to bind-mount the image inside its mount point)
* help cperl colorizationOlivier Blin2008-11-071-1/+1
|
* add more error messages about fdiskOlivier Blin2008-11-071-1/+1
|
* increase master sizeOlivier Blin2008-11-031-1/+1
|
* allocate less space for mastersOlivier Blin2008-10-301-1/+1
|
* factorize rsync progress update codeOlivier Blin2008-10-301-30/+20
|
* print rsync progress when no specific progress function is usedOlivier Blin2008-10-301-2/+2
|
* space fixOlivier Blin2008-10-301-1/+1
|
* use again du --apparent-size for some sparse filesOlivier Blin2008-10-301-1/+1
|
* lower estimated disk size in heuristicsOlivier Blin2008-10-301-5/+6
|
* fix compressed image checkOlivier Blin2008-10-301-2/+3
|
* fix complete_configOlivier Blin2008-10-291-1/+1
|
* move detect_devices use where it belongsOlivier Blin2008-10-291-1/+0
|
* move storage types in MDV::Draklive::StorageOlivier Blin2008-10-291-38/+3
|
* move Media usage to Config module, since it can bless Media objectsOlivier Blin2008-10-291-1/+0
|
* move Mounts and CustomMedia usage to Config module, since they are to be ↵Olivier Blin2008-10-291-2/+0
| | | | used from config files
* move config code in MDV::Draklive::ConfigOlivier Blin2008-10-291-84/+8
|
* extract predefined and custom mounts/fs in MDV::Draklive::Mounts and ↵Olivier Blin2008-10-291-102/+2
| | | | MDV::Draklive::CustomMedia modules (breaks config files)
* move overlay data in MDV::Draklive::OverlayOlivier Blin2008-10-291-17/+0
|
* move initrd code in new MDV::Draklive::Initrd moduleOlivier Blin2008-10-291-273/+3
|