remove DESTDIR check

This commit is contained in:
Tobias Powalowski 2022-03-18 15:20:18 +01:00
parent d295f0f8ba
commit e2d30a7693

View file

@ -6,13 +6,13 @@ TITLE="Arch Linux Installation --> https://wiki.archlinux.org/Archboot"
# 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!
# check first if bootet in archboot # check first if bootet in archboot
if grep -qw archoot /etc/hostname; then #if grep -qw archoot /etc/hostname; then
DESTDIR="/install" DESTDIR="/install"
LOG="/dev/tty7" LOG="/dev/tty7"
else #else
DESTDIR="/" # DESTDIR="/"
LOG="/dev/tty8" # LOG="/dev/tty8"
fi #fi
RUNNING_ARCH="$(uname -m)" RUNNING_ARCH="$(uname -m)"
EDITOR="" EDITOR=""
_BLKID="blkid -c /dev/null" _BLKID="blkid -c /dev/null"