From b02d57d316466cddb6a06154438b2bac8d504feb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 26 Jan 2023 09:00:45 +0100 Subject: [PATCH] remove license file --- CHANGELOG | 2 ++ usr/lib/initcpio/install/archboot_base | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 98bb4211b..f16905215 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,8 @@ Highlights: Environment changes: - show full initrd line in grub menu - added fbset and terminus-font +- removed zsh and grml-zsh-config +- use color for bash prompt and ls output update-installer: - added network check setup: diff --git a/usr/lib/initcpio/install/archboot_base b/usr/lib/initcpio/install/archboot_base index 77006eb8a..e50185ca1 100644 --- a/usr/lib/initcpio/install/archboot_base +++ b/usr/lib/initcpio/install/archboot_base @@ -44,8 +44,7 @@ build () ### fix licenses map add_file "/usr/share/licenses/file/COPYING" "/usr/share/licenses/bzip2/LICENSE" \ "/usr/share/licenses/hdparm/LICENSE.TXT" "/usr/share/licenses/ncurses/COPYING" \ - "/usr/share/licenses/pcre/LICENSE" "/usr/share/licenses/sdparm/LICENSE" \ - "/usr/share/licenses/zlib/LICENSE" + "/usr/share/licenses/sdparm/LICENSE" "/usr/share/licenses/zlib/LICENSE" } help ()