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;"
|
PRETTY_NAME="Linux From Scratch &version;"
|
||||||
VERSION_CODENAME="<your name here>"
|
VERSION_CODENAME="<your name here>"
|
||||||
HOME_URL="&lfs-root;lfs/"
|
HOME_URL="&lfs-root;lfs/"
|
||||||
RELEASE_TYPE="development"
|
RELEASE_TYPE="&os-release-type;"
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>Be sure to customize the fields 'DISTRIB_CODENAME' and
|
<para>Be sure to customize the fields 'DISTRIB_CODENAME' and
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
&patches-root;,
|
&patches-root;,
|
||||||
&donwloads-root;, and
|
&donwloads-root;, and
|
||||||
&test-results; -->
|
&test-results; -->
|
||||||
|
<!ENTITY os-release-type "development"> <!-- used by /etc/os-release -->
|
||||||
]]><!-- End %development -->
|
]]><!-- End %development -->
|
||||||
|
|
||||||
<![ %release; [
|
<![ %release; [
|
||||||
@ -52,6 +53,7 @@
|
|||||||
&test-results; -->
|
&test-results; -->
|
||||||
<!ENTITY releasedate "%reldate;">
|
<!ENTITY releasedate "%reldate;">
|
||||||
<!ENTITY copyrightdate "%crdate;">
|
<!ENTITY copyrightdate "%crdate;">
|
||||||
|
<!ENTITY os-release-type "stable"> <!-- used by /etc/os-release -->
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<![ %rc; [
|
<![ %rc; [
|
||||||
@ -70,6 +72,7 @@
|
|||||||
&test-results; -->
|
&test-results; -->
|
||||||
<!ENTITY releasedate "%reldate;">
|
<!ENTITY releasedate "%reldate;">
|
||||||
<!ENTITY copyrightdate "%crdate;">
|
<!ENTITY copyrightdate "%crdate;">
|
||||||
|
<!ENTITY os-release-type "development"> <!-- used by /etc/os-release -->
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
<![ %sysv; [
|
<![ %sysv; [
|
||||||
|
Loading…
Reference in New Issue
Block a user