From 67ad4649818c0e3a16c58ca5acb10498186af6a7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 18 Sep 2023 20:39:03 +0800 Subject: [PATCH 1/3] Update Linux kernel SBU and DU The old values were measured with -j1, it's out of sync with our conventions now. --- packages.ent | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/packages.ent b/packages.ent index efa473441..45c98e08e 100644 --- a/packages.ent +++ b/packages.ent @@ -440,11 +440,14 @@ - - - + + + From 01332d3b2a039c4bcf808b5389cf41563be5d930 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 18 Sep 2023 10:58:00 -0500 Subject: [PATCH 2/3] Use GB for kernel build size --- packages.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.ent b/packages.ent index 45c98e08e..861d48601 100644 --- a/packages.ent +++ b/packages.ent @@ -446,7 +446,7 @@ is the "daily use" config for the workstation measuring the min/max values. The disk usage is the sum of the size of linux-6.5.3 directory and the installed kernel image & modules. --> - + From f510f26b2da527ccd3d3a630cff37a95dba2b442 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 19 Sep 2023 03:56:23 +0800 Subject: [PATCH 3/3] /etc/os-release: Add HOME_URL field It's used by AppStream in BLFS for calculating the ID of the operating system. --- chapter11/theend.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter11/theend.xml b/chapter11/theend.xml index 6f5e7e401..e7bfc6ef8 100644 --- a/chapter11/theend.xml +++ b/chapter11/theend.xml @@ -58,6 +58,7 @@ VERSION="&version;" ID=lfs PRETTY_NAME="Linux From Scratch &version;" VERSION_CODENAME="<your name here>" +HOME_URL="&lfs-root;lfs/" EOF Be sure to customize the fields 'DISTRIB_CODENAME' and