Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use 'cannot' instead of 'can not' | Ahmad Samir | 2011-04-02 | 1 | -2/+2 |
| | | | | | - use 'LDAP' instead of 'Ldap' | ||||
* | - 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------ | ||||
* | [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 |
| | | | | | Use RESTRICTED security by default for lilo when a password is set instead of MANDATORY to behave the same way as grub. | ||||
* | fix generation of grub md5 password on 64 bit installs | Christophe Fergeau | 2010-02-10 | 1 | -1/+3 |
| | | | | | | | we can't directly run grub-md5-crypt in 64 bit installs since it will run grub which is a 32 bit binary, and the install root fs doesn't have 32 bit user-land support. chroot into the target system if ::prefix is set to have proper 32 bit support if needed. | ||||
* | 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 |
| | | | | This should fix encrypted grub passwords in installer (bug #57461) | ||||
* | 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 |
| | | | | can contains a password | ||||
* | (setupBootloader__general, read_grub_menu_lst, write_grub) default to | Thierry Vignaud | 2010-02-04 | 1 | -8/+3 |
| | | | | always crypt grub passwords | ||||
* | 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 |
| | | | | due to fscking combinediff that forgot one file | ||||
* | (setupBootloader__general, crypt_grub_password, is_already_crypted, | Thierry Vignaud | 2010-02-03 | 1 | -1/+36 |
| | | | | read_grub_menu_lst, write_grub) add support for crypted grub passwords | ||||
* | (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 ↵ | Olivier Blin | 2009-10-30 | 1 | -3/+3 |
| | | | | them twice or more | ||||
* | 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 ↵ | Olivier Blin | 2009-10-30 | 1 | -2/+3 |
| | | | | than preferred one | ||||
* | 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 ↵ | Pascal Terjan | 2009-04-15 | 1 | -4/+11 |
| | | | | crashing (#48728) | ||||
* | 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 |
| | |||||
* | fix a crash when boot device is not removable | Pascal Terjan | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | Use fs::get::part2hd instead of reinventing it | Pascal Terjan | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | When installing to a removable device, put boot sector there, else put it ↵ | Pascal Terjan | 2009-02-09 | 1 | -2/+10 |
| | | | | into first non removable drive (#47106) | ||||
* | - add comments | Pascal Rigaux | 2009-01-15 | 1 | -3/+11 |
| | | | | | - fix #45515 | ||||
* | add comments | Pascal Rigaux | 2009-01-15 | 1 | -2/+10 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-14 | 1 | -0/+2 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-14 | 1 | -0/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2009-01-14 | 1 | -2/+2 |
| | |||||
* | (install) prevent using ext4 for /boot since grub doesn't know yet about ↵ | Thierry Vignaud | 2009-01-11 | 1 | -1/+1 |
| | | | | ext4's extents | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-12-16 | 1 | -6/+8 |
| | | | | | | o do not modify /boot/vmlinuz symlinks before doing mkinitrd in case mkinitrd fails (#44862) | ||||
* | - really fix setting lilo when needed (#39878) | Pascal Rigaux | 2008-10-10 | 1 | -1/+2 |
| | |||||
* | - bootloader-config, drakboot | Pascal Rigaux | 2008-09-30 | 1 | -1/+1 |
| | | | | | | | o fix dropping "chainloader" and "configfile" entries (#44045) (at last!) | ||||
* | - bootloader-config: | Pascal Rigaux | 2008-09-22 | 1 | -1/+1 |
| | | | | | o fix handling fd0 (regression introduced in 11.44) (#44049) | ||||
* | - bootloader-config, drakboot: | Pascal Rigaux | 2008-09-19 | 1 | -0/+3 |
| | | | | | | | | | | | o handle /boot/grub/install.sh with no "root (hd...)" line (this is the case for grub's installed prior to 2005-06-16) (#43786, #43431) nb: "bootloader-config --action migrate-to-uuids" should be done prior to booting with a different layout, and so /boot/grub/install.sh is regenerated and will include "root (hd...)" line |