Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1496 from Silex/master
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
joshwget committed Jan 5, 2017
2 parents 81b35c6 + 8443aa4 commit f5c8cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/control/install.go
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion docs/os/contributing/index.md
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion scripts/package-iso
Expand Up @@ -9,7 +9,6 @@ CD=${BUILD}/cd
ISO=${ARTIFACTS}/$(echo ${DISTRIB_ID} | tr '[:upper:]' '[:lower:]').iso
CHECKSUM=iso-checksums.txt

mkdir -p ${CD}/boot/isolinux
mkdir -p ${CD}/boot/isolinux

if [ ! -f ${ARTIFACTS}/vmlinuz ] || [ ! -f ${ARTIFACTS}/initrd ]; then
Expand Down

0 comments on commit f5c8cc1

Please sign in to comment.