Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add no_initrd option | Olivier Blin | 2009-05-26 | 2 | -0/+2 |
| | |||||
* | move vmlinuz symlink creation | Olivier Blin | 2009-05-26 | 1 | -1/+2 |
| | |||||
* | do not create initrd symlink or append splash if no initrd has been created | Olivier Blin | 2009-05-26 | 1 | -5/+7 |
| | |||||
* | make sure /proc and /sys are available when building initrd (useful to see ↵ | Olivier Blin | 2009-05-26 | 1 | -0/+4 |
| | | | | error messages at least, from Paulo Ricardo Zanoni) | ||||
* | include lib when check draklive | Olivier Blin | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | make chroot rsync silent | Olivier Blin | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | 0.8 release | Christophe Fergeau | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Update NEWS file | Christophe Fergeau | 2009-04-28 | 1 | -0/+15 |
| | |||||
* | Add make dist target | Christophe Fergeau | 2009-04-28 | 1 | -0/+22 |
| | |||||
* | Remove unneeded locales from gfxboot data file | Christophe Fergeau | 2009-04-28 | 1 | -0/+34 |
| | | | | | | | | The gfxboot data file (bootlogo) installed by mandriva-gfxboot-theme package contains translations for all known languages. However, if this file is too big, this causes boot problems on some systems (bug #48688). On Ones, since we know the languages that will be included on the live cd, we can remove all the locales we don't need from the bootlogo file. | ||||
* | Display help message in text mode bootloader | Christophe Fergeau | 2009-04-28 | 1 | -0/+1 |
| | |||||
* | Set color of function keys, fixes #48757 | Christophe Fergeau | 2009-04-28 | 1 | -1/+2 |
| | |||||
* | revert sizelimit/offset options (they do not match our patched ↵ | Olivier Blin | 2009-04-24 | 1 | -1/+1 |
| | | | | util-linux-ng, thanks teuf) | ||||
* | fix sizelimit option of losetup (and adjust offset to have same format, from ↵ | Olivier Blin | 2009-04-24 | 1 | -1/+1 |
| | | | | Caio Begotti) | ||||
* | Better to modify the ISO before calculating checksums ;) | Christophe Fergeau | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | Hybridify live images after creating the ISO | Christophe Fergeau | 2009-03-25 | 1 | -0/+1 |
| | |||||
* | Adjust gfxboot options to correctly position the boot menu | Christophe Fergeau | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | Add support for a "harddrive" boot entry to chainload the first HD bootloader | Christophe Fergeau | 2009-03-05 | 1 | -3/+8 |
| | |||||
* | create bigger vfat masters | Olivier Blin | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | Use 1MB squashfs blocks, this saves nearly 10% on the GNOME One ISO | Christophe Fergeau | 2009-02-20 | 1 | -2/+2 |
| | | | | Thanks Titi. (yep, I mean it :) | ||||
* | Call mksquashfs3 instead of mksquashfs | Christophe Fergeau | 2009-02-18 | 1 | -1/+1 |
| | | | | | Squashfs4 doesn't have support for lzma compression yet so we have to keep using Squashfs3 for now for the One isos. | ||||
* | syslinux 3.73+gfxboot support | Christophe Fergeau | 2009-02-13 | 1 | -1/+2 |
| | |||||
* | Handle relative paths in modules.dep | Christophe Fergeau | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | fix installing replicator files | Olivier Blin | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | increase fat image size again... | Olivier Blin | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | do not crash if there is no gfxmenu file | Olivier Blin | 2009-01-20 | 1 | -1/+6 |
| | |||||
* | disk master needs to be bigger | Olivier Blin | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | copy replicator files for cdrom too | Olivier Blin | 2009-01-20 | 1 | -1/+2 |
| | |||||
* | allow to create cdrom replicator | Olivier Blin | 2008-12-24 | 2 | -0/+30 |
| | |||||
* | make isolinux folder optional | Olivier Blin | 2008-12-24 | 1 | -2/+2 |
| | |||||
* | extract build_iso_image | Olivier Blin | 2008-12-24 | 1 | -15/+27 |
| | |||||
* | fix size allocation for masters with media files | Olivier Blin | 2008-12-15 | 1 | -0/+1 |
| | |||||
* | fix loopback extension in /etc/sysconfig/draklive-resize | Olivier Blin | 2008-11-18 | 1 | -1/+2 |
| | |||||
* | add extension when listing selected loopbacks | Olivier Blin | 2008-11-17 | 1 | -2/+3 |
| | |||||
* | remove duplicate extension | Olivier Blin | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | do not add loop extension twice | Olivier Blin | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | make grub directory | Olivier Blin | 2008-11-17 | 1 | -0/+1 |
| | |||||
* | do not crash where there is no replicator media | Olivier Blin | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | copy replicator config files | Olivier Blin | 2008-11-13 | 1 | -0/+1 |
| | |||||
* | use the old way to write grub, we can't always run it from target image ↵ | Olivier Blin | 2008-11-13 | 1 | -18/+10 |
| | | | | (still keep writing install.sh) | ||||
* | do not copy /dev/loop in system's /dev | Olivier Blin | 2008-11-12 | 1 | -0/+1 |
| | |||||
* | remove deprecated mkdevices call | Olivier Blin | 2008-11-12 | 1 | -1/+0 |
| | |||||
* | add a FIXME about custom grub-install | Olivier Blin | 2008-11-12 | 1 | -0/+1 |
| | |||||
* | factorize remaining grub device map usage | Olivier Blin | 2008-11-12 | 1 | -3/+3 |
| | |||||
* | write a /boot/grub/install.sh script when installing grub, and run grub in ↵ | Olivier Blin | 2008-11-12 | 1 | -8/+27 |
| | | | | chroot (requires to bind-mount the image inside its mount point) | ||||
* | make /dev/tty too | Olivier Blin | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | help cperl colorization | Olivier Blin | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | add more error messages about fdisk | Olivier Blin | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | increase master size | Olivier Blin | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | allocate less space for masters | Olivier Blin | 2008-10-30 | 1 | -1/+1 |
| |