Commit 6b751cac authored by Peter Sankauskas's avatar Peter Sankauskas

Formatting

parent a59ee93b
......@@ -28,7 +28,7 @@ func AvailableDevice() (string, error) {
}
// To be able to build both Paravirtual and HVM images, the unnumbered
// device and the first numbered one must be available.
// device and the first numbered one must be available.
// E.g. /dev/xvdf and /dev/xvdf1
numbered_device := fmt.Sprintf("%s%d", device, 1)
if _, err := os.Stat(numbered_device); err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment