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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user