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
|
|
@ -26,7 +26,7 @@ sleep 1 # 1sec.
|
|||
# Make target GRUB aware to the crypt partition
|
||||
# This must do it after start of the file copy by installer, but before the end of the file copy.
|
||||
# If the environment is not GUI, keep quiet not to bother the TUI installer.
|
||||
if [ $GUIENV -eq 1 ]; then
|
||||
if [ $PARINSTMSG -eq 1 ]; then
|
||||
echo "...Add GRUB_ENABLE_CRYPTODISK entry to ${TARGETMOUNTPOINT}/etc/default/grub "
|
||||
fi
|
||||
echo "GRUB_ENABLE_CRYPTODISK=y" >> ${TARGETMOUNTPOINT}/etc/default/grub
|
||||
|
|
@ -34,7 +34,7 @@ echo "GRUB_ENABLE_CRYPTODISK=y" >> ${TARGETMOUNTPOINT}/etc/default/grub
|
|||
|
||||
# And then, wait for the end of installer process
|
||||
# If the environment is not GUI, keep quiet not to bother the TUI installer.
|
||||
if [ $GUIENV -eq 1 ]; then
|
||||
if [ $PARAINSTMSG -eq 1 ]; then
|
||||
echo "...Waiting for the end of GUI/TUI installer."
|
||||
fi
|
||||
wait $installer_pid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue