summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* simplifyOlivier Blin2009-11-091-4/+4
|
* use bootloader module to find kernel (gdium friendly)Olivier Blin2009-11-091-6/+8
|
* make find_kernel return a hash like used in bootloader moduleOlivier Blin2009-11-093-5/+5
|
* 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
|
* supplement 0.8 newsOlivier Blin2009-11-051-0/+56
|
* use -fatfirst option when hybridifying an imageChristophe Fergeau2009-11-041-1/+1
|
* update NEWSChristophe Fergeau2009-11-031-0/+8
|
* use .xz extension for tarballsChristophe Fergeau2009-11-031-2/+2
|
* don't mount /dev/pts since this causes huge slowdownsChristophe Fergeau2009-10-311-6/+2
| | | | | | | | When using the obsolete --attach-to-session plymouth option, /dev/pts has to be mounted. But for some reason, nash interacts badly with mounted /dev/pts and freezes for dozen of seconds when running a builtin command. Remote --attach-to-session from plymouth which lets us get rid of /dev/pts mounting.
* 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
|
* do not add default boot entry in syslinux if media boot_entries is definedOlivier Blin2009-10-292-4/+4
|
* fix setting label on fatOlivier Blin2009-10-261-1/+1
|
* use ext4 by default for harddiskOlivier Blin2009-10-231-1/+1
|
* revert commit 262611 (we set label in different ways actually)Olivier Blin2009-10-231-4/+3
|
* set label at mkfs timeOlivier Blin2009-10-232-11/+9
|
* supplement / partition label with default one if neededOlivier Blin2009-10-231-0/+3
|
* set_part_real_device for partitions without mountpoint too (so that we can ↵Olivier Blin2009-10-231-3/+4
| | | | set label on swap later)
* add missing spaceOlivier Blin2009-10-231-1/+1
|
* set / label earlierOlivier Blin2009-10-231-6/+6
|
* fix wrong derefOlivier Blin2009-10-191-1/+1
|
* do not default boot entry if media->{boot_entries} is specifiedOlivier Blin2009-10-191-1/+4
| | | | | (to allow having a custom default entry)
* create vmdk virtual machine imagesOlivier Blin2009-10-161-1/+21
|
* use add_splash for classical bootloader tooOlivier Blin2009-10-141-5/+1
|
* handle initrd in chroot (to further factorize)Olivier Blin2009-10-141-5/+14
|
* move down requireOlivier Blin2009-10-141-1/+1
|
* add some commentsOlivier Blin2009-10-141-0/+2
|
* remove hardcoded splashy code and use back bootloader::add_boot_splashOlivier Blin2009-10-141-22/+10
|
* 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
|