cockpit-project / cockpit-project.github.io

Cockpit Project Website
https://cockpit-project.org/
MIT License
115 stars 200 forks source link

running: Fix SUSE commands #757

Closed garrett closed 1 month ago

garrett commented 1 month ago

I happened to notice several problems with the SUSE section on the "running" page and made a commit to fix these:

  1. The last SUSE command was lacking the ``` ending, so it was formatted incorrectly
  2. All commands used #, which is a comment (in addition to the standard root prompt), so copy/pasting the full line wouldn't work
  3. All instructions on the page are done via the root account already, so sudo isn't needed
  4. $EDITOR actually is set by default and uses the default editor... the "of choice" is implied, as someone can change the editor to whatever they want; this makes it clear to use whatever editor and allows a copy/paste to work