mirror of
https://github.com/rancher/os.git
synced 2025-09-09 10:40:30 +00:00
@@ -135,7 +135,7 @@ func installAction(c *cli.Context) error {
|
|||||||
device := c.String("device")
|
device := c.String("device")
|
||||||
partition := c.String("partition")
|
partition := c.String("partition")
|
||||||
statedir := c.String("statedir")
|
statedir := c.String("statedir")
|
||||||
if statedir != "" && installType != "noformat" {
|
if statedir != "" && installType != "noformat" {
|
||||||
log.Fatal("--statedir %s requires --type noformat", statedir)
|
log.Fatal("--statedir %s requires --type noformat", statedir)
|
||||||
}
|
}
|
||||||
if installType != "noformat" &&
|
if installType != "noformat" &&
|
||||||
@@ -411,7 +411,7 @@ func layDownOS(image, installType, cloudConfig, device, partition, statedir, kap
|
|||||||
bootDir := "boot/"
|
bootDir := "boot/"
|
||||||
kernelArgs := "printk.devkmsg=on rancher.state.dev=LABEL=RANCHER_STATE rancher.state.wait" // console="+CONSOLE
|
kernelArgs := "printk.devkmsg=on rancher.state.dev=LABEL=RANCHER_STATE rancher.state.wait" // console="+CONSOLE
|
||||||
if statedir != "" {
|
if statedir != "" {
|
||||||
kernelArgs = kernelArgs + " rancher.state.directory="+statedir
|
kernelArgs = kernelArgs + " rancher.state.directory=" + statedir
|
||||||
}
|
}
|
||||||
|
|
||||||
// unmount on trap
|
// unmount on trap
|
||||||
|
Reference in New Issue
Block a user