From 6abfbf33245f37767abe4c2461150542ce8652bc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 6 Sep 2023 10:49:59 +0200 Subject: [PATCH] move VC to main common.sh --- usr/lib/archboot/installer/common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/lib/archboot/installer/common.sh b/usr/lib/archboot/installer/common.sh index d88ddcbba..e21a17549 100644 --- a/usr/lib/archboot/installer/common.sh +++ b/usr/lib/archboot/installer/common.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash # SPDX-License-Identifier: GPL-3.0-or-later # created by Tobias Powalowski -_VC_NUM="$(basename ${_LOG} | sed -e 's#tty##g')" -_VC="VC${_VC_NUM}" # install stages _S_QUICK_SETUP="" # guided fs/format # menu item tracker- autoselect the next item