summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* extract get_harddisk_geometryOlivier Blin2009-08-031-3/+8
* remove dead code, we always mount the loopback beforeOlivier Blin2009-08-031-4/+4
* allocate image file matching number of cylinders (and not truncated)Olivier Blin2009-08-031-5/+6
* pass hd to be closer to DrakXOlivier Blin2009-08-031-6/+6
* introduce get_partition_loopOlivier Blin2009-08-031-3/+8
* no need to use sfdisk, use DrakX partition tableOlivier Blin2009-08-031-6/+4
* allow to install bootloader on separate /boot partitionOlivier Blin2009-08-032-2/+10
* allow to set custom media geometry in media->{geom}Olivier Blin2009-07-311-1/+1
* we should use fs::format for thatOlivier Blin2009-07-311-0/+1
* add swap supportOlivier Blin2009-07-311-0/+2
* fix fold_left usageOlivier Blin2009-07-311-1/+1
* styleOlivier Blin2009-07-311-1/+2
* simplify by using size in sectorsOlivier Blin2009-07-311-5/+4
* use common::SECTORSIZEOlivier Blin2009-07-311-5/+4
* always compute master size from pre-computed partition sizesOlivier Blin2009-07-311-6/+4
* remove old commentOlivier Blin2009-07-311-1/+0
* use supplement_partitions and size correction for loopback systems tooOlivier Blin2009-07-311-7/+9
* correct slash size in supplement_partitionsOlivier Blin2009-07-312-3/+5
* use partition_table module instead of hardcoded fdisk commandsOlivier Blin2009-07-311-55/+17
* rename size as total_sizeOlivier Blin2009-07-301-2/+2
* move / size and fs type pre-computing in a new supplement_partitions media me...Olivier Blin2009-07-303-8/+23
* use real partition size (remove hardcoded oem_rescue size)Olivier Blin2009-07-301-1/+2
* extract geom hash, to get closer to DrakXOlivier Blin2009-07-301-6/+8
* excluded modules should not be reported as missingOlivier Blin2009-07-281-1/+1
* detect some modules as built-in and do not wrongly abortOlivier Blin2009-07-281-1/+10
* use per-media additional boot_entriesOlivier Blin2009-07-011-1/+1
* bump replicator image sizeOlivier Blin2009-06-291-1/+1
* pass live to allocate_master (for $live->{oem_rescue})Olivier Blin2009-06-291-3/+3
* bless $live->{oem_rescue}{media}Olivier Blin2009-06-291-1/+1
* add more code ideasOlivier Blin2009-06-291-0/+2
* allow to add an OEM rescue partition in the master (quite hackish, using $liv...Olivier Blin2009-06-291-4/+65
* 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 installin...Olivier Blin2009-06-291-2/+4
* 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