Skip to content

Commit

Permalink
v6.29
Browse files Browse the repository at this point in the history
+ DietPi-Config Revert change from ac3de5e to again allow usage prior to firstrun update. This is potentially risky e.g. in case of error prompts during firstrun updates, when only half patches have been applied, having an unexpected state and since its interface contains options which redirect to dietpi-drive_manager and even dietpi-software etc. But currently the error handler offers to open dietpi-config to fix wrong configs, e.g. network setup, swap file or things like that, regardless of install state. We we want to remove this, we must add some targeted config options first, e.g. edit network interfaces on connection check error, edit DNS nameserver on resolver error, and some other typical things during checks being performed. Reference: #2979 (comment)
  • Loading branch information
MichaIng authored Jan 19, 2020
1 parent 6ce7041 commit a8f5579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-config
Original file line number Diff line number Diff line change
Expand Up @@ -4711,7 +4711,7 @@ _EOF_
#/////////////////////////////////////////////////////////////////////////////////////
# Main Loop
#/////////////////////////////////////////////////////////////////////////////////////
if (( $G_DIETPI_INSTALL_STAGE > 0 )); then
if (( $G_DIETPI_INSTALL_STAGE >= 0 )); then

# Start DietPi-Config
while (( $TARGETMENUID >= 0 )); do
Expand Down

0 comments on commit a8f5579

Please sign in to comment.