summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Collapse)AuthorAgeFilesLines
* 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?)
* 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
|
* make find_kernel return a hash like used in bootloader moduleOlivier Blin2009-11-091-2/+2
|
* run udevsettle, like done in diskdrake::interactive::write_partitionsOlivier Blin2009-11-081-0/+2
|
* rename install_usb_bootloader as install_disk_bootloaderOlivier Blin2009-11-061-4/+4
|
* use install_usb_bootloader for harddisk master tooOlivier Blin2009-11-061-1/+3
|
* do not overwrite grub conf for "classical" boot when installing bootloaderOlivier Blin2009-11-061-5/+7
|
* allow to skip bootloader install by setting ↵Olivier Blin2009-11-061-0/+3
| | | | live->{system}{skip_bootloader_install}
* make sure zh_TW and zh_CN will be included in language listChristophe Fergeau2009-11-051-1/+1
|
* use -fatfirst option when hybridifying an imageChristophe Fergeau2009-11-041-1/+1
|
* add another missing )Christophe Fergeau2009-10-291-1/+1
|
* add missing )Christophe Fergeau2009-10-291-1/+1
|
* copy gfxboot files to the media before creating the syslinux.cfgChristophe Fergeau2009-10-291-1/+4
|