summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* allow loopback modules list to be returned by subOlivier Blin2010-08-042-1/+10
|
* add tool to dump and check Mandriva Flash keysOlivier Blin2010-07-091-0/+95
|
* add trailing / not to copy resolv.conf as /etc if chroot is emptyOlivier Blin2010-05-061-1/+1
|
* use busybox again instead of busybox.static (thus keeping compat with older ↵Olivier Blin2010-04-021-4/+3
| | | | distro releases)
* 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
* do not try to use setarch on ARMOlivier Blin2010-03-301-2/+4
|
* rename setarch option as targetarchOlivier Blin2010-03-302-7/+7
|
* 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
|
* force initrd re-creation by unlinking old oneOlivier Blin2010-03-091-0/+3
|
* 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)
* adjust to name change for statically compiled busyboxChristophe Fergeau2010-02-031-2/+2
|
* set block size in call to mksquashfsdistro/mdv2010.0Christophe Fergeau2010-01-181-0/+1
| | | | | This improves compressed image size by about 10% and was dropped when switching to squashfs4
* readd -fatfirst option when hybridifying an imageChristophe Fergeau2010-01-181-1/+1
| | | | isohybrid in cooker has it
* no need for squashfs_lzma and squashfs3 now that support has been merged in ↵Christophe Fergeau2010-01-181-3/+3
| | | | the kernel
* boost initrd size for FlashChristophe Fergeau2010-01-181-1/+1
|
* 0.9Christophe Fergeau2010-01-181-1/+1
|
* 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.
* more s/lzma/xz changesChristophe Fergeau2010-01-181-2/+2
|
* more commentOlivier Blin2010-01-141-1/+1
|
* more logOlivier Blin2010-01-141-1/+27
|
* 0.9Olivier Blin2010-01-141-3/+76
|
* 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
|
* allow to select which settings fields are used to build name (in ↵Olivier Blin2009-12-181-1/+2
| | | | live->{name_fields})
* 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
|
* fix setting splash for classical bootloader (by passing vga mode to ↵Olivier Blin2009-11-251-1/+1
| | | | bootloader::add_kernel)
* 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?)
* do not create bootloader files if bootloader install is to be skippedOlivier Blin2009-11-101-1/+1
|
* create media specific gfxmenu if needed onlyOlivier Blin2009-11-091-1/+1
|
* fix writing media specific boot for disk mastersOlivier Blin2009-11-091-1/+1
|
* default to grub bootloader for harddisk storageOlivier Blin2009-11-091-0/+1
|
* use bootloader module to build initrd and create kernel symlinks (gdium ↵Olivier Blin2009-11-091-16/+7
| | | | friendly)