Commit Graph

36 Commits

Author SHA1 Message Date
Xi Ruoyao
a9779b901a
Tag UEFI and dependencies 2023-08-16 21:36:01 +08:00
Xi Ruoyao
bd141376d1
grub-efi: Use a <xref> to gcc page to avoid duplicating GCC info 2023-08-01 00:42:36 +08:00
Bruce Dubbs
dbcdcdf9af Fix md5sum for gcc in grub-efi 2023-07-31 10:08:36 -05:00
Bruce Dubbs
ee763b6e4a s/firmwares/firmware/g 2023-07-15 17:17:59 -05:00
Xi Ruoyao
dbb689b756
grub-efi: Update to unifont-15.0.06 2023-07-03 06:26:04 +08:00
Xi Ruoyao
b9567b0433
postlfs: Remove non-exist User Notes link
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:22:20 +08:00
Xi Ruoyao
cecc62c4db
grub-efi: Update GCC tarball info 2023-05-07 17:08:42 +08:00
Xi Ruoyao
0cef3a6752
grub-efi: Fix "blind mode" issue
Move "insmod all_video" out of the "if loadfont" statement.  It's enough
for the kernel to use EFI FB.

The "terminal_output gfxterm" statement has to be guarded by "if
loadfont", or it can garble the display if unicode.pf2 not available.

"gfxmode" seems no-use on EFI.  According to upstream doc it's only
used for VGA BIOS Extension (as the name suggests, not available in EFI
environment).
2023-03-17 22:56:23 +08:00
Xi Ruoyao
c6c286b92a
tag grub-efi 2023-02-18 18:05:40 +08:00
Xi Ruoyao
6f87ba86ab
grub-efi: Add upstream fixes for unrecognized ext2/3/4 features 2023-02-18 18:04:26 +08:00
Xi Ruoyao
7cff22d210
grub-efi: Update unifont to 15.0.01 2023-02-15 15:15:52 +08:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Xi Ruoyao
8013518eb2
grub-efi: housekeeping 2022-08-28 23:01:36 +08:00
Xi Ruoyao
6851adea69
grub-efi: demote efibootmgr from required to recommended
We'll add how to configure EFI boot w/o efibootmgr later...
2022-08-28 21:24:15 +08:00
Xi Ruoyao
16f7f0edb1
Squashed commit of UEFI tags for 11.2 and some text changes
grub-setup: update version numbers in example to match LFS 11.2
    grub-efi: tag for 11.2
    freetype2: tag for 11.2
    brotli: tag for 11.2
    harfbuzz: tag for 11.2
    glib2: don't run test suite as root (text only change)
    graphite2: tag for 11.2
    libxml2: align explanation with acutal command (text only change)
    libpng: tag for 11.2
    efibootmgr: tag for 11.2
    efivar: tag for 11.2
    mandoc: tag for 11.2
2022-08-23 11:38:12 +08:00
Xi Ruoyao
ce1d65812e
grub-efi: sync GCC stat 2022-08-20 14:06:34 +08:00
Pierre Labastie
11ff30f344 Fix misplacement of role attributes in some dependencies 2022-07-12 23:38:22 +02:00
Xi Ruoyao
aebcd92ce0
update to efibootmgr-18
Add "| cut -f 1" to efibootmgr command for checking the configuration,
so long boring paths will not show up.

Update unifont version, and kernel version (in example) by the way.
2022-07-12 01:07:10 +08:00
Pierre Labastie
7ca5792f44 Use gcc-&gcc-version; for grub-uefi
To prevent version mismatch between downloaded compiler and
instructions to build it.
2022-05-09 18:39:01 +02:00
Bruce Dubbs
4ee58817f1 Fix md5sum for gcc in EFI page 2022-05-09 10:35:16 -05:00
Xi Ruoyao
672f2a570f
grub-efi: allows building on 32-bit LFS for x86_64 EFI 2022-02-26 16:31:27 +08:00
Xi Ruoyao
e724cb78d0
grub-efi: warn that it won't work for 32-bit LFS, and mention i386-efi 2022-02-26 02:10:37 +08:00
Xi Ruoyao
7d95c1c138
tag efibootmgr and grub-efi 2022-02-18 13:50:41 +08:00
Xi Ruoyao
7a91c80c31
package updates for UEFI
* Update to efivar-38.
* Update to unifont-14.0.01.
* Add mandoc-1.14.6.
* Fix efibootmgr build.
2022-02-17 23:43:37 +08:00
Bruce Dubbs
2c871871fb Spelling fixes 2022-02-16 15:04:13 -06:00
Xi Ruoyao
f1a7af66eb
tag grub-efi and dependencies 2021-08-26 20:23:42 +08:00
Xi Ruoyao
08e1b767d0
Tag for UEFI and dependencies ("required" and "recommended") 2021-08-17 01:07:26 +08:00
Xi Ruoyao
227bd7d6df
update to grub-2.06 (#15152) 2021-06-16 15:41:02 +08:00
Xi Ruoyao
ad34447a33
grub efi: font data is in the parent directory 2021-05-31 14:22:19 +08:00
Xi Ruoyao
cd73bb8afb
cleanup for dosfstools and efi instructions (merged /usr) 2021-05-31 03:40:37 +08:00
Xi Ruoyao
fda29e4c9c
remove hardcoded $Date: $ 2021-05-10 23:53:59 +08:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Xi Ruoyao
c6b192c037 secure package download URLs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24436 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-05 12:36:04 +00:00
Xi Ruoyao
9039d65c22 fix efibootmgr download link and grub SBU
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24397 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-24 17:56:37 +00:00
Bruce Dubbs
d5cc78ad74 Editorial changes to new evi pages.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24395 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-23 19:24:51 +00:00
Xi Ruoyao
756a787f17 Add packages and instructions for UEFI
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24393 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-23 17:49:08 +00:00