| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
As of right now setting/unsetting the variable does nothing as this
functionality will be added later.
|
|
|
|
|
| |
Saving typing on one letter isn't really worth the trade-off in
readability.
|
| |
|
|
|
|
|
|
|
| |
Since backgrounds aren't included in the GRUB image it would make more
sense to move them to the GRUB install directory at
projects/grub/install/corebootfb instead (textmode ROMs won't have a
background image included, for obvious reasons).
|
| |
|
| |
|
|
|
|
|
|
| |
The command 'loadfont' was removed because the environment variable
'gfxterm_font' is inspected by GRUB and automatically sets the font to
its value if 'gfxterm' is in the list of active output terminals.
|
|
|
|
|
|
|
|
|
|
|
| |
In order to mitigate issues concerning end-users making their system
unbootable by misconfiguring grub.cfg, an environment file is provided
with the intent being to direct users to edit that file instead of
grub.cfg. Thus, consequences of misconfiguration are lessened.
Of course, users looking to make more extensive changes than setting
environment variables used by either GRUB (internally) or in grub.cfg
will still need to edit their grub.cfg.
|
| |
|
|
|
|
|
|
| |
Moving the font out of grub.elf, as with MemTest86+, makes generating
GRUB payloads easier. As a side benefit, replacing the font displayed
in the GRUB menu is now less of a hassle.
|
|
|
|
|
|
| |
This makes generating grub.elf more straightforward by not having to
make separate ELF files for txtmode and vesafb just because of
MemTest86+.
|
| |
|
| |
|
|
Files AUTHORS and COPYING were copied to new install directories in
projects/grub/install in order to keep those notices as close to
the relevant files as possible (as was before).
|