mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Correct comment anf line
This commit is contained in:
parent
7e68b3ea66
commit
7da5ec3647
2 changed files with 3 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ function para_install_local() {
|
||||||
Type return key to start Ubiquity.
|
Type return key to start Ubiquity.
|
||||||
HEREDOC
|
HEREDOC
|
||||||
|
|
||||||
# waitfor a console input
|
# waiting for a console input
|
||||||
read -r
|
read -r
|
||||||
|
|
||||||
# Start Ubiquity installer
|
# Start Ubiquity installer
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ function main() {
|
||||||
return 1 # with error status
|
return 1 # with error status
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# *******************************************************************************
|
# *******************************************************************************
|
||||||
# Para-install stage
|
# Para-install stage
|
||||||
# *******************************************************************************
|
# *******************************************************************************
|
||||||
|
|
@ -99,7 +100,7 @@ function para_install_local() {
|
||||||
Type return key to start void-installer.
|
Type return key to start void-installer.
|
||||||
HEREDOC
|
HEREDOC
|
||||||
|
|
||||||
# waitfor a console input
|
# waiting for a console input
|
||||||
read -r
|
read -r
|
||||||
|
|
||||||
# Start the background target/etc/default/grub cheker.
|
# Start the background target/etc/default/grub cheker.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue