Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | explain | Thierry Vignaud | 2016-06-06 | 1 | -3/+3 | |
| | ||||||
* | grub2: set GRUB_DEFAULT + GRUB_SAVEDEFAULT | Thierry Vignaud | 2016-06-06 | 1 | -0/+2 | |
| | | | | | else grub2-set-default won't work (mga#9627, mga#16059) but do not overwrite it if user has changed its value | |||||
* | only overwrite GRUB_CMDLINE_LINUX_DEFAULT on first install (mga#18112) | Thierry Vignaud | 2016-06-06 | 1 | -1/+5 | |
| | ||||||
* | introduce get_grub2_install_sh() | Thierry Vignaud | 2016-06-06 | 1 | -2/+6 | |
| | | | | (needed for next commit) | |||||
* | document | Thierry Vignaud | 2016-06-05 | 1 | -0/+31 | |
| | ||||||
* | kill last remaining mips bits | Thierry Vignaud | 2016-05-03 | 1 | -13/+0 | |
| | ||||||
* | drop support for MIPS | Thierry Vignaud | 2016-04-24 | 1 | -20/+2 | |
| | ||||||
* | do not run keytab-lilo.pl for grub* | Thierry Vignaud | 2016-02-10 | 1 | -1/+1 | |
| | | | | thus fixing a warning: "program not found: keytab-lilo.pl" | |||||
* | add support for grub2-text too (mga#9431) | Thierry Vignaud | 2016-02-10 | 1 | -4/+6 | |
| | ||||||
* | prepare for next commit | Thierry Vignaud | 2016-02-10 | 1 | -2/+6 | |
| | ||||||
* | use a variable (needed for next commit) | Thierry Vignaud | 2016-02-10 | 1 | -1/+2 | |
| | ||||||
* | log found kernels (mga#16128) | Thierry Vignaud | 2016-01-02 | 1 | -0/+1 | |
| | ||||||
* | do not wrongly detect grub2 on UEFI | Thierry Vignaud | 2015-05-20 | 1 | -0/+1 | |
| | | | | | | when there's actually no bootloader installed rationale: grub2 is detected if both grub.cfg & install.sh exist | |||||
* | backup grub2 files before configuring | Thierry Vignaud | 2015-05-09 | 1 | -0/+8 | |
| | ||||||
* | enhanced comment | Thierry Vignaud | 2015-05-09 | 1 | -1/+1 | |
| | ||||||
* | (get_grub2_first_entry) split it out | Thierry Vignaud | 2015-05-09 | 1 | -1/+8 | |
| | ||||||
* | (get_grub2_append) split it | Thierry Vignaud | 2015-05-09 | 1 | -5/+9 | |
| | | | | | | out of write_grub2() needed for next commit | |||||
* | always log update-grub2 output (mga158557) | Thierry Vignaud | 2015-05-06 | 1 | -0/+1 | |
| | ||||||
* | perl_checker cleanup | Thierry Vignaud | 2015-05-06 | 1 | -4/+2 | |
| | ||||||
* | - bootloader: | Thomas Backlund | 2015-04-20 | 1 | -4/+3 | |
| | | | | o dont override 'splash' and/or 'quiet' when adding 'noiswmd' (mga#15666) | |||||
* | fix kernel booting in blind mode (mga#15291) | Thierry Vignaud | 2015-04-14 | 1 | -0/+1 | |
| | | | | adjust gfxpayload on UEFI | |||||
* | do not pass useless parameters (mga#15692) | Thierry Vignaud | 2015-04-14 | 1 | -4/+3 | |
| | | | | ... to grub2 under UEFI | |||||
* | do generate 'failsafe' entry for grub2 (mga#15675) | Thierry Vignaud | 2015-04-13 | 1 | -0/+1 | |
| | ||||||
* | simplify: use update-grub2 | Thierry Vignaud | 2015-04-09 | 1 | -2/+1 | |
| | ||||||
* | generate core.img for UEFI | Thierry Vignaud | 2015-04-09 | 1 | -1/+6 | |
| | ||||||
* | grub2: read boot device from install.sh | Thierry Vignaud | 2015-04-09 | 1 | -0/+12 | |
| | | | | instead of from deprecated drakboot.conf | |||||
* | write /boot/grub2/install.sh like for grub | Thierry Vignaud | 2015-04-09 | 1 | -5/+14 | |
| | | | | thus deprecating /boot/grub2/drakboot.conf | |||||
* | grub2: check there's still some place on /boot | Thierry Vignaud | 2015-04-09 | 1 | -0/+1 | |
| | ||||||
* | fix detecting grub2 on ESP | Thierry Vignaud | 2015-04-08 | 1 | -0/+7 | |
| | | | | | | | | | We only support detecting grub2 on ESP for now. This might help mga#13901 fix: $ detectloader Cannot find a boot loader installed | |||||
* | split read_() out of read() | Thierry Vignaud | 2015-04-08 | 1 | -2/+7 | |
| | | | | needed for next commit | |||||
* | fix cmd name in error message | Thierry Vignaud | 2015-04-08 | 1 | -1/+1 | |
| | ||||||
* | extract vga info into {vga} | Thierry Vignaud | 2015-04-07 | 1 | -0/+5 | |
| | | | | not that important but for consistency... | |||||
* | keep vga= arg when switching to grub2 (mga#9888) | Thierry Vignaud | 2015-04-07 | 1 | -0/+3 | |
| | ||||||
* | fix installing grub2 on MBR (mga#15640) | Thierry Vignaud | 2015-04-07 | 1 | -1/+1 | |
| | | | | | regression introduced in: commit b0039ed72e22303c213539ed68315fd90c3c73f1 | |||||
* | simplify after latest commit | Thierry Vignaud | 2015-04-06 | 1 | -1/+1 | |
| | ||||||
* | allow btrfs for / without separate /boot with grub2 (mga#15374) | Thomas Backlund | 2015-04-06 | 1 | -1/+1 | |
| | ||||||
* | - bootloader: | Thomas Backlund | 2015-04-06 | 1 | -0/+1 | |
| | | | | | o add 'noiswmd' to kernel command line to manage isw_ bios fakeraids with dmraid for now (instead of mdadm) | |||||
* | grub2-install output too (mga#15439) | Thierry Vignaud | 2015-04-03 | 1 | -1/+4 | |
| | ||||||
* | factorize command call | Thierry Vignaud | 2015-04-03 | 1 | -5/+2 | |
| | | | | (needed for next commit) | |||||
* | split install_raw_grub2() out of install_grub2() | Thierry Vignaud | 2015-04-03 | 1 | -1/+6 | |
| | | | | thus fixing grub2 rescue (mga#13408, mga#13901) | |||||
* | reuse is_uefi() | Thierry Vignaud | 2015-03-25 | 1 | -1/+1 | |
| | ||||||
* | log mkinitrd faillures (mga#9201) | Thierry Vignaud | 2015-03-17 | 1 | -2/+5 | |
| | ||||||
* | perl_checker cleanup | Thierry Vignaud | 2015-02-21 | 1 | -1/+1 | |
| | ||||||
* | only grub2 supports UEFI for now | Thierry Vignaud | 2015-01-10 | 1 | -2/+2 | |
| | ||||||
* | Revert "bootloader: enable isInstall during live mode so we install to ↵ | Thomas Backlund | 2015-01-09 | 1 | -2/+0 | |
| | | | | | | | | chroot and not on live image" This reverts commit f8fd031d3e70a7f4c25f0be93e472cecc0dee00e. didn't work as intended. | |||||
* | Revert "only grub2 supports uefi for now" | Thomas Backlund | 2015-01-09 | 1 | -3/+1 | |
| | | | | | | This reverts commit 10f49c1ed61eb3d688f30c34cc5a321904f2971b. It does not work, needs more work. | |||||
* | bootloader: enable isInstall during live mode so we install to chroot and ↵ | Thomas Backlund | 2015-01-09 | 1 | -0/+2 | |
| | | | | not on live image | |||||
* | only grub2 supports uefi for now | Thomas Backlund | 2015-01-08 | 1 | -1/+3 | |
| | ||||||
* | Only allow GRUB2 when booting on btrfs | Pascal Terjan | 2014-10-20 | 1 | -2/+2 | |
| | ||||||
* | Allow /boot on btrfs | Pascal Terjan | 2014-10-20 | 1 | -2/+2 | |
| |