Changes between Version 17 and Version 18 of Internal/InventoryImage


Ignore:
Timestamp:
Feb 23, 2017, 10:21:13 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/InventoryImage

    v17 v18  
    4848}}}
    4949* Install ssh
    50  * openssh-client
    51  * openssh-server
     50 * {{{apt install openssh-client openssh-server}}}
     51
    5252* allow root passwd login in /etc/ssh/sshd_config
    5353 * {{{PermitRootLogin yes}}}
    5454 * {{{PermitEmptyPasswords yes}}}
    5555* set root password
    56 
    57 
    58  * #nfs-common (unneeded, have it in kernel?)
    59  * libuhd003
    60  * libuhd-dev
    61  * uhd-host
     56 * passwd ...
     57 * ssh on 16.04 doesn't like empty root password, may be a PAM issue
    6258* Remove conflicting files
    6359 * rm /etc/hostname
    6460
     61* Install inventory specific packages
     62 * #nfs-common (unneeded, have it in kernel?)
     63 * {{{apt install software-properties-common}}}
     64  * For add-apt-ppa
     65 * add ettus PPA and UHD packages
     66  * {{{add-apt-repository ppa:ettusresearch/uhd}}}
     67  * {{{apt update}}}
     68  * {{{apt install libuhd003 libuhd-dev uhd-host}}}
     69
    6570