012116cad6
Change-Id: I87edd00f6e0edcd609856192c2c98604ef3274f0
6 lines
145 B
Bash
Executable file
6 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
# These are useful, or at worst not harmful, for all imges we build.
|
|
|
|
set -e
|
|
|
|
apt-get -y install linux-image-generic vlan open-iscsi
|