summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add more code ideasOlivier Blin2009-06-291-0/+2
|
* allow to add an OEM rescue partition in the master (quite hackish, using ↵Olivier Blin2009-06-291-4/+65
| | | | $live->{oem_rescue})
* extract record_rescue_filesOlivier Blin2009-06-291-16/+21
|
* move downOlivier Blin2009-06-291-5/+5
|
* introduce more generic get_rescue_files, to build any rescue-based partitionOlivier Blin2009-06-291-5/+10
|
* add back previous FIXME afterall, still usefulOlivier Blin2009-06-291-0/+1
|
* update FIXMEOlivier Blin2009-06-291-1/+1
|
* automatically find bootloader partition from media partitions arrayOlivier Blin2009-06-291-1/+1
|
* make sure the grub script is executableOlivier Blin2009-06-291-0/+2
|
* make allocate_master return a loopback device for each partitionOlivier Blin2009-06-291-7/+9
|
* fill fs_type for / partitionOlivier Blin2009-06-291-0/+3
|
* automically find / partition index from media partitions array when ↵Olivier Blin2009-06-291-2/+4
| | | | installing grub
* pass media to install_grub_to_imageOlivier Blin2009-06-291-3/+3
|
* pass partition index when allocation partitionOlivier Blin2009-06-291-3/+4
|
* use part index instead of numberOlivier Blin2009-06-291-5/+6
|
* do not crash if index can not be foundOlivier Blin2009-06-291-1/+1
|
* add find_partition_index helperOlivier Blin2009-06-261-0/+5
|
* fill a partitions hash in mediaOlivier Blin2009-06-261-0/+1
|
* factorizeOlivier Blin2009-06-261-2/+3
|
* remove unused $o_inode_sizeOlivier Blin2009-06-261-1/+1
|
* pass media to allocate_masterOlivier Blin2009-06-261-4/+5
|
* split allocate_partitionOlivier Blin2009-06-261-9/+14
|
* use qq instead of quoting (perl_checker)Olivier Blin2009-06-261-1/+1
|
* use any instead of grep (thanks perl_checker)Olivier Blin2009-06-261-1/+1
|
* supplement perl_checker blacklistOlivier Blin2009-06-261-0/+2
|
* perl_checker style fixesOlivier Blin2009-06-261-6/+6
|
* help perl_checkerOlivier Blin2009-06-261-1/+1
|
* preserve timestamps when copying filesChristophe Fergeau2009-06-181-1/+1
| | | | Avoid issues with portable firefox+localeswitcher on Mandriva Flash
* allow to create ext4 filesystemsOlivier Blin2009-06-171-1/+1
|
* allow to set inode size in {media}{inode_size} for ext2/ext3 file systemsOlivier Blin2009-06-172-7/+7
|
* fix previous commit to update /boot/vmlinuz correctlyOlivier Blin2009-05-261-3/+5
|
* do not add initrd in grub menu if it does not existOlivier Blin2009-05-261-2/+4
|
* add no_initrd optionOlivier Blin2009-05-262-0/+2
|
* move vmlinuz symlink creationOlivier Blin2009-05-261-1/+2
|
* do not create initrd symlink or append splash if no initrd has been createdOlivier Blin2009-05-261-5/+7
|
* make sure /proc and /sys are available when building initrd (useful to see ↵Olivier Blin2009-05-261-0/+4
| | | | error messages at least, from Paulo Ricardo Zanoni)
* include lib when check drakliveOlivier Blin2009-05-261-1/+1
|
* make chroot rsync silentOlivier Blin2009-05-261-1/+1
|
* 0.8 releaseChristophe Fergeau2009-04-281-1/+1
|
* Update NEWS fileChristophe Fergeau2009-04-281-0/+15
|
* Add make dist targetChristophe Fergeau2009-04-281-0/+22
|
* 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
|