| Commit message (Expand) | Author | Age | Files | Lines |
* | (install,check_mntpoint) forbid having /boot as btrfs (mga#5627) | Thierry Vignaud | 2012-04-28 | 1 | -1/+1 |
* | fix splash quiet option | Anne Nicolas | 2012-04-10 | 1 | -1/+1 |
* | add boot splash to initrd only once (pterjan) | Thierry Vignaud | 2012-04-05 | 1 | -1/+9 |
* | perl_checker cleanup | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
* | (read_pmon2000,read_uboot,read_cromwell) add a FIXME note since those | Thierry Vignaud | 2012-03-19 | 1 | -0/+4 |
* | (read_pmon2000,read_uboot,read_cromwell) simplify | Thierry Vignaud | 2012-03-19 | 1 | -9/+3 |
* | - use "splash" on the kernel command line vs. "splash=silent" as per upstream | Colin Guthrie | 2012-03-19 | 1 | -1/+2 |
* | (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ... | Thierry Vignaud | 2012-03-12 | 1 | -1/+1 |
* | kill dead comments & code (support for kernel-2.[24].x, devfs is dead since 2... | Thierry Vignaud | 2011-12-19 | 1 | -12/+2 |
* | do not hardcode systemd default through kernel command line, it should be eas... | Olivier Blin | 2011-12-14 | 1 | -6/+0 |
* | (add_kernel) default to systemd (through "init=/bin/systemd") | Thierry Vignaud | 2011-09-19 | 1 | -0/+6 |
* | (write_grub) cleanup: do not opencode path again | Thierry Vignaud | 2011-09-08 | 1 | -1/+1 |
* | This fixes the detection of kernel vesion for usage in bootloader entries. | Thierry Vignaud | 2011-08-01 | 1 | -1/+1 |
* | move bootloader::cmp_kernel_versions() from bootloader to any for drakx-net (... | Thierry Vignaud | 2011-07-27 | 1 | -14/+2 |
* | - use 'cannot' instead of 'can not' | Ahmad Samir | 2011-04-02 | 1 | -2/+2 |
* | - import stage1/drakxtools arm support | Arnaud Patard | 2011-03-18 | 1 | -4/+23 |
* | - import stage1/drakxtools mips support | Arnaud Patard | 2011-03-18 | 1 | -5/+39 |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-02-06 | 1 | -5/+5 |
* | [drakboot] add per-boot-entry lock with password checkbox | Christophe Fergeau | 2010-04-12 | 1 | -0/+1 |
* | Use same protection defaults for lilo and grub | Christophe Fergeau | 2010-04-12 | 1 | -4/+12 |
* | fix generation of grub md5 password on 64 bit installs | Christophe Fergeau | 2010-02-10 | 1 | -1/+3 |
* | rework detection of already crypted grub passwords | Christophe Fergeau | 2010-02-10 | 1 | -10/+9 |
* | fix grub-md5-crypt call when running from a chroot | Christophe Fergeau | 2010-02-10 | 1 | -1/+1 |
* | drakboot: fix crypted password detection | Pascal Terjan | 2010-02-10 | 1 | -1/+1 |
* | (write_grub) ensure /boot/grub/menu.lst permissions are 0600 since it | Thierry Vignaud | 2010-02-04 | 1 | -1/+1 |
* | (setupBootloader__general, read_grub_menu_lst, write_grub) default to | Thierry Vignaud | 2010-02-04 | 1 | -8/+3 |
* | fix disabled diagnostics pragma | Thierry Vignaud | 2010-02-04 | 1 | -1/+1 |
* | (read_grub_menu_lst,write_grub) fix support for crypted grub passwords | Thierry Vignaud | 2010-02-04 | 1 | -4/+10 |
* | (setupBootloader__general, crypt_grub_password, is_already_crypted, | Thierry Vignaud | 2010-02-03 | 1 | -1/+36 |
* | (read_grub_menu_lst) perl_checker cleanup | Thierry Vignaud | 2010-02-03 | 1 | -1/+1 |
* | (write_grub::format) factorize code | Thierry Vignaud | 2010-02-03 | 1 | -2/+4 |
* | (write_grub) allow timeout to be '0' | Thierry Vignaud | 2010-02-03 | 1 | -1/+2 |
* | (setupBootloader__general) make restrict's 'validate' callback more readable | Thierry Vignaud | 2010-02-03 | 1 | -1/+1 |
* | remove mnb from bootloader entry name like we do for mdv | Pascal Terjan | 2010-01-26 | 1 | -1/+1 |
* | fix bootloader entry name for rc kernels | Pascal Terjan | 2010-01-26 | 1 | -1/+1 |
* | do not pass deprecated --ifneeded option anymore to mkinitrd | Olivier Blin | 2009-11-30 | 1 | -1/+1 |
* | do not add removable drives as "Windows" entry in bootloader | Olivier Blin | 2009-11-25 | 1 | -0/+1 |
* | do not try to add failsafe entry if not kernel is added | Olivier Blin | 2009-10-30 | 1 | -1/+2 |
* | add vga= option for kernels that are not the preferred one as well | Olivier Blin | 2009-10-30 | 1 | -1/+1 |
* | remove previous linux-nonfb entries (like done for failsafe), not to add them... | Olivier Blin | 2009-10-30 | 1 | -3/+3 |
* | do not add again kernels that are already in bootloader config file | Olivier Blin | 2009-10-30 | 1 | -0/+3 |
* | make sure we use long name when adding second kernel with same extension than... | Olivier Blin | 2009-10-30 | 1 | -2/+3 |
* | do not link /boot/vmlinuz to xen while allowing a unversioned /boot/vmlinuz-xen | Pascal Terjan | 2009-10-14 | 1 | -0/+3 |
* | use initrd-2.6.30.2-xen-5mdv.img instead of initrd-xen-2.6.30.2-xen-5mdv.img | Pascal Terjan | 2009-10-13 | 1 | -2/+2 |
* | Use Hal list of recovery partitions (#51532) | Pascal Terjan | 2009-06-09 | 1 | -3/+3 |
* | (read_grub_menu_lst) fix crash introduced in latest commit... | Thierry Vignaud | 2009-04-16 | 1 | -1/+1 |
* | windows boot partition is the active one (#49483) | Pascal Terjan | 2009-04-15 | 1 | -7/+1 |
* | keep grub entries which refer to unknown devices verbatim instead of crashing... | Pascal Terjan | 2009-04-15 | 1 | -4/+11 |
* | bootloader: add large-memory option to lilo | Pascal Terjan | 2009-04-08 | 1 | -1/+2 |
* | (install) enable having /boot as ext4 | Thierry Vignaud | 2009-02-16 | 1 | -1/+1 |