- Feb 25, 2015
-
-
Philip Müller authored
-
Gormogon authored
-
- Feb 23, 2015
-
-
Philip Müller authored
- Note (Kevin Kofler): Grub will fall back to a LILO-style installation, using blocklists to reference the blocks inside a larger partition, with the same caveats LILO had (need to reinstall whenever you do anything to the partition that will move those blocks around). - Setting flags (EF00, EF02) or creating grub boot partition should be handled within 'partition' module.
-
- Feb 22, 2015
-
-
Philip Müller authored
- move fail-check out of loop - add more debug lines
-
Philip Müller authored
- add more debug informations - simplify gpt detection code
-
Philip Müller authored
- add 'bios_grub' flag when gpt table got detected - grub: add --recheck at installation
-
- Feb 20, 2015
-
-
Philip Müller authored
-
Gormogon authored
-
- Feb 19, 2015
-
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
- Feb 20, 2015
-
-
Philip Müller authored
-
- Feb 19, 2015
-
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
- remove unneeded double code - add kernel lines to config
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
Philip Müller authored
-
- Feb 18, 2015
- Feb 17, 2015
-
-
Philip Müller authored
- use --target=i386-pc flag for grub installs - use str.format()
-
- Feb 14, 2015
-
-
demmm authored
-
Kevin Kofler authored
Copy the setting into the global storage. Make the EraseDiskPage in the partition module and the grub and bootloader modules read it from there. Do not hardcode /boot as the path anymore. I set the default path to /boot/efi because I think that's the most common setting. At least Fedora and Debian use that path. But we can change the default setting if you think I'm wrong, as long as it remains configurable. There is no separate setting for efi_directory_firmware anymore. The EFI firmwares expect that directory to always be in the "EFI" path in the EFI System Partition. Distributions using /boot/efi actually have that directory under /boot/efi/EFI.
-
- Dec 31, 2014
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Nov 19, 2014
-
-
Kevin Kofler authored
Allow setting bootloaderEntryName in bootloader.conf. If not specified there, the setting will be taken from branding.desc.
-
Kevin Kofler authored
Use it in the bootloader and grubcfg modules instead of shortProductName.
-
Kevin Kofler authored
This avoids the duplication between the bootloader and grub modules.
-
- Nov 16, 2014
-
-
Kevin Kofler authored
This is particularly useful if the full product name contains "GNU/Linux" or "Linux", because e.g. "Generic GNU/Linux GNU/Linux" does not make sense.
-
Kevin Kofler authored
Change any '/' slashes to '-' dashes. Also change spaces to underscores while we are at it.
-
Kevin Kofler authored
Remove the redundant "distribution" setting from bootloader.conf.
-
- Nov 13, 2014
-
-
demmm authored
locale hardcoded to en_US until local globalstorage is available run pep8 on bootloader main.py, plain switch from subprocess to chroot_call fails for gummiboot call
-
- Nov 12, 2014
-
-
Kevin Kofler authored
Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names. Fixes #123.
-
- Nov 11, 2014
-
-
demmm authored
add hibernate option to .conf create a fallback entry in gummiboot menu re-add firmware to globalstorage, simplifies this module, will be needed to add more OS to gummi
-