summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Collapse)AuthorAgeFilesLines
* use gfxboot.c32 as graphical boot loaderThomas Backlund2011-12-281-2/+2
|
* link iso image with -<set> prefix if live->{settings}{set} is definedOlivier Blin2011-05-271-0/+7
|
* use mgaiso-addmd5 instead of mkcd --addmd5Nicolas Vigier2011-05-121-1/+1
|
* remove extra slashOlivier Blin2011-04-161-1/+1
|
* umount /proc and /sys in chroot before cleaning or compressingOlivier Blin2011-04-161-2/+3
|
* do not harcode default gfxboot theme, use distribution name from /etc/product.idOlivier Blin2011-03-161-1/+2
|
* do not hardcode distro name in syslinux help messageOlivier Blin2011-03-151-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-1/+1
| | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r397 | dmorgan | 2011-02-03 17:53:54 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned draklive ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2+ according to the copyright header - Change one occurance of "Mandriva" to "Mageia" in draklive as it'll be visible to users
* add --tarball to build chroot tarballOlivier Blin2010-10-091-0/+7
|
* extract get_disk_replicator_prefixOlivier Blin2010-10-091-4/+7
|
* use get_disk_master_prefixOlivier Blin2010-10-091-3/+1
|
* extract get_disk_master_prefixOlivier Blin2010-10-091-1/+6
|
* do not build vm image by default for masters, do it only if vm_typeOlivier Blin2010-09-171-2/+8
| | | | | settings is set (check qemu-img for valid types, like qcow2, vmdk, ...)
* allow to record CD-Rom replicatorOlivier Blin2010-08-301-0/+5
|
* add --record-replicator optionOlivier Blin2010-08-301-0/+16
|
* handle recording CD-Rom images on both CD-Rom and disks, since they are hybridOlivier Blin2010-08-301-2/+13
|
* extract record_cdrom_pathOlivier Blin2010-08-301-3/+8
|
* extract get_cdrom_replicator_pathOlivier Blin2010-08-301-2/+8
|
* mount /proc and /sys for gfxboot files tooOlivier Blin2010-08-111-0/+6
|
* factorize root variableOlivier Blin2010-08-111-4/+5
|
* mount /proc and /sys for both classical and media-specific initrdOlivier Blin2010-08-111-0/+8
|
* add trailing / not to copy resolv.conf as /etc if chroot is emptyOlivier Blin2010-05-061-1/+1
|
* do not include whole boot dir in replicator image, boot/vmlinuz wouldOlivier Blin2010-04-021-1/+2
| | | | | | be duplicate in replicator, which sometimes confuses genisoimage, only include boot/syslinux for replicator
* rename setarch option as targetarchOlivier Blin2010-03-301-5/+5
|
* delete existing files on media when recording, unless --keep-files option is ↵Olivier Blin2010-03-301-2/+9
| | | | used
* add fixme about mmcblkOlivier Blin2010-03-301-0/+1
|
* handle writing to mmcblk devices (hackish)Olivier Blin2010-03-301-1/+2
|
* log writing partition tableOlivier Blin2010-03-301-0/+1
|
* fix settling for udevOlivier Blin2010-03-301-1/+1
|
* fix bad derefOlivier Blin2010-03-101-1/+1
|
* copy grub files from arched lib dir (reported by boklm)Olivier Blin2010-03-091-1/+2
|
* mount /proc and /sys in post-install (to be friendly for packages ↵Olivier Blin2010-03-091-0/+7
| | | | installation, like Mythware)
* readd -fatfirst option when hybridifying an imageChristophe Fergeau2010-01-181-1/+1
| | | | isohybrid in cooker has it
* Revert "use -fatfirst option when hybridifying an image"Christophe Fergeau2010-01-181-1/+1
| | | | | | The isohybrid we ship doesn't have this option yet. This reverts commit 2e0813a099e3ad0eb3cd82f18b2429f0086c0bf3.
* fix adding vga options in normal caseOlivier Blin2009-12-181-1/+1
|
* add image size in images list for cdrom replicator tooOlivier Blin2009-12-181-5/+9
|
* write image size in master list fileOlivier Blin2009-12-151-1/+4
|
* fix getting bootsplash theme (fixes gfxboot theme)Olivier Blin2009-12-151-1/+12
|
* do not add vga mode on kernel command line if forced in append (for ↵Olivier Blin2009-12-101-2/+3
| | | | drakx-based replicator)
* update gfxboot theme before copying gfxboot filesOlivier Blin2009-12-071-10/+11
|
* run switch-themes -uOlivier Blin2009-12-071-0/+2
|
* add missing live parameterOlivier Blin2009-11-301-3/+3
|
* clean resolv.conf laterOlivier Blin2009-11-301-1/+2
|
* extract clean_system_conf_fileOlivier Blin2009-11-301-1/+6
|
* allow drakx-based replicatorOlivier Blin2009-11-241-1/+5
| | | | | (by setting live->{settings}{replicator_type} to "drakx")
* move code to proper blockOlivier Blin2009-11-181-2/+2
|
* update commentOlivier Blin2009-11-181-1/+1
|
* always copy gfxmenu in build boot dir (needed for replicator)Olivier Blin2009-11-181-1/+2
|
* write bootloader config for replicator mediaOlivier Blin2009-11-181-2/+5
|
* simplify by using install_grub_to_image for real devices too (running Olivier Blin2009-11-121-23/+1
| | | | | chroot's grub from build host was segfaulting, some glibc mismatch?)