3052127ae0
Change-Id: Ibfdcd9c4b707a41258153c15a09d5976311080a0
7 lines
124 B
Bash
Executable file
7 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# Ubuntu's cloud images don't include drivers for real hardware.
|
|
install-packages linux-image-generic
|
|
|