Commit Graph

730 Commits

Author SHA1 Message Date
Bruce Dubbs
bf31777042 Update to btrfs-progs-v6.1.2. 2023-01-07 10:25:56 -06:00
Bruce Dubbs
ec9edec23a Update to xfsprogs-6.1.0. 2023-01-06 11:14:14 -06:00
Bruce Dubbs
ad9eab686d Update to btrfs-progs-v6.1.1. 2023-01-06 10:58:36 -06:00
Thomas Trepl
a37e6b2d62 Add a fix to gptfdisk 2022-12-31 17:03:04 +01:00
Bruce Dubbs
799833c2a4 Update to btrfs-progs-v6.1. 2022-12-27 11:18:06 -06:00
Bruce Dubbs
dd3031a27c Update to LVM2.2.03.18. 2022-12-27 10:37:54 -06:00
David Bryant
a0e08b2176 Standardized the spelling of "userspace".
Also corrected the capitalization of titles and cleaned up some
grammatical errors. Note that a few modules quote the "config"
menu for the Linux kernel, whch says "user-space". Those
modules were not altered; directly quoted material should be
reproduced verbatim.
2022-12-24 14:14:57 -06:00
Xi Ruoyao
e8d6204f6d
grub-setup: rewrite the description for CONFIG_EFI_STUB
Avoid mistakenly using the terminology "EFI handover protocol".  With
Linux 6.2 or newer we can enable EFI stub but disable EFI handover
protocol (CONFIG_EFI_HANDOVER_PROTOCOL=n).  The help message of this
option also says the upstream GRUB does not use EFI handover protocol,
so it's only needed for some distros with a patched (old) GRUB.

Tested with mainline kernel and CONFIG_EFI_HANDOVER_PROTOCOL disabled.
2022-12-18 23:34:20 +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
Bruce Dubbs
b0d1dc05f0 Package updates.
Update to php-8.1.13.
Update to umockdev-0.17.15.
Update to btrfs-progs-v6.0.2.
2022-11-28 16:16:11 -06:00
Douglas R. Reno
1ba8e5ee8b LVM2: minor spacing adjustment 2022-11-22 12:12:38 -06:00
Bruce Dubbs
11672910e0 pdate to xfsprogs-6.0.0. 2022-11-17 15:35:00 -06:00
Pierre Labastie
213d18c315 Update to LVM2-2.03.17 2022-11-16 08:17:43 +01:00
Douglas R. Reno
4227f0da40 Update to ntfs-3g_ntfsprogs-2022.10.3 (Security Update) 2022-11-09 17:14:37 -06:00
Bruce Dubbs
bf09c25c98 Update to btrfs-progs-v6.0.1. 2022-11-08 18:11:14 -06:00
Bruce Dubbs
28ebeb0cea Update to btrfs-progs-v6.0. 2022-10-15 15:12:16 -05:00
Bruce Dubbs
f59d30d08c Make gptfdisk work properly with util-linux-2.38. 2022-09-22 11:59:53 -05:00
Xi Ruoyao
b804521827
grub UEFI setup: realign kernel configurations 2022-09-22 12:33:43 +08:00
Xi Ruoyao
34e3e2d1ca
grub UEFI setup: add CONFIG_DRM_FBDEV_EMULATION
It's needed for running Linux console on top of SimpleDRM.

