012116cad6
Change-Id: I87edd00f6e0edcd609856192c2c98604ef3274f0
7 lines
145 B
Bash
Executable File
7 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
|