diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-19 03:56:23 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-19 03:56:33 +0800 |
commit | f510f26b2da527ccd3d3a630cff37a95dba2b442 (patch) | |
tree | ffdabd7bfbb4a9ea62586cd7c0df6fb4ee2fd8e2 /chapter11 | |
parent | 01332d3b2a039c4bcf808b5389cf41563be5d930 (diff) |
/etc/os-release: Add HOME_URL field
It's used by AppStream in BLFS for calculating the ID of the operating
system.
Diffstat (limited to 'chapter11')
-rw-r--r-- | chapter11/theend.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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</userinput></screen> <para>Be sure to customize the fields 'DISTRIB_CODENAME' and |