2cefdd7e60
Fix a typo in the base element itself. Refer to it early in the README since it is likely to be useful to almost everyone. Change-Id: I4a753b61542f8a354ade7fcc4436076aec61e6c0
7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
# These are useful, or at worst not harmful, for all images we build.
|
|
|
|
set -e
|
|
|
|
apt-get -y install linux-image-generic vlan open-iscsi
|