From 5456a35f7f4514c197ef26d075f1d864704be30f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 10 Nov 2023 08:28:58 +0100 Subject: [PATCH] fix base_common_system --- usr/lib/archboot/cpio/hooks/base_common_system | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/cpio/hooks/base_common_system b/usr/lib/archboot/cpio/hooks/base_common_system index 9f901af43..53ec585a2 100644 --- a/usr/lib/archboot/cpio/hooks/base_common_system +++ b/usr/lib/archboot/cpio/hooks/base_common_system @@ -114,8 +114,8 @@ protocols,request-key.conf,securetty,services} # add schedule rules file _file_rename /usr/share/archboot/base/etc/udev/rules.d/60-ioschedulers.rules /etc/udev/rules.d/60-ioschedulers.rules # add minimal vconsole - _map _file /usr/share/kbd/{keymaps/i386/\ -{include/{qwerty-layout,compose,linux-with-alt-and-altgr,linux-keys-bare}.inc,qwerty/us.map.gz}} \ + _map _file /usr/share/kbd/keymaps/i386/{include/{qwerty-layout,compose,\ +linux-with-alt-and-altgr,linux-keys-bare}.inc,qwerty/us.map.gz} \ /usr/share/kbd/keymaps/{include/compose.latin1,i386/include/{euro{,1},windowkeys}.map.gz} # add swapiness sysctl config file _file_rename /usr/share/archboot/base/etc/sysctl.d/99-sysctl.conf /etc/sysctl.d/99-sysctl.conf