Changes between Version 17 and Version 18 of Internal/InventoryImage
- Timestamp:
- Feb 23, 2017, 10:21:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/InventoryImage
v17 v18 48 48 }}} 49 49 * Install ssh 50 * openssh-client51 * openssh-server 50 * {{{apt install openssh-client openssh-server}}} 51 52 52 * allow root passwd login in /etc/ssh/sshd_config 53 53 * {{{PermitRootLogin yes}}} 54 54 * {{{PermitEmptyPasswords yes}}} 55 55 * 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 62 58 * Remove conflicting files 63 59 * rm /etc/hostname 64 60 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 65 70