Merge "Have glean set hostname if a config drive exists"

This commit is contained in:
Jenkins 2015-06-26 20:44:37 +00:00 committed by Gerrit Code Review
commit 96c134b429
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if blkid -t LABEL="config-2" ; then
# Mount config drive
mkdir -p /mnt/config
mount -o mode=0700 $(blkid -t LABEL="config-2" | cut -d ':' -f 1) /mnt/config || true
glean --ssh --skip-network
glean --ssh --skip-network --hostname
fi
if [ -f /usr/bin/dpkg ] ; then