summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pass opts to install_grub_to_imageOlivier Blin2009-09-151-3/+3
|
* disk master device should be forced and localOlivier Blin2009-09-151-1/+1
|
* factorize supplement_slash_size usageOlivier Blin2009-09-151-13/+5
|
* use opts passed as parameterOlivier Blin2009-09-151-2/+2
|
* pass opts to replicator tooOlivier Blin2009-09-151-2/+2
|
* split format_master out of allocate_masterOlivier Blin2009-09-151-2/+2
|
* use apparent size when computing loopbacks size (system loopback can be sparse)Olivier Blin2009-09-151-1/+1
|
* remove unused allocate_partitionOlivier Blin2009-09-151-8/+0
|
* add hack to use modules list from chrootOlivier Blin2009-09-141-2/+14
|
* explicitely call list_modules::category2modulesOlivier Blin2009-09-141-2/+2
|
* remove unused list_modules (moved to in MDV::Draklive::Initrd)Olivier Blin2009-09-141-1/+0
|
* fix deref of undefined arraysOlivier Blin2009-09-141-2/+2
|
* allow to specify mount options in fstab in media->{mount_options}Olivier Blin2009-09-111-2/+3
|
* use defaults mount options for overlay mounts tooOlivier Blin2009-09-111-1/+1
|
* add default label for harddisk storageOlivier Blin2009-09-111-0/+1
|
* use more meaningful supplement_slash_sizeOlivier Blin2009-09-112-5/+4
|
* initialize default partitions earlier (required when building boot files)Olivier Blin2009-09-112-11/+17
|
* supplement partitions before formatting diskOlivier Blin2009-09-111-0/+4
|
* extract guess_disk_master_sizeOlivier Blin2009-09-111-2/+7
|
* remove unusued variableOlivier Blin2009-09-111-2/+0
|
* allow to format disk devicesOlivier Blin2009-09-112-0/+6
|
* 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-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
|