mirror of
https://github.com/rancher/os.git
synced 2025-09-25 12:47:20 +00:00
Fix typos
This commit is contained in:
@@ -30,8 +30,8 @@ var installCommand = cli.Command{
|
||||
Name: "install-type, t",
|
||||
Usage: `generic: (Default) Creates 1 ext4 partition and installs RancherOS
|
||||
amazon-ebs: Installs RancherOS and sets up PV-GRUB
|
||||
syslinux: partition and format disk (mbr), then install RnancherOS and setup Syslinux
|
||||
gptsyslinux: partition and format disk (gpt), then install RnancherOS and setup Syslinux
|
||||
syslinux: partition and format disk (mbr), then install RancherOS and setup Syslinux
|
||||
gptsyslinux: partition and format disk (gpt), then install RancherOS and setup Syslinux
|
||||
`,
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
@@ -53,7 +53,7 @@ If you're on OS X, you can run RancherOS using [_xhyve_](https://github.com/mist
|
||||
You can enable extra log information in the console by setting them using `sudo ros config set`,
|
||||
or as kernel boot parameters.
|
||||
Enable all logging by setting `rancher.debug` true
|
||||
or you can set `rancher.docker.debug`, `racher.system_docker.debug`, `rancher.bootstrap_docker.debug`, or `rancher.log` individually.
|
||||
or you can set `rancher.docker.debug`, `rancher.system_docker.debug`, `rancher.bootstrap_docker.debug`, or `rancher.log` individually.
|
||||
|
||||
You will also be able to view the debug logging information by running `dmesg` as root.
|
||||
|
||||
|
Reference in New Issue
Block a user