summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Expand)AuthorAgeFilesLines
...
* set usb_replicator device in create function, not in recordOlivier Blin2009-08-071-2/+2
* do not set again device in oem_rescue recordingOlivier Blin2009-08-071-1/+0
* allow to skip writing bootloader configOlivier Blin2009-08-071-1/+1
* allow to skip writing fstabOlivier Blin2009-08-071-2/+3
* - use full disk device when recording harddisk/oem_rescue/replicator mastersOlivier Blin2009-08-041-47/+105
* fix typoOlivier Blin2009-08-041-1/+1
* pass boot device to install_usb_bootloaderOlivier Blin2009-08-041-7/+7
* do not try to use media source when it is not a label, it could be a device (...Olivier Blin2009-08-041-1/+2
* fix size approximations by using ceilOlivier Blin2009-08-041-1/+2
* 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-031-2/+5
* allow to set custom media geometry in media->{geom}Olivier Blin2009-07-311-1/+1
* 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-311-2/+2
* 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-301-7/+12
* 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
* 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
* 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