summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix size approximations by using ceilOlivier Blin2009-08-042-2/+4
|
* keep an intOlivier Blin2009-08-041-1/+1
|
* preset fs_type for OEM_RESCUE partition tooOlivier Blin2009-08-041-2/+5
|
* really avoid vivificationOlivier Blin2009-08-041-1/+5
|
* do not vivify replicator and oem_rescueOlivier Blin2009-08-041-1/+1
|
* do not vivify live->{oem_rescue}Olivier Blin2009-08-041-2/+2
|
* remove unused variablesOlivier Blin2009-08-031-2/+1
|
* extract get_hd_from_layoutOlivier Blin2009-08-031-8/+11
|
* use correct media layoutOlivier Blin2009-08-031-1/+1
|
* 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 ↵Olivier Blin2009-07-303-8/+23
| | | | method
* 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 ↵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