summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Collapse)AuthorAgeFilesLines
* do not make isolinux path optionalOlivier Blin2009-10-131-4/+2
|
* always include boot dir in iso imageOlivier Blin2009-10-131-1/+1
|
* remove incorrect option from previous commit (SILENT?)Olivier Blin2009-10-131-1/+1
|
* pass live and opts to build_iso_imageOlivier Blin2009-10-131-1/+3
|
* add missing newlineOlivier Blin2009-10-131-0/+1
|
* styleOlivier Blin2009-10-131-2/+6
|
* copy syslinux dir for replicator tooOlivier Blin2009-10-131-1/+1
|
* always create syslinux msg files (useful for cdrom replicator)Olivier Blin2009-10-131-1/+1
|
* extract create_syslinux_msg_filesOlivier Blin2009-10-131-2/+6
|
* move code down in gfxboot blockOlivier Blin2009-10-131-5/+5
|
* remove duplicate help in syslinux.cfgOlivier Blin2009-10-131-2/+2
|
* fix compression method testOlivier Blin2009-10-131-2/+2
|
* allow to compress master images as gzip instead of bzip2 by settingOlivier Blin2009-10-091-2/+13
| | | | | compression_method=gzip in settings.cfg (from Paulo Ricardo Zanoni)
* generate lst.names files listOlivier Blin2009-10-081-0/+3
|
* simplifyOlivier Blin2009-10-081-10/+10
|
* use per-media additional boot_entries (i.e. finish commit 258252)Olivier Blin2009-10-051-1/+1
|
* automatically export draklive settings to DRAKLIVE_ environment variables ↵Olivier Blin2009-09-181-2/+5
| | | | for install
* fix install grub to separate /boot partitionOlivier Blin2009-09-151-1/+2
|
* set LD_LIBRARY_PATH to chroot libraries when running grubOlivier Blin2009-09-151-0/+1
|
* remove extra device check (we always have a slash device, and it does not ↵Olivier Blin2009-09-151-1/+1
| | | | harm to re-set label if set already)
* fix setting label for USB devicesOlivier Blin2009-09-151-3/+4
|
* do not use loopback if disk is a deviceOlivier Blin2009-09-151-3/+4
|
* use format_disk for usb devices tooOlivier Blin2009-09-151-8/+0
|
* supplement slash size before allocating master tooOlivier Blin2009-09-151-0/+1
|
* fix installing grub to hidden /boot in master imageOlivier Blin2009-09-151-4/+5
|
* 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
|
* 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
|
* use more meaningful supplement_slash_sizeOlivier Blin2009-09-111-3/+3
|
* 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-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)