ChimeraOS / frzr

A deployment and automatic update mechanism for operating systems
MIT License
59 stars 14 forks source link

Bug fixes and verious improments #69

Closed NeroReflex closed 1 month ago

NeroReflex commented 1 month ago

The following has been implemented 1) Fix permissions errors on the tracker file 2) Move the tracker file as part of "1" 3) Introduce a test for what was failing before 4) remove frzr kernel 5) Change tests to use the makefile installation 6) Fix whiptail being the default: SHOW_UI was not being set to zero when unspecified

BoukeHaarsma23 commented 1 month ago

could you please split this out to multiple commits?

NeroReflex commented 1 month ago

could you please split this out to multiple commits?

Multiple commits or multiple PRs ?

BoukeHaarsma23 commented 1 month ago

commits

BoukeHaarsma23 commented 1 month ago

Re: whiptail usage. That should only be used for the installer. For CLI use we just want to print to stdout and for steam use we have the special mode.

Everything else is OK for me.

NeroReflex commented 1 month ago

Re: whiptail usage. That should only be used for the installer. For CLI use we just want to print to stdout and for steam use we have the special mode.

Everything else is OK for me.

This patch makes whiptail only used when SHOW_UI is set to 1 (the installer). When unset, so for CLI, it will use curl. Using whiptail on CLI was an oversight from me that this patchset fixes