Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use bootloader module to build initrd and create kernel symlinks (gdium ↵ | Olivier Blin | 2009-11-09 | 1 | -16/+7 |
| | | | | friendly) | ||||
* | simplify | Olivier Blin | 2009-11-09 | 1 | -4/+4 |
| | |||||
* | use bootloader module to find kernel (gdium friendly) | Olivier Blin | 2009-11-09 | 1 | -6/+8 |
| | |||||
* | make find_kernel return a hash like used in bootloader module | Olivier Blin | 2009-11-09 | 3 | -5/+5 |
| | |||||
* | run udevsettle, like done in diskdrake::interactive::write_partitions | Olivier Blin | 2009-11-08 | 1 | -0/+2 |
| | |||||
* | rename install_usb_bootloader as install_disk_bootloader | Olivier Blin | 2009-11-06 | 1 | -4/+4 |
| | |||||
* | use install_usb_bootloader for harddisk master too | Olivier Blin | 2009-11-06 | 1 | -1/+3 |
| | |||||
* | do not overwrite grub conf for "classical" boot when installing bootloader | Olivier Blin | 2009-11-06 | 1 | -5/+7 |
| | |||||
* | allow to skip bootloader install by setting ↵ | Olivier Blin | 2009-11-06 | 1 | -0/+3 |
| | | | | live->{system}{skip_bootloader_install} | ||||
* | make sure zh_TW and zh_CN will be included in language list | Christophe Fergeau | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | supplement 0.8 news | Olivier Blin | 2009-11-05 | 1 | -0/+56 |
| | |||||
* | use -fatfirst option when hybridifying an image | Christophe Fergeau | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | update NEWS | Christophe Fergeau | 2009-11-03 | 1 | -0/+8 |
| | |||||
* | use .xz extension for tarballs | Christophe Fergeau | 2009-11-03 | 1 | -2/+2 |
| | |||||
* | don't mount /dev/pts since this causes huge slowdowns | Christophe Fergeau | 2009-10-31 | 1 | -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 Fergeau | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | add missing ) | Christophe Fergeau | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | copy gfxboot files to the media before creating the syslinux.cfg | Christophe Fergeau | 2009-10-29 | 1 | -1/+4 |
| | |||||
* | do not add default boot entry in syslinux if media boot_entries is defined | Olivier Blin | 2009-10-29 | 2 | -4/+4 |
| | |||||
* | fix setting label on fat | Olivier Blin | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | use ext4 by default for harddisk | Olivier Blin | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | revert commit 262611 (we set label in different ways actually) | Olivier Blin | 2009-10-23 | 1 | -4/+3 |
| | |||||
* | set label at mkfs time | Olivier Blin | 2009-10-23 | 2 | -11/+9 |
| | |||||
* | supplement / partition label with default one if needed | Olivier Blin | 2009-10-23 | 1 | -0/+3 |
| | |||||
* | set_part_real_device for partitions without mountpoint too (so that we can ↵ | Olivier Blin | 2009-10-23 | 1 | -3/+4 |
| | | | | set label on swap later) | ||||
* | add missing space | Olivier Blin | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | set / label earlier | Olivier Blin | 2009-10-23 | 1 | -6/+6 |
| | |||||
* | fix wrong deref | Olivier Blin | 2009-10-19 | 1 | -1/+1 |
| | |||||
* | do not default boot entry if media->{boot_entries} is specified | Olivier Blin | 2009-10-19 | 1 | -1/+4 |
| | | | | | (to allow having a custom default entry) | ||||
* | create vmdk virtual machine images | Olivier Blin | 2009-10-16 | 1 | -1/+21 |
| | |||||
* | use add_splash for classical bootloader too | Olivier Blin | 2009-10-14 | 1 | -5/+1 |
| | |||||
* | handle initrd in chroot (to further factorize) | Olivier Blin | 2009-10-14 | 1 | -5/+14 |
| | |||||
* | move down require | Olivier Blin | 2009-10-14 | 1 | -1/+1 |
| | |||||
* | add some comments | Olivier Blin | 2009-10-14 | 1 | -0/+2 |
| | |||||
* | remove hardcoded splashy code and use back bootloader::add_boot_splash | Olivier Blin | 2009-10-14 | 1 | -22/+10 |
| | |||||
* | do not make isolinux path optional | Olivier Blin | 2009-10-13 | 1 | -4/+2 |
| | |||||
* | always include boot dir in iso image | Olivier Blin | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | remove incorrect option from previous commit (SILENT?) | Olivier Blin | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | pass live and opts to build_iso_image | Olivier Blin | 2009-10-13 | 1 | -1/+3 |
| | |||||
* | add missing newline | Olivier Blin | 2009-10-13 | 1 | -0/+1 |
| | |||||
* | style | Olivier Blin | 2009-10-13 | 1 | -2/+6 |
| | |||||
* | copy syslinux dir for replicator too | Olivier Blin | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | always create syslinux msg files (useful for cdrom replicator) | Olivier Blin | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | extract create_syslinux_msg_files | Olivier Blin | 2009-10-13 | 1 | -2/+6 |
| | |||||
* | move code down in gfxboot block | Olivier Blin | 2009-10-13 | 1 | -5/+5 |
| | |||||
* | remove duplicate help in syslinux.cfg | Olivier Blin | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | fix compression method test | Olivier Blin | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | allow to compress master images as gzip instead of bzip2 by setting | Olivier Blin | 2009-10-09 | 1 | -2/+13 |
| | | | | | compression_method=gzip in settings.cfg (from Paulo Ricardo Zanoni) | ||||
* | generate lst.names files list | Olivier Blin | 2009-10-08 | 1 | -0/+3 |
| | |||||
* | simplify | Olivier Blin | 2009-10-08 | 1 | -10/+10 |
| |