Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | only warn if there is no default plymouth theme | Olivier Blin | 2009-10-07 | 1 | -1/+7 |
| | |||||
* | use per-media additional boot_entries (i.e. finish commit 258252) | Olivier Blin | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | forgot to initialize one variable in plymouth handling code | Christophe Fergeau | 2009-09-30 | 1 | -0/+1 |
| | |||||
* | stop plymouth when using initrd_debug | Christophe Fergeau | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | mount One tmpfs with 0755 perms, fixes #51565 | Christophe Fergeau | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | make it possible to specify mount options for tmpfs mounts (should it be | Christophe Fergeau | 2009-09-23 | 1 | -1/+2 |
| | | | | done for other FS types ?) | ||||
* | refine plymouth support | Christophe Fergeau | 2009-09-23 | 1 | -23/+14 |
| | |||||
* | automatically export draklive settings to DRAKLIVE_ environment variables ↵ | Olivier Blin | 2009-09-18 | 1 | -2/+5 |
| | | | | for install | ||||
* | Rough plymouth support | Christophe Fergeau | 2009-09-17 | 1 | -9/+26 |
| | |||||
* | fix install grub to separate /boot partition | Olivier Blin | 2009-09-15 | 1 | -1/+2 |
| | |||||
* | set LD_LIBRARY_PATH to chroot libraries when running grub | Olivier Blin | 2009-09-15 | 1 | -0/+1 |
| |