Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust to name change for statically compiled busybox | Christophe Fergeau | 2010-02-03 | 1 | -2/+2 |
| | |||||
* | set block size in call to mksquashfs | Christophe Fergeau | 2010-01-18 | 1 | -0/+1 |
| | | | | | This improves compressed image size by about 10% and was dropped when switching to squashfs4 | ||||
* | readd -fatfirst option when hybridifying an image | Christophe Fergeau | 2010-01-18 | 1 | -1/+1 |
| | | | | isohybrid in cooker has it | ||||
* | no need for squashfs_lzma and squashfs3 now that support has been merged in ↵ | Christophe Fergeau | 2010-01-18 | 1 | -3/+3 |
| | | | | the kernel | ||||
* | boost initrd size for Flash | Christophe Fergeau | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | 0.9 | Christophe Fergeau | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | Revert "use -fatfirst option when hybridifying an image" | Christophe Fergeau | 2010-01-18 | 1 | -1/+1 |
| | | | | | | The isohybrid we ship doesn't have this option yet. This reverts commit 2e0813a099e3ad0eb3cd82f18b2429f0086c0bf3. | ||||
* | more s/lzma/xz changes | Christophe Fergeau | 2010-01-18 | 1 | -2/+2 |
| | |||||
* | more comment | Olivier Blin | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | more log | Olivier Blin | 2010-01-14 | 1 | -1/+27 |
| | |||||
* | 0.9 | Olivier Blin | 2010-01-14 | 1 | -3/+76 |
| | |||||
* | fix adding vga options in normal case | Olivier Blin | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | add image size in images list for cdrom replicator too | Olivier Blin | 2009-12-18 | 1 | -5/+9 |
| | |||||
* | allow to select which settings fields are used to build name (in ↵ | Olivier Blin | 2009-12-18 | 1 | -1/+2 |
| | | | | live->{name_fields}) | ||||
* | write image size in master list file | Olivier Blin | 2009-12-15 | 1 | -1/+4 |
| | |||||
* | fix getting bootsplash theme (fixes gfxboot theme) | Olivier Blin | 2009-12-15 | 1 | -1/+12 |
| | |||||
* | do not add vga mode on kernel command line if forced in append (for ↵ | Olivier Blin | 2009-12-10 | 1 | -2/+3 |
| | | | | drakx-based replicator) | ||||
* | update gfxboot theme before copying gfxboot files | Olivier Blin | 2009-12-07 | 1 | -10/+11 |
| | |||||
* | run switch-themes -u | Olivier Blin | 2009-12-07 | 1 | -0/+2 |
| | |||||
* | add missing live parameter | Olivier Blin | 2009-11-30 | 1 | -3/+3 |
| | |||||
* | clean resolv.conf later | Olivier Blin | 2009-11-30 | 1 | -1/+2 |
| | |||||
* | extract clean_system_conf_file | Olivier Blin | 2009-11-30 | 1 | -1/+6 |
| | |||||
* | fix setting splash for classical bootloader (by passing vga mode to ↵ | Olivier Blin | 2009-11-25 | 1 | -1/+1 |
| | | | | bootloader::add_kernel) | ||||
* | allow drakx-based replicator | Olivier Blin | 2009-11-24 | 1 | -1/+5 |
| | | | | | (by setting live->{settings}{replicator_type} to "drakx") | ||||
* | move code to proper block | Olivier Blin | 2009-11-18 | 1 | -2/+2 |
| | |||||
* | update comment | Olivier Blin | 2009-11-18 | 1 | -1/+1 |
| | |||||
* | always copy gfxmenu in build boot dir (needed for replicator) | Olivier Blin | 2009-11-18 | 1 | -1/+2 |
| | |||||
* | write bootloader config for replicator media | Olivier Blin | 2009-11-18 | 1 | -2/+5 |
| | |||||
* | simplify by using install_grub_to_image for real devices too (running | Olivier Blin | 2009-11-12 | 1 | -23/+1 |
| | | | | | chroot's grub from build host was segfaulting, some glibc mismatch?) | ||||
* | do not create bootloader files if bootloader install is to be skipped | Olivier Blin | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | create media specific gfxmenu if needed only | Olivier Blin | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | fix writing media specific boot for disk masters | Olivier Blin | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | default to grub bootloader for harddisk storage | Olivier Blin | 2009-11-09 | 1 | -0/+1 |
| | |||||
* | 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 |
| |