Changes between Version 21 and Version 22 of UpgradeNotes


Ignore:
Timestamp:
Oct 10, 2013 2:51:10 PM (11 years ago)
Author:
Ted Faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpgradeNotes

    v21 v22  
    4040{{{
    4141$ apt-get install tcsh
     42}}}
     43
     44The containers software adds all users to group {{{admin}}} so that group should be able to sudo without a password.
     45
     46{{{
     47$ visudo
     48}}}
     49
     50and make sure this line is in there:
     51
     52{{{
     53%admin   ALL= NOPASSWD: ALL
    4254}}}
    4355