Skip to content
Snippets Groups Projects
Unverified Commit 8fe6db80 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

evaluation only

parent 982556ee
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,27 @@ ln -s ../usr/lib/os-release %{buildroot}%{_sysconfdir}/os-release
echo "cpe:/o:rocky:rocky:%{major}" > %{buildroot}%{_sysconfdir}/system-release-cpe
# create /etc/issue and /etc/issue.net
echo '\S -- EVALUATION ONLY' > %{buildroot}%{_sysconfdir}/issue
echo 'Kernel \r on an \m' >> %{buildroot}%{_sysconfdir}/issue
#echo '\S' > %{buildroot}%{_sysconfdir}/issue
#echo 'Kernel \r on an \m' >> %{buildroot}%{_sysconfdir}/issue
cat << EOF > %{buildroot}%{_sysconfdir}/issue
`.-/+++++++++/-.`
`-+++++++++++++++++-`
.+++++++++++++++++++++.
-+++++++++++++++++++++++.
+++++++++++++++/-/+++++++
+++++++++++++/. ./+++++
+++++++++++:. ./+++
+++++++++:` `:/:` .:/
-++++++:` .:+++++:`
.+++-` ./+++++++++:`
`-` ./+++++++++++-
-+++++++++:-.`
WARNING: THIS RELEASE IS NOT PRODUCTION READY.
\S -- TEST RELEASE -- EVALUATION ONLY
Kernel \r on an \m
EOF
cp %{buildroot}%{_sysconfdir}/issue{,.net}
echo >> %{buildroot}%{_sysconfdir}/issue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment