Commit Graph

4063 Commits

Author SHA1 Message Date
Xi Ruoyao
3a0f4223db
uefi: grub-setup: Update fdisk example to match util-linux-2.39.1 2023-08-28 17:59:10 +08:00
Pierre Labastie
e440af55af Remove trailing spaces and a few typos 2023-08-27 10:41:46 +02:00
Xi Ruoyao
e77b0148f6
Remove outdated text about usbfs
The usbfs psuedo file system has been removed since Linux 3.5.
2023-08-25 20:36:13 +08:00
Bruce Dubbs
fde99ebb4b Update to kf5-apps-23.08.0, kate, kwave, falkon. 2023-08-24 15:00:35 -05:00
Pierre Labastie
4660f565de Drop multicast and broadcast packets in iptables
The reason is that our own box can output those kind of packets
rather frequently, and those packets immediately appear as
incoming. Since any non expected packet is logged, this clutters
the log. Dropping them in the "personal firewall" case is what is
wanted, but it has to be done before logging.
2023-08-24 16:26:54 +02:00
Douglas R. Reno
5bb3ce0508 Tag GNOME Applications 2023-08-23 19:39:08 -05:00
Bruce Dubbs
ec5d99916b Update to qemu-8.1.0. 2023-08-23 16:42:59 -05:00
Douglas R. Reno
faa948c696 shadow: Remove pam_lastlog from /etc/pam.d/login
It's no longer built by default and is deprecated because it uses utmp,
wtmp, btmp, and lastlog; none of which are Y2038 safe, even on 64-bit
architectures.

Since this is commented out by default anyway, I don't think there's a
need for a freeze break.
2023-08-22 20:20:16 -05:00
Bruce Dubbs
fbd0412508 Tag all of postlfs except gedit and kate 2023-08-21 15:00:25 -05:00
Thomas Trepl
0f76bd9307 Two tags 2023-08-21 15:04:04 +02:00
Xi Ruoyao
9414365df7
grub-setup: Refer to LFS for basic knowledge about grub.cfg, and...
explain some directives not mentioned by LFS.
2023-08-21 11:12:37 +08:00
Xi Ruoyao
b317cda3de
polkit: Expand and fix the command explanation for js102 sed
and demote duktape to recommended (but still keep it required internally
for jhalfs).
2023-08-21 10:40:05 +08:00
Xi Ruoyao
f7a24f8b53
efibootmgr: Tag 2023-08-21 10:06:22 +08:00
Ken Moffat
215c3ea548 Add missing explanation for polkit JS102 sed. 2023-08-20 15:28:26 +01:00
Douglas R. Reno
479979e5f9 Tags 2023-08-18 15:05:38 -05:00
Douglas R. Reno
2967716c43 Tags for gnupg 2023-08-17 16:13:10 -05:00
Douglas R. Reno
44904d857d Update to krb5-1.21.2 (Security Update) 2023-08-17 16:12:19 -05:00
Douglas R. Reno
342d139a92 Typo fixes from rhubarbpieguy 2023-08-17 10:33:34 -05:00
Thomas Trepl
2314cd79bd Some tags 2023-08-17 07:43:52 +02:00
Xi Ruoyao
0f33c8ce76
efi/grub-setup: Missed version info update 2023-08-17 10:38:44 +08:00
Xi Ruoyao
31ef72a90f
efi/grub-setup: Another update attempt
1. Move kernel section before emergency boot disk section.  The reason
   is in the emergency boot disk section we already need to mount the
   ESP, so we need VFAT and the related NLS configuration.
2. Add "codepage=437,iocharset=iso8859-1" mounting the ESP.  I'm not
   sure if grub-install will do things properly if a different NLS
   setting is used.  With some (broken IMO) kernel configuration a mount
   command without explicit codepage and iocharset setting won't work at
   all.  And I don't like the idea to force the users to set
   FAT_DEFAULT_CODEPAGE=437 or FAT_DEFAULT_IOCHARSET="iso8859-1" in
   kernel configuration.
3. Use "mount --mkdir" instead of a separate "mkdir -pv" command
   (again).
4. Wrap long commands at 80 characters.
5. The ESP entry in fstab is optional.  Personally I prefer it in fstab
   because I hate the Windoge behavior (hiding the ESP from the user).
