aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Style fix: Use curly bracesThomas Deutschmann2020-01-111-2/+2
* gen_bootloader.sh: Recognize set kernel/initramfs name for grub legacyThomas Deutschmann2019-10-131-4/+4
* gen_bootloader.sh: set_bootloader_grub_duplicate_default(): Fix code styleThomas Deutschmann2019-10-131-1/+2
* Make initramfs and kernel filename customizableThomas Deutschmann2019-07-291-6/+6
* genkernel: Reformat initramfs parameter outputThomas Deutschmann2019-07-141-0/+2
* gen_bootloader.sh: Reformat set_bootloader_grub2()Thomas Deutschmann2019-07-141-8/+11
* Normalize "..." outputThomas Deutschmann2019-07-141-8/+8
* Replace backticksThomas Deutschmann2019-07-141-1/+6
* set_bootloader_grub(): Move creation of grub.map into set_bootloader_grub() f...Thomas Deutschmann2019-07-141-8/+3
* Update bootloader handlingThomas Deutschmann2019-03-231-1/+6
* Convert all remaining options to yes/no values and use isTrue for consistencyThomas Deutschmann2019-03-231-3/+3
* bootloader: be clear when a new grub1 config is made.Robin H. Johnson2017-01-021-0/+1
* gen_bootloader: grub2-mkconfig is sometimes now grub-mkconfig, per bug #591200.Robin H. Johnson2016-08-131-2/+4
* clean up extended echo usageMike Frysinger2016-06-221-2/+2
* Prefer /boot/grub/grub.cfgRichard Yao2015-08-251-1/+1
* Detect grub2-mkconfig failureRichard Yao2014-02-261-1/+1
* Suppress grub2-mkconfig outputRichard Yao2013-06-091-1/+1
* Missing then keyword.Robin H. Johnson2012-10-191-0/+1
* Update the documentation to reflect current statusPeter Hjalmarsson2012-10-151-5/+2
* Make --bootloader=grub2 set debug instead of single in grub.cfgRichard Yao2012-04-241-0/+1
* Fix indentation in set_bootloader_grub2()Richard Yao2012-04-241-5/+5
* /etc/defaults/grub -> /etc/default/grubSebastian Pipping2012-04-091-1/+1
* grub-mkconfig -> grub2-mkconfigSebastian Pipping2012-04-091-2/+2
* Reduce code duplication in set_bootloader_grubSebastian Pipping2012-04-081-9/+13
* Support for Grub 2Mike Auty2012-04-081-0/+21
* trivial: cleanup code, drop whitespaces and some more cruftFabio Erculiani2011-09-131-2/+2
* Review and fix some -eq and -ne conditionalsSebastian Pipping2011-01-071-1/+1
* Adding Id header.Chris Gianelloni2009-07-251-0/+2
* Modify grep regex to account for additional suffixes on old kernel namesAndrew Gaffney2008-12-261-2/+2
* Actually setting permissions. It helps if one remembers to 'git add' before ...Chris Gianelloni2008-12-161-0/+0
* Add check for existing grub.conf entry for kernelAndrew Gaffney2008-12-151-0/+15
* Default to '0' if 'default' line not found at all in existing grub.confAndrew Gaffney2008-12-151-0/+4
* Adding code that duplicates default grub.conf entry to replace old awk script...Andrew Gaffney2008-12-141-0/+48
* Initial commit for re-adding support for --bootloader=grubAndrew Gaffney2008-12-141-0/+84
* Remove unneeded files for broken grub codeagaffney2008-08-211-94/+0
* Remove a few more 2.4 kernel support remnantsagaffney2008-07-281-4/+1
* Removed a large chunk of 2.4 kernel support. This will still require some fa...Chris Gianelloni2008-07-281-2/+1
* Removed all references to an initrd and renamed most initr{d,amfs} stuff to s...Chris Gianelloni2008-07-281-1/+1
* Removed the use of GK_BIN variable, since it isn't necessary.Chris Gianelloni2007-09-171-1/+1
* Removing bootsplash support since it hasn't been in a kernel we've supported ...Chris Gianelloni2007-09-171-3/+1
* Performed some general cleanup on a few files and removed devfs/udev selectio...Chris Gianelloni2007-09-171-24/+24
* Changed basename to dirname when creating the directory from grub.conf to sol...Chris Gianelloni2007-01-151-1/+1
* Added a case statement for the keymap selection to ensure we're always using ...Chris Gianelloni2006-12-271-1/+1
* Commit patches #91453, #91481 from bug #139866.Tim Yamin2006-07-181-5/+5
* Commit patch for bug #139866 by Martin Parm.Tim Yamin2006-07-111-5/+5
* Fix #115263, #117392, add a fix to sanify LOCALVERSION if unresolved variable...Tim Yamin2006-01-031-1/+1
* Create additional cleanup options. --postclear for final cleanup and 2 new g...Eric Edgar2005-07-181-4/+4
* Fix #98944, add GRUB :root_device support and add a more versatile grub.conf ...Tim Yamin2005-07-141-22/+33
* Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX: upgraded busybox ...Tim Yamin2005-07-131-22/+16
* Fix #93178, #98436, #98501Tim Yamin2005-07-101-23/+29