1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

log bootstrap and autoformat services

This commit is contained in:
Ivan Mikushin
2015-07-22 19:18:43 +05:00
parent a636157882
commit 890052273e
2 changed files with 4 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ fi
UNAME=$(uname)
KERNEL_ARGS="rancher.password=rancher console=ttyS0 ${QEMU_APPEND}"
KERNEL_ARGS="quiet rancher.password=rancher console=ttyS0 ${QEMU_APPEND}"
if [ "$UNAME" == "Darwin" ] && [ -x $(which xhyve) ]; then