mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
forget to add
This commit is contained in:
parent
a3026f1ced
commit
ce949a547a
2 changed files with 7 additions and 19 deletions
|
|
@ -27,19 +27,12 @@ function parainstall() {
|
|||
|
||||
# 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 [ ${PARAINSTMSG} -eq 1 ]; then
|
||||
echo "...Add GRUB_ENABLE_CRYPTODISK entry to ${TARGETMOUNTPOINT}/etc/default/grub "
|
||||
fi
|
||||
echo "...Add GRUB_ENABLE_CRYPTODISK entry to ${TARGETMOUNTPOINT}/etc/default/grub "
|
||||
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 [ ${PARAINSTMSG} -eq 1 ]; then
|
||||
echo "...Waiting for the end of GUI/TUI installer."
|
||||
fi
|
||||
wait $installer_pid
|
||||
echo "...Waiting for the end of GUI/TUI installer."
|
||||
wait $INSTALLER_PID
|
||||
|
||||
# succesfull return
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue