move comment to common file

This commit is contained in:
Tobias Powalowski 2022-03-21 16:09:36 +01:00
parent c6699a8a38
commit 8a5d05b8ab
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
source /usr/lib/archboot/installer_common_functions source /usr/lib/archboot/installer_common_functions
# we rely on some output which is parsed in english!
ANSWER="/tmp/.setup" ANSWER="/tmp/.setup"
# use the first VT not dedicated to a running console # use the first VT not dedicated to a running console
# don't use /mnt because it's intended to mount other things there! # don't use /mnt because it's intended to mount other things there!

View file

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
# we rely on some output which is parsed in english!
LANG=C.UTF8 LANG=C.UTF8
LOCAL_DB="/var/cache/pacman/pkg/archboot.db" LOCAL_DB="/var/cache/pacman/pkg/archboot.db"
RUNNING_ARCH="$(uname -m)" RUNNING_ARCH="$(uname -m)"