Add socat package
IPMI based drivers can have socat serial console support. This requires 'socat' command available in system. Added 'socat' package to list of required for all families of systems. Change-Id: Ib67b1affca3bfddb11a0ee2f7d8ba55acffa191a
This commit is contained in:
parent
c9d4d8e597
commit
639d0cfe95
@ -42,6 +42,7 @@ required_packages:
|
||||
- uuid-runtime
|
||||
- curl
|
||||
- dnsmasq
|
||||
- socat
|
||||
# NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the
|
||||
# package list as the installation causes name resolution changes that can
|
||||
# temporarily block packages following it while the system is being
|
||||
|
@ -44,4 +44,5 @@ required_packages:
|
||||
- debootstrap
|
||||
- gcc
|
||||
- python2-pip
|
||||
- socat
|
||||
iscsi_client_package: "iscsi-initiator-utils"
|
||||
|
@ -48,4 +48,5 @@ required_packages:
|
||||
- iptables
|
||||
- tar
|
||||
- curl
|
||||
- socat
|
||||
iscsi_client_package: "open-iscsi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user