mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
os-release: Automatically update RELEASE_TYPE
This commit is contained in:
parent
6913a42bff
commit
bfb0cbae18
@ -59,7 +59,7 @@ ID=lfs
|
||||
PRETTY_NAME="Linux From Scratch &version;"
|
||||
VERSION_CODENAME="<your name here>"
|
||||
HOME_URL="&lfs-root;lfs/"
|
||||
RELEASE_TYPE="development"
|
||||
RELEASE_TYPE="&os-release-type;"
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>Be sure to customize the fields 'DISTRIB_CODENAME' and
|
||||
|
@ -34,6 +34,7 @@
|
||||
&patches-root;,
|
||||
&donwloads-root;, and
|
||||
&test-results; -->
|
||||
<!ENTITY os-release-type "development"> <!-- used by /etc/os-release -->
|
||||
]]><!-- End %development -->
|
||||
|
||||
<![ %release; [
|
||||
@ -52,6 +53,7 @@
|
||||
&test-results; -->
|
||||
<!ENTITY releasedate "%reldate;">
|
||||
<!ENTITY copyrightdate "%crdate;">
|
||||
<!ENTITY os-release-type "stable"> <!-- used by /etc/os-release -->
|
||||
]]>
|
||||
|
||||
<![ %rc; [
|
||||
@ -70,6 +72,7 @@
|
||||
&test-results; -->
|
||||
<!ENTITY releasedate "%reldate;">
|
||||
<!ENTITY copyrightdate "%crdate;">
|
||||
<!ENTITY os-release-type "development"> <!-- used by /etc/os-release -->
|
||||
]]>
|
||||
|
||||
<![ %sysv; [
|
||||
|
Loading…
Reference in New Issue
Block a user