Refactored code again

This commit is contained in:
Suikan 2021-07-01 14:46:59 +09:00
parent 488c998048
commit 53c4426a98
3 changed files with 20 additions and 17 deletions

View file

@ -2,9 +2,6 @@
# Common part of para-install
# *******************************************************************************
# Record the PID of the installer.
installer_pid=$!
# While the /etc/default/grub in the install target is NOT existing, keep sleeping.
# If installer terminated without file copy, this script also terminates.
while [ ! -e ${TARGETMOUNTPOINT}/etc/default/grub ]