summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* fix installing grub2 from live session (blino)Thomas Backlund2012-12-171-2/+6
* fix checking grub2 installation (mga#8390)Thierry Vignaud2012-12-151-1/+2
* (read_grub2) help perl_checkerThierry Vignaud2012-12-141-1/+1
* (read_grub2) "enhance" fake gru2 conf reading (mga#8366)Thierry Vignaud2012-12-141-0/+1
* (ensure_pkg_is_installed) install grub2 if neededThierry Vignaud2012-12-131-1/+1
* (add_kernel) revert rosa crap that breaks generating initrd (mga#8357)Thierry Vignaud2012-12-111-8/+4
* (method_choices_raw) put grub-legacy before grub2Thierry Vignaud2012-12-091-2/+2
* perl_checker cleanupThierry Vignaud2012-12-091-1/+1
* typo fixThierry Vignaud2012-12-091-1/+1
* (read_grub2) add fake gru2 conf readingThierry Vignaud2012-12-071-0/+3
* offer 'grub2' choiceThierry Vignaud2012-12-071-0/+3
* (install_grub2) add basic support for installing grub2Thierry Vignaud2012-12-071-0/+6
* add grub2 supportThierry Vignaud2012-12-071-9/+52
* extract hash into a variable (needed for next commit)Thierry Vignaud2012-12-071-6/+7
* (parse_grub2_config) introduce it in order to parse grub2 configThierry Vignaud2012-12-071-0/+37
* (read_grub_menu_lst) kill a very old perl_checker warningThierry Vignaud2012-12-071-1/+1
* (add_kernel) remove unneeded parenthesesThierry Vignaud2012-10-111-1/+1
* (update_splash) Only expand initrd symlinks for kernels with vga=nnn argumentsColin Guthrie2012-09-011-1/+1
* (mkinitrd) More logging on why initrd generation is skippedColin Guthrie2012-09-011-4/+13
* (mkinitrd) Fix prefix checking in foreign partition check (mga#6966)Colin Guthrie2012-09-011-1/+1
* (mkinitrd) do not crash if a foreign partition is not mounted (mga#6966)Thierry Vignaud2012-08-071-1/+3
* (mkinitrd) do not crash if trying to build initrd from unknownThierry Vignaud2012-08-071-1/+2
* (mkinitrd) style change (needed for next commits)Thierry Vignaud2012-08-071-1/+2
* (install,check_mntpoint) forbid having /boot as btrfs (mga#5627)Thierry Vignaud2012-04-281-1/+1
* fix splash quiet optionAnne Nicolas2012-04-101-1/+1
* add boot splash to initrd only once (pterjan)Thierry Vignaud2012-04-051-1/+9
* perl_checker cleanupThierry Vignaud2012-03-191-1/+1
* (read_pmon2000,read_uboot,read_cromwell) add a FIXME note since thoseThierry Vignaud2012-03-191-0/+4
* (read_pmon2000,read_uboot,read_cromwell) simplifyThierry Vignaud2012-03-191-9/+3
* - use "splash" on the kernel command line vs. "splash=silent" as per upstreamColin Guthrie2012-03-191-1/+2
* (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ...Thierry Vignaud2012-03-121-1/+1
* kill dead comments & code (support for kernel-2.[24].x, devfs is dead since 2...Thierry Vignaud2011-12-191-12/+2
* do not hardcode systemd default through kernel command line, it should be eas...Olivier Blin2011-12-141-6/+0
* (add_kernel) default to systemd (through "init=/bin/systemd")Thierry Vignaud2011-09-191-0/+6
* (write_grub) cleanup: do not opencode path againThierry Vignaud2011-09-081-1/+1
* This fixes the detection of kernel vesion for usage in bootloader entries.Thierry Vignaud2011-08-011-1/+1
* move bootloader::cmp_kernel_versions() from bootloader to any for drakx-net (...Thierry Vignaud2011-07-271-14/+2
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-2/+2
* - import stage1/drakxtools arm supportArnaud Patard2011-03-181-4/+23
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-5/+39
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-5/+5
* [drakboot] add per-boot-entry lock with password checkboxChristophe Fergeau2010-04-121-0/+1
* Use same protection defaults for lilo and grubChristophe Fergeau2010-04-121-4/+12
* fix generation of grub md5 password on 64 bit installsChristophe Fergeau2010-02-101-1/+3
* rework detection of already crypted grub passwordsChristophe Fergeau2010-02-101-10/+9
* fix grub-md5-crypt call when running from a chrootChristophe Fergeau2010-02-101-1/+1
* drakboot: fix crypted password detectionPascal Terjan2010-02-101-1/+1
* (write_grub) ensure /boot/grub/menu.lst permissions are 0600 since itThierry Vignaud2010-02-041-1/+1
* (setupBootloader__general, read_grub_menu_lst, write_grub) default toThierry Vignaud2010-02-041-8/+3
* fix disabled diagnostics pragmaThierry Vignaud2010-02-041-1/+1