licenses: Remove the braindead GPL acception stage

The GPL is not an EULA and so there is no value in having users
accept it.

The UI is very broken and so I believe it is best to drop this entirely.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-06 16:44:53 +02:00
parent f7879935a5
commit 76f429d5d8
10 changed files with 4 additions and 190 deletions

View File

@@ -143,10 +143,6 @@ endif
# A small hack to include /root to the iso but not all of it's files.
touch /root/ipfire
# License agreement
-mkdir -pv /usr/share/doc/licenses/
cp -vf $(DIR_SRC)/doc/COPYING /usr/share/doc/licenses/GPLv3
# System release
echo "$(SYSTEM_RELEASE)" > /etc/system-release