7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
|
#!/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
|