mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Give up the TUI base install.
xterm is essential now.
This commit is contained in:
parent
395ed2654d
commit
a3026f1ced
1 changed files with 1 additions and 3 deletions
|
|
@ -13,8 +13,6 @@ function main() {
|
||||||
|
|
||||||
# This is the mount point of the install target.
|
# This is the mount point of the install target.
|
||||||
export TARGETMOUNTPOINT="/target"
|
export TARGETMOUNTPOINT="/target"
|
||||||
# 1 : Show message during GUI/TUI installer, 0 : Do not show.
|
|
||||||
export PARAINSTMSG=1
|
|
||||||
|
|
||||||
# Distribution check
|
# Distribution check
|
||||||
if ! uname -a | grep ubuntu -i > /dev/null ; then # "Ubuntu" is not found in the OS name.
|
if ! uname -a | grep ubuntu -i > /dev/null ; then # "Ubuntu" is not found in the OS name.
|
||||||
|
|
@ -80,7 +78,7 @@ function main() {
|
||||||
ubiquity &
|
ubiquity &
|
||||||
|
|
||||||
# Record the PID of the installer.
|
# Record the PID of the installer.
|
||||||
installer_pid=$!
|
export INSTALLER_PID=$!
|
||||||
|
|
||||||
# Common part of the para-install.
|
# Common part of the para-install.
|
||||||
# Record the install PID, modify the /etc/default/grub of the target,
|
# Record the install PID, modify the /etc/default/grub of the target,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue