Menu

How to exit the moebius -- system-- config.txt

Anonymous
2015-02-02
2015-02-02
  • Anonymous

    Anonymous - 2015-02-02

    tryed to exit from config .txt with strg(ctrl)+ C also +X nothing

    how to get off ?

     
  • Andrea Benini

    Andrea Benini - 2015-02-02

    Moebius core image is really minimal and if you don't install an alternative editor you have "vi" as default. Here are few basic commands.
    Press <esc> and then:
    :q! -> abort changes and quit without saving
    :q -> quit from editing, you must save your changes before quitting
    :w -> write changes to disk
    more help on (http://www.cs.colostate.edu/helpdocs/vi.html) but with google you may try to get something else as well.</esc>

    If you're not familiar with it you may install "nano" with a "apt-get install nano" (but even "vim") and you'll use it to replace ugly vi.

    Ben

     

Anonymous
Anonymous

Add attachments
Cancel