installer icon indicating copy to clipboard operation
installer copied to clipboard

Don't touch the system until all the options are selected (step backwards)

Open noraj opened this issue 7 years ago • 8 comments

Anarchy is not supporting step backwards because all steps are executed when going to the next step instead of the whole install being done in one block at the end.

So each error force you to start a new install from the beginning.

noraj avatar Dec 31 '18 20:12 noraj

This project seems to be dead or at least dormant.

Too bad. By the way, what about showing some code instead of reporting bugs which will not be fixed because of the state of this project?

FredBezies avatar Jan 01 '19 10:01 FredBezies

If it was ruby yeah, but this project is in bash.

noraj avatar Jan 01 '19 14:01 noraj

This project seems to be dead or at least dormant.

Too bad.

@FredBezies, too bad indeed. Going from pure Arch installer to distribution was a huge mistake IMO. Sadly, this is what steered me away from the project.

pnedkov avatar Jan 11 '19 21:01 pnedkov

@pnedkov I agree with you.

noraj avatar Jan 12 '19 12:01 noraj

@noraj @pnedkov The Anarchy-specific repo was removed and I'm planning some changes to the project so it is returninng to its original form and your help in implementing the feature would be greatly appreciated. I'll try and work on it soon, but I'd need some help planning it out.

erazemk avatar Aug 22 '19 20:08 erazemk

I personally went into a pure Arch install (https://rawsec.ml/en/unusual-archlinux-installation/) I have no more interest into this project.

noraj avatar Aug 22 '19 20:08 noraj

Basic implementation idea:

  • instead of immediately executing commands, save them as a variable to a file (where all the command will be read from)
  • add a "back" menu option and rewrite the variable if needed (find and change the line with sed and regex)
  • Ask the user before starting to execute commands
  • execute all the commands in proper order without user input
  • show last menu (reboot, power off, ...)

erazemk avatar Oct 18 '19 15:10 erazemk

Basic implementation idea:

  • instead of immediately executing commands, save them as a variable to a file (where all the command will be read from)
  • add a "back" menu option and rewrite the variable if needed (find and change the line with sed and regex)
  • Ask the user before starting to execute commands
  • execute all the commands in proper order without user input
  • show last menu (reboot, power off, ...)

Ill try to hack something together over the weekend that just copies all variables set while installing to a new file and go from there. So basically start with export and add import later.

Edit: I haven't forgotten, just takes more time than I thought.

herobrauni avatar Oct 18 '19 16:10 herobrauni