DesobedienteTecnologico / dtails

Remastering tool for Debian Live based OS
GNU General Public License v3.0
49 stars 5 forks source link

Installation aborting is not safe #16

Closed btclinux closed 1 year ago

btclinux commented 1 year ago

If you try to abort installation process and try to remove dtails directory it can crash for some reason your system environment (console stop working for example, unable to reboot etc.)

DesobedienteTecnologico commented 1 year ago

Hi,

If you stop for some reason the process. Please, start ./dtails.py again.

It will show you a new button to remove everything and reset mount points in case were mounted.

image

Code:

  1. https://github.com/DesobedienteTecnologico/dtails/blob/main/src/commands.py#L96-L99
  2. https://github.com/DesobedienteTecnologico/dtails/blob/main/src/commands.py#L55-L64

Regards.

DesobedienteTecnologico commented 1 year ago

Solved