From 8a5d05b8ab32537bd1688120ce75f61657c2e055 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 21 Mar 2022 16:09:36 +0100 Subject: [PATCH] move comment to common file --- usr/bin/archboot-setup.sh | 1 - usr/lib/archboot/installer_common_functions | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-setup.sh b/usr/bin/archboot-setup.sh index 7abc57612..34ec75070 100755 --- a/usr/bin/archboot-setup.sh +++ b/usr/bin/archboot-setup.sh @@ -1,6 +1,5 @@ #!/bin/bash source /usr/lib/archboot/installer_common_functions -# we rely on some output which is parsed in english! ANSWER="/tmp/.setup" # use the first VT not dedicated to a running console # don't use /mnt because it's intended to mount other things there! diff --git a/usr/lib/archboot/installer_common_functions b/usr/lib/archboot/installer_common_functions index cd9d9d27f..0222c026e 100644 --- a/usr/lib/archboot/installer_common_functions +++ b/usr/lib/archboot/installer_common_functions @@ -1,5 +1,6 @@ #!/bin/bash # created by Tobias Powalowski +# we rely on some output which is parsed in english! LANG=C.UTF8 LOCAL_DB="/var/cache/pacman/pkg/archboot.db" RUNNING_ARCH="$(uname -m)"