summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Collapse)AuthorAgeFilesLines
...
* allow to format disk devicesOlivier Blin2009-09-111-0/+5
|
* extract format_masterOlivier Blin2009-09-111-0/+8
|
* use opts in allocate_masterOlivier Blin2009-09-111-9/+8
|
* guess partition device number as wellOlivier Blin2009-09-091-7/+10
|
* die in bootloader step if selected kernel does not existOlivier Blin2009-08-201-0/+5
|
* enforce live->{system}{gfxboot}Olivier Blin2009-08-201-21/+26
|
* fix bootloader device optionOlivier Blin2009-08-071-1/+1
|
* adapt to main device being disk instead of partitionOlivier Blin2009-08-071-9/+20
|
* set disk master device in create function instead of record (can be used for ↵Olivier Blin2009-08-071-1/+1
| | | | usb too)
* 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
| | | | | | (this is probably breaking recording USB masters) - allow to mount multiple partitions before recording target master
* 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
| | | | (/dev/sda1) that should not be touched on the build machine
* 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 ↵Olivier Blin2009-07-301-7/+12
| | | | 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
|
* 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 ↵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
|