1
0
Fork 0
mirror of https://git.savannah.gnu.org/git/grub.git synced 2025-12-05 22:28:36 +00:00
No description
Find a file
Glenn Washburn 29f3131a36 INSTALL: Fix a grammatical error
Also, add more documentation mentioning that the tests require
a "specially crafted environment" to run. Just running as root
is not enough.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2025-11-21 20:35:13 +01:00
asm-tests asm-tests/i386-pc: Check that movl is 5 bytes. 2016-09-28 20:31:04 +03:00
conf build: Add tpm2key.asn file for reference to dist archive 2025-10-28 12:19:34 +01:00
docs docs: Reorganize test section and add section on writing tests 2025-11-20 16:50:25 +01:00
grub-core normal/cmdline: Add grub_calloc() failure check and fix hist_lines state loss 2025-11-21 20:15:38 +01:00
include commands/memtools: Add lsmemregions command 2025-10-24 19:39:51 +02:00
po po: Update translations to build with gettext 0.26 2025-09-04 14:37:21 +02:00
tests Revert "tests: Remove -w param from mkfs.hfsplus command" 2025-11-20 17:41:05 +01:00
themes/starfield Starfield theme. 2012-02-23 17:21:38 +01:00
unicode * unicode: Import Unicode 6.0 data. 2011-12-25 16:17:25 +01:00
util util/grub-mkrescue: Fix spelling mistakes 2025-11-20 16:41:05 +01:00
.gitattributes gitattributes: Mark po/exclude.pot as binary so git won't try to diff nonprintables 2019-09-23 13:17:15 +02:00
.gitignore gitignore: Remove po/*.po and po/LINGUAS 2025-11-18 14:34:43 +01:00
.travis.yml travis: Run bootstrap to fix build 2020-09-18 22:31:30 +02:00
acinclude.m4 configure: Check linker for --image-base support 2025-11-20 17:03:27 +01:00
AUTHORS 2005-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2005-09-03 16:54:27 +00:00
autogen.sh libgcrypt: Implement _gcry_get_hw_features() 2025-10-23 19:15:00 +02:00
bootstrap bootstrap: Ensure shallow gnulib clone works on newer git 2025-09-04 14:37:21 +02:00
bootstrap.conf bootstrap: Condense and simplify LINGUAS generation 2025-11-21 20:31:55 +01:00
BUGS BUGS: Update to point to bug tracking system 2025-09-04 14:37:21 +02:00
config.h.in efi: Generate stack protector canary at build time if urandom is available 2023-12-20 14:31:50 +01:00
configure.ac configure: Check linker for --image-base support 2025-11-20 17:03:27 +01:00
COPYING 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
coreboot.cfg * coreboot.cfg: Add missing file. 2013-11-20 00:52:23 +01:00
geninit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gentpl.py gentpl: Put boot/mips/startup_raw.S into beginning of the image 2024-09-05 17:25:27 +02:00
INSTALL INSTALL: Fix a grammatical error 2025-11-21 20:35:13 +01:00
linguas.sh linguas: Ensure that linguas.sh runs from the directory that it resides 2025-11-18 14:34:43 +01:00
MAINTAINERS SECURITY: Add SECURITY file 2021-06-08 14:24:34 +02:00
Makefile.am Makefile: Make grub_fstest.pp depend on config-util.h 2022-08-10 14:24:46 +02:00
Makefile.util.def tests: Split ZFS ZSTD test into new file 2025-11-18 12:49:32 +01:00
NEWS Release 2.12 2023-12-20 16:54:46 +01:00
README SECURITY: Add SECURITY file 2021-06-08 14:24:34 +02:00
SECURITY SECURITY: Add SECURITY file 2021-06-08 14:24:34 +02:00
THANKS 2009-12-11 Robert Millan <rmh.grub@aybabtu.com> 2009-12-11 22:44:47 +00:00
TODO TODO: Remove obsolete link 2016-02-12 17:51:52 +01:00

This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable.

See the file NEWS for a description of recent changes to GRUB 2.

See the file INSTALL for instructions on how to build and install the
GRUB 2 data and program files.

See the file MAINTAINERS for information about the GRUB maintainers, etc.

If you found a security vulnerability in the GRUB please check the SECURITY
file to get more information how to properly report this kind of bugs to
the maintainers.

Please visit the official web page of GRUB 2, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.

More extensive documentation is available in the Info manual,
accessible using 'info grub' after building and installing GRUB 2.

There are a number of important user-visible differences from the
first version of GRUB, now known as GRUB Legacy. For a summary, please
see:

  info grub Introduction 'Changes from GRUB Legacy'