summaryrefslogtreecommitdiff
path: root/util/grub-mkconfig.in
Commit message (Collapse)AuthorAge
...
* * util/grub-mkconfig.in: Ignore emacsen backup.Martin Zuther2011-04-08
|
* * util/grub-mkconfig.in: Fix quoting.Vladimir 'phcoder' Serbinenko2010-11-13
|
* * util/grub-mkconfig.in (grub_script_check): New variable.Vladimir 'phcoder' Serbinenko2010-11-13
| | | | | Use grub_script_check instead of grub-script-check. Reported by: Barry Jackson.
* 2010-11-05 Robert Millan <rmh@gnu.org>Robert Millan2010-11-05
| | | | | | * util/grub-mkconfig.in: Remove gfxterm.mod probe (no longer needed).
* 2010-10-12 Robert Millan <rmh@gnu.org>Robert Millan2010-10-12
| | | | | | | | | * util/grub-mkconfig.in: Merge `GRUB_DISABLE_LINUX_RECOVERY' and `GRUB_DISABLE_NETBSD_RECOVERY' into a single `GRUB_DISABLE_RECOVERY' variable. All references updated. * util/grub.d/10_kfreebsd.in: Support recovery boot entries.
* * util/grub-mkconfig.in: Check the config script for syntax errorsBVK Chaitanya2010-09-19
|\ | | | | | | before saving.
| * merge with mainlineBVK Chaitanya2010-09-19
| |\ | |/ |/|
* | * grub-core/commands/i386/cmostest.c (+parse_args): New function.Vladimir 'phcoder' Serbinenko2010-09-19
| | | | | | | | | | | | | | (grub_cmd_cmosclean): Likewise. (GRUB_MOD_INIT): Register command cmosclean. * util/grub-mkconfig.in: Export GRUB_BUTTON_CMOS_CLEAN. * util/grub.d/00_header.in: Handle GRUB_BUTTON_CMOS_CLEAN.
* | Remove readability checks (too many false negatives).Vladimir 'phcoder' Serbinenko2010-09-13
| | | | | | | | | | | | | | | | | | | | * util/grub-install.in: Remove readability checks. * util/grub-mkconfig.in: Likewise. * util/grub.d/10_hurd.in: Likewise. * util/grub.d/10_kfreebsd.in: Likewise. * util/grub.d/10_linux.in: Likewise. * util/grub-mkconfig_lib.in (is_path_readable_by_grub): Revert to old way.
* | * Makefile.util.def (libgrub.a): Move grub-core/kern/emu/hostfs.cColin Watson2010-09-09
| | | | | | | | | | | | | | and grub-core/disk/host.c to ... (grub-fstest): ... here. Having the host disk implementation present confuses grub-probe and other utility programs. * util/grub-mkconfig.in: Only verify readability of grub.cfg.new when writing to a file, not when writing to stdout.
* | 2010-09-08 Robert Millan <rmh@gnu.org>Robert Millan2010-09-08
| | | | | | | | | | | | | | | | | | | | * util/grub-mkconfig_lib.in (is_path_readable_by_grub): Improve with (optional) parameters to specify device and relative path. * util/grub-install.in: Use is_path_readable_by_grub() to verify readability of a few critical files. * util/grub-mkconfig.in: Use is_path_readable_by_grub() to verify readability of grub.cfg.new.
* | * util/grub-mkconfig.in: Use new variable.Yves Blusseau2010-09-08
| |
* | 2010-09-08 Robert Millan <rmh@gnu.org>Robert Millan2010-09-08
| | | | | | | | | | | | * util/grub-mkconfig.in: Pass `--device ${GRUB_DEVICE}' when initializing `GRUB_FS'.
| * syntax check before overwritingbvk.groups@gmail.com2010-09-07
|/
* * util/grub-mkconfig.in: Use 'set -e' rather than '#! /bin/sh -e',Colin Watson2010-06-29
| | | | | | | | | | | | | to avoid accidents when debugging with 'sh -x'. * util/grub-mkrescue.in: Likewise. * util/grub.d/00_header.in: Likewise. * util/grub.d/10_hurd.in: Likewise. * util/grub.d/10_kfreebsd.in: Likewise. * util/grub.d/10_linux.in: Likewise. * util/grub.d/10_netbsd.in: Likewise. * util/grub.d/10_windows.in: Likewise. * util/grub.d/20_linux_xen.in: Likewise. * util/grub.d/30_os-prober.in: Likewise. * util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
* 2010-06-28 Robert Millan <rmh@gnu.org>Robert Millan2010-06-28
| | | | | | | * util/grub-mkconfig.in: Export `GRUB_BADRAM' variable. * util/grub.d/00_header.in: When `GRUB_BADRAM' is set, issue badram command using ${GRUB_BADRAM} as parameter.
* XEN with Linux grub-mkconfig support.Vladimir 'phcoder' Serbinenko2010-06-28
|\ | | | | | | | | | | | | * conf/common.rmk (grub-mkconfig_SCRIPTS) [linux]: Add 20_linux_xen. * util/grub-mkconfig.in: Export GRUB_CMDLINE_XEN and GRUB_CMDLINE_XEN_DEFAULT. * util/grub.d/20_linux_xen.in: New file.
| * xen configuration preliminary support based on enhanced version of a kludge ↵Vladimir 'phcoder' Serbinenko2010-05-21
| | | | | | | | I use
* | merge mainlineColin Watson2010-06-17
|\ \
| * | * util/grub-mkconfig.in: Ignore non-option arguments, forColin Watson2010-06-16
| | | | | | | | | | | | | | | | | | compatibility with older versions (before 2010-06-12) which did the same. In particular, this makes it easier to ship an update-grub wrapper which is compatible with that used with GRUB Legacy (Debian bug #586056).
| * | * util/grub-mkconfig.in: Remove vestige of old argument parsing thatColin Watson2010-06-14
| | | | | | | | | left this script non-functional.
| * | merge with mainlineBVK Chaitanya2010-06-12
| |\ \
| * | | added getopt like error for missing option parametersBVK Chaitanya2010-04-12
| | | |
| * | | merged with mainlineBVK Chaitanya2010-04-12
| |\ \ \
| * \ \ \ merged in mainlineBVK Chaitanya2010-03-22
| |\ \ \ \
| * | | | | fixed mkconfig and mkrescue scriptsBVK Chaitanya2010-02-07
| | | | | |
* | | | | | * util/grub-mkconfig.in: Stop setting GRUB_VIDEO_BACKEND. Make itColin Watson2010-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available as a user override instead. Replace the gfxterm backend check with a check that ${GRUB_PREFIX}/video.lst is non-empty. * util/grub.d/00_header.in (load_video): New generated function. Call it before loading gfxterm rather than loading ${GRUB_VIDEO_BACKEND}. * util/grub.d/10_linux.in (linux_entry): Call load_video. * util/grub.d/30_os-prober.in (osx_entry): Likewise. * docs/grub.texi (Simple configuration): Document GRUB_VIDEO_BACKEND.
* | | | | | * util/grub-mkconfig.in: Capitalise and export GRUB_PREFIX.Colin Watson2010-06-12
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * util/grub.d/00_header.in: Use GRUB_PREFIX rather than computing it again. * util/grub.d/10_linux.in (linux_entry): Load all video drivers, which may be needed to allow the loader to program modes for the kernel.
* | | | | Make --version uniform and avoid hard-coded program name.Grégoire Sutre2010-06-08
| | | | |
* | | | | Add default/grub supportVladimir 'phcoder' Serbinenko2010-05-23
| | | | |
* | | | | * util/grub-mkconfig.in: Fix handling of -o so that it works whenColin Watson2010-05-21
| |_|_|/ |/| | | | | | | not the first option.
* | | | Add grub-mkconfig support for NetBSD.Grégoire Sutre2010-04-19
| | | |
* | | | TARGET_IMG_LDFLAGS_AC now always expects a number appended to it. FixedGrégoire Sutre2010-04-18
| |_|/ |/| | | | | | | | grub_prefix in grub-mkconfig for NetBSD and OpenBSD.
* | | GRUB_BACKGROUND support.Mario Vazquez2010-04-09
| | | | | | | | | | | | | | | * util/grub-mkconfig.in: Export GRUB_BACKGROUND. * util/grub.d/00_header.in: Parse GRUB_BACKGROUND.
* | | grub-mkconfig multiple terminal support.Vladimir 'phcoder' Serbinenko2010-04-02
| |/ |/| | | | | | | * util/grub-mkconfig.in: Handle multiple terminals correctly. * util/grub.d/00_header.in: Likewise.
* | 2010-02-25 Jordan Uggla <jordan.uggla@gmail.com>Colin Watson2010-02-25
| | | | | | | | | | | | | | | | * util/grub-mkconfig.in (GRUB_SAVEDEFAULT): Export new variable. * util/grub-mkconfig_lib.in (save_default_entry): Only save a new default entry if GRUB_SAVEDEFAULT=true. This allows using GRUB_DEFAULT=saved on its own to let grub-reboot work, without saving a new default on every boot.
* | 2010-02-14 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2010-02-18
| | | | | | | | | | * util/grub-mkconfig.in: Export GRUB_INIT_TUNE. * util/grub.d/00_header.in: Handle GRUB_INIT_TUNE.
* | 2010-02-10 Vladimir Serbinenko <phcoder@gmail.com>Vladimir 'phcoder' Serbinenko2010-02-10
| | | | | | | | | | | | | | Support GRUB_GFXPAYLOAD_LINUX. * util/grub-mkconfig.in: Export GRUB_GFXPAYLOAD_LINUX. * util/grub.d/10_linux.in (linux_entry): Handle GRUB_GFXPAYLOAD_LINUX.
* | grub-mkconfig support for themesVladimir 'phcoder' Serbinenko2010-01-05
|/
* 2009-12-12 Robert Millan <rmh@aybabtu.com>Robert Millan2009-12-12
| | | | | | | | | | | | | | * gendistlist.sh (EXTRA_DISTFILES): Add `genvideolist.sh'. * genmk.rb (video): New variable. (CLEANFILES, VIDEOFILES): Add #{video}. (#{video}): New target rule. * genvideolist.sh: New file. * Makefile.in (pkglib_DATA): Add video.lst. (video.lst): New target rule. * util/grub-mkconfig.in: Initialize ${GRUB_VIDEO_BACKEND} using `video.lst'. * util/grub.d/30_os-prober.in: Replace `vbe' with ${GRUB_VIDEO_BACKEND}.
* 2009-09-10 Felix Zielcke <fzielcke@z-51.de>fzielcke2009-09-10
| | | | | * util/grub-mkconfig.in: Make the created config mode 400 and print a warning if it fails.
* 2009-08-25 Felix Zielcke <fzielcke@z-51.de>fzielcke2009-08-25
| | | | | | | * util/grub.d/00_header.in: Move check for the video backend of gfxterm from here ... * util/grub-mkconfig.in: ... to here. Enable gfxterm if there's a suitable video backend.
* 2009-08-23 Colin Watson <cjwatson@ubuntu.com>fzielcke2009-08-23
| | | | * util/grub-mkconfig.in: Export GRUB_DISABLE_OS_PROBER.
* 2009-08-18 Felix Zielcke <fzielcke@z-51.de>proski2009-08-18
| | | | | * util/grub-mkconfig.in: Don't use gfxterm by default if not explicitly specified by the user.
* 2009-08-13 Colin Watson <cjwatson@ubuntu.com>robertmh2009-08-13
| | | | | | | * util/grub-mkconfig.in: Export GRUB_HIDDEN_TIMEOUT. * util/grub.d/00_header.in: Enter interruptible sleep if GRUB_HIDDEN_TIMEOUT is set.
* 2009-08-08 Felix Zielcke <fzielcke@z-51.de>fzielcke2009-08-08
| | | | | * util/grub-mkconfig.in: Allow the user to specify the used font with GRUB_FONT.
* 2009-08-08 Pavel Roskin <proski@gnu.org>proski2009-08-08
| | | | | | * util/grub-mkconfig.in: Define datarootdir, datadir may depend on it. Add missing space before closing bracket. Fix misleading formatting.
* 2009-08-07 Felix Zielcke <fzielcke@z-51.de>fzielcke2009-08-07
| | | | * util/grub-mkconfig.in: Remove a wrong `fi'.
* 2009-08-07 Felix Zielcke <fzielcke@z-51.de>fzielcke2009-08-07
| | | | | | | * util/grub-mkconfig_lib.in (font_path): Move the functionality of it to ... * util/grub-mkconfig.in: ... here. Prefer unicode.pf2 and unifont.pf2 over ascii.pf2. Export LANG=C in case ascii.pf2 gets used.
* 2009-07-26 Felix Zielcke <fzielcke@z-51.de>fzielcke2009-07-26
| | | | | | * util/grub-mkconfig.in (package_version): New variable. Use it do display the version.