Fixes #17112 at BLFS side.  The issue is not limited to UEFI: if you
want to run the Linux console on any kernel modesetting driver, it's
needed.  So we need to mention it in LFS as well.
2022-09-22 12:11:00 +08:00
Douglas R. Reno
4bd4b77556 Package updates:
Update to btrfs-progs-5.19.1
Update to neon-0.32.4
Update to kdsoap-2.1.1
Update to graphviz-6.0.1
2022-09-21 18:41:19 -05:00
Pierre Labastie
c8391c3d85 Spelling and grammar fixes to grub-setup
From the file attached to
https://wiki.linuxfromscratch.org/blfs/ticket/17085
by D Bryant.
2022-09-20 05:45:30 +02:00
Xi Ruoyao
7027897a70
grub EFI setup: Add CONFIG_VFAT_FS=y/M
BugLink: https://wiki.linuxfromscratch.org/blfs/ticket/17085#comment:4
2022-09-19 11:41:09 +08:00
Xi Ruoyao
27329c077d
grub EFI setup: remove CONFIG_EFI_RUNTIME_MAP
BugLink: https://wiki.linuxfromscratch.org/blfs/ticket/17085
2022-09-19 11:36:04 +08:00
Xi Ruoyao
9c44927210
grub EFI setup: "CONFIG_SIMPLEDRM" should be CONFIG_DRM_SIMPLEDRM
Buglink: https://wiki.linuxfromscratch.org/blfs/ticket/17085
2022-09-19 11:15:21 +08:00
Bruce Dubbs
4852356344 Update to fuse-3.12.0. 2022-09-11 14:05:34 -05:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Xi Ruoyao
75e3e09e5f
networking: URL update
Also change all "http://sphinx-doc.org" to "https://www.sphinx-doc.org".
Without "www." I get a connection time out for some reason...
2022-09-08 15:55:46 +08:00
Xi Ruoyao
cd29bc9b3d
postlfs: URL updates 2022-09-08 12:52:53 +08:00
Julien Lepiller
b38aed5077 Fix typos 2022-08-28 20:38:50 +02:00
Xi Ruoyao
8013518eb2
grub-efi: housekeeping 2022-08-28 23:01:36 +08:00
Xi Ruoyao
1977aef403
grub-efi: simplify emergency disk layout
"--boot-directory=/mnt/rescue/grub" will create "/mnt/rescue/grub/grub",
which seems a little redundant.
2022-08-28 22:21:14 +08:00
Xi Ruoyao
6db606f552
grub-efi: add minimal configuration with --removable
It's needed for e.g. setting the boot process on a 32-bit LFS with
64-bit UEFI firmware.
2022-08-28 22:19:14 +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
4f464d8efd
efivar: mark it useless on 32-bit kernel 2022-08-28 21:23:56 +08:00
Xi Ruoyao
fae75b7d8a
grub-efi: force --target=x86_64-efi for emergency boot disk
Without it, grub will create a MBR boot disk if the system is not booted
with EFI.
2022-08-28 20:44:23 +08:00
Xi Ruoyao
99ae185ec3
efivar: patch for 32-bit system 2022-08-28 03:19:18 +08:00
Bruce Dubbs
7263a049ae Tags 2022-08-25 16:06:42 -05:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02: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
Douglas R. Reno
ce1dd9df4e Several tags 2022-08-22 15:41:07 -05:00
Bruce Dubbs
48cb482af9 Just tags 2022-08-22 14:13:52 -05:00
Thomas Trepl (Moody)
889d6c4153 Fix mkinitramfs script 2022-08-21 19:50:54 +02:00
Xi Ruoyao
ce1d65812e
grub-efi: sync GCC stat 2022-08-20 14:06:34 +08:00
Bruce Dubbs
f80ff31fb7 Update to btrfs-progs-v5.19. 2022-08-18 09:09:50 -05:00
Bruce Dubbs
cbe863aa8d Package updates.
Update to xfsprogs-5.19.0.
Update to mupdf-1.20.3.
2022-08-15 15:56:53 -05:00
Xi Ruoyao
6d237beede
ntfs-3g: fix the command creating mount.ntfs for NTFS-3 kernel driver
We are creating the file, not appending.
2022-08-12 10:56:29 +08:00
Xi Ruoyao
d1a3a2f901
efivar: adapt for glibc-2.36 2022-08-07 22:44:55 +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
Xi Ruoyao
217e54c920
uefi: use simpledrmfb instead of efifb
efifb driver is considered "legacy" now.  Tested this configuration on
my two UEFI systems.
2022-06-09 14:40:19 +08:00