6. Update kernel and LFS version in example grub.cfg file (again).
2023-08-17 10:36:02 +08:00
Xi Ruoyao
e282f70ebe
Revert "grub-setup: Simplify the command mounting ESP"
This reverts commit 082104373d.

It's sometimes problematic when trying to run grub-install in chroot.
2023-08-17 10:34:44 +08:00
Douglas R. Reno
a73fc76227 Tags 2023-08-16 19:32:11 -05:00
Douglas R. Reno
c8b719a475 Tags 2023-08-16 15:00:41 -05:00
Douglas R. Reno
da1a663e7b About Firmware and Wireless Kernel Configuration: minor rewords 2023-08-16 11:58:33 -05:00
Douglas R. Reno
7481fd4a6f Tags 2023-08-16 11:39:48 -05:00
Xi Ruoyao
17b1ad97bb
qemu: Fix the command option for running UEFI
A plain "-pflash <file>" option does not work if <file> is not writable
with the current qemu version.
2023-08-16 22:14:43 +08:00
Xi Ruoyao
082104373d
grub-setup: Simplify the command mounting ESP
Add the fstab entry before mounting the partition, so we can omit device
node path and mount option.  Also use --mkdir option so we don't need
mkdir -pv.

By the way bump the kernel version and LFS version in example grub.cfg.
2023-08-16 21:47:13 +08:00
Xi Ruoyao
a9779b901a
Tag UEFI and dependencies 2023-08-16 21:36:01 +08:00
Douglas R. Reno
ed345e70fd Tags 2023-08-15 17:21:31 -05:00
Douglas R. Reno
0db6c7a955 Update to vim-9.0.1677 2023-08-14 13:23:47 -05:00
Xi Ruoyao
9618962065
qemu: Add --enable-slirp to force checking libslirp
It's recommended and I guess most people will need it, so let's be
explicit and prevent some user errors.
2023-08-14 09:35:49 +08:00
Thomas Trepl
2d0c6b1435 Upgrade openssh-9.4p1, ssh-askpass-9.4p1 2023-08-13 21:54:57 +02:00
Douglas R. Reno
5031e908be Typos by rhubarbpieguy 2023-08-11 15:31:37 -05:00
Xi Ruoyao
32fc3731ca
firmware: Update to intel-microcode-20230808
This is a security fix.  An advisory will be published.
2023-08-10 09:20:10 +08:00
Douglas R. Reno
ea7abff377 Update to fuse-3.16.1 2023-08-09 10:27:07 -05:00
Douglas R. Reno
228e1fea01 Update to gedit-46.1 2023-08-07 18:52:48 -05:00
Bruce Dubbs
d5db88ea9f Update to gnutls-3.8.1. 2023-08-04 22:43:49 -05:00
Bruce Dubbs
e5e327a5a2 Update to LVM2.2.03.22. 2023-08-04 12:43:24 -05:00
Xi Ruoyao
29166ef316
firmware: Fix sound open firmware install command 2023-08-04 20:01:09 +08:00
Bruce Dubbs
6be3fe34bf Update to polkit-123. 2023-08-03 23:00:47 -05:00
Douglas R. Reno
e183e3ce75 Update to smartmontools-7.4 2023-08-03 11:50:01 -05:00
Douglas R. Reno
f590513e0d Update to emacs-29.1 2023-08-03 11:37:51 -05:00
Douglas R. Reno
04d189bc95 Update to gedit-46.0 2023-08-02 11:53:26 -05:00
Xi Ruoyao
ddf89fff24
kernel-config: Separate toplevel menus with empty lines 2023-08-01 09:22:41 +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
cceadefd13 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-31 10:08:47 -05:00
Bruce Dubbs
dbcdcdf9af Fix md5sum for gcc in grub-efi 2023-07-31 10:08:36 -05:00
Xi Ruoyao
c41cafb3bc
kernel-config: Add color for hotkey
Align with recent LFS change.  Regenerate all kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
14176436f0
kernel-config: Update the script
1. Don't throw unspecified entries too early.  Doing so caused various
   rendering glitches.  And we can now also check if an entry is
   selected but it's parent not.
2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.
2023-07-31 21:44:37 +08:00