mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Modify the message expose in para-install stage
Now, void doesn't show
This commit is contained in:
parent
782cfedb67
commit
3a5446c6ad
3 changed files with 6 additions and 4 deletions
|
|
@ -17,8 +17,9 @@ HEREDOC
|
|||
fi # "sourced" validation
|
||||
|
||||
# This is the mount point of the install target.
|
||||
# Refered in the para-install stage
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue