diff --git a/cmd/pbainit/main.go b/cmd/pbainit/main.go index 68f0f91..cc168f8 100644 --- a/cmd/pbainit/main.go +++ b/cmd/pbainit/main.go @@ -197,7 +197,7 @@ func main() { // corrupted filsystems if they are mounted and altered during boot // Right now 0064, 00c9 and 00c4 is LSI cards with lspci -nn log.Printf("Work-around: Swift node, do not mount data disks when searching for kernel!") - Execute("/bbin/boot", "-block='0x1000:0x0064,0x1000:0x00c9,0x1000:0x00c4'") + Execute("/bbin/boot", "-block=0x1000:0x0064,0x1000:0x00c9,0x1000:0x00c4") } else { Execute("/bbin/boot") }