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
|