From a3026f1ced96fb64b995d8c3e8714cb7a460c73a Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Fri, 2 Jul 2021 07:20:11 +0900 Subject: [PATCH] Give up the TUI base install. xterm is essential now. --- script/ubuntu-kaiten-yaki.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/ubuntu-kaiten-yaki.sh b/script/ubuntu-kaiten-yaki.sh index e8a4804..0e072fb 100644 --- a/script/ubuntu-kaiten-yaki.sh +++ b/script/ubuntu-kaiten-yaki.sh @@ -13,8 +13,6 @@ function main() { # This is the mount point of the install target. export TARGETMOUNTPOINT="/target" - # 1 : Show message during GUI/TUI installer, 0 : Do not show. - export PARAINSTMSG=1 # Distribution check if ! uname -a | grep ubuntu -i > /dev/null ; then # "Ubuntu" is not found in the OS name. @@ -80,7 +78,7 @@ function main() { ubiquity & # Record the PID of the installer. - installer_pid=$! + export INSTALLER_PID=$! # Common part of the para-install. # Record the install PID, modify the /etc/default/grub of the target,