suikan4github/kaiten-yaki

Support non-GUI install for Void Linux.

suikan4github opened this issue · 1 comments

Currently, void-installer is spawned as separated window. This means, install process requires GUI environment. Thus, base system is not support.

By changing the para-install logic, we can support the installation with out GUI environment. In this idea, we will run the /mnt/target/etc/default/grub watching loop as background job. So, it will keep watching that file and modify if found. On the foreground, the void-installer runs.

Once the void-installer exit, we can check whether the loop watching job still exist or not. If exist, that mean, the installer quit unexpectedly. So, we can terminate the install here. Other wise, we can continue the install process.

Merged to develop.

Ready to release.