1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

add integration tests for iso boot, install and then boot from disk.

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-12-15 23:15:49 +10:00
parent 11e78892c1
commit f5230f1299
4 changed files with 107 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ import (
"errors"
)
// Sadly, this isn't reliable - blkid -L LABEL works more often :(
// ResolveDevice this isn't reliable - blkid -L LABEL works more often :(
func ResolveDevice(spec string) string {
cSpec := C.CString(spec)
defer C.free(unsafe.Pointer(cSpec))