mirror of
https://github.com/rancher/os.git
synced 2025-09-07 01:31:06 +00:00
Release v1.9.0
- Bump up kernel to 4.14.211 - Bump up default Docker version to 19.03.14 - Include v1.9.0 tag - Fix sudo ros config syslinux command
This commit is contained in:
@@ -175,8 +175,8 @@ func editSyslinux(c *cli.Context) error {
|
||||
cmd := exec.Command("system-docker", "run", "--rm", "-it",
|
||||
"-v", "/:/host",
|
||||
"-w", "/host",
|
||||
"--entrypoint=vi",
|
||||
"rancher/os-console:"+config.Version,
|
||||
"--entrypoint=nano",
|
||||
"burmilla/os-console:"+config.Version,
|
||||
"boot/global.cfg")
|
||||
cmd.Stdout, cmd.Stderr, cmd.Stdin = os.Stdout, os.Stderr, os.Stdin
|
||||
return cmd.Run()
|
||||
|
Reference in New Issue
Block a user