Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed a misspelling.

...

  • The Oracle Java 8 JRE and Maven are installed
  • A user named sdn with paswordpassword-less sudo privilege, or, on the build machine, the ONOS_USER environment variable is set to the preferred user for the VM.

    Tip

    To enable sudo without a password, edit the sudoers configuration. To do this, run sudo visudo within the VM, and add the following line:

    Code Block
    languagetext
    sdn ALL=(ALL) NOPASSWD:ALL

...