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

resolve device name using libblkid

This commit is contained in:
sidharthamani
2015-02-11 22:48:32 -08:00
parent 925a847ccc
commit 34b3057909
4 changed files with 27 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ set -x
cd $(dirname $0)/..
apt-get update
apt-get install -y curl rsync build-essential syslinux xorriso
apt-get install -y curl rsync build-essential syslinux xorriso libblkid-dev
curl -sL https://github.com/ibuildthecloud/docker/releases/download/v1.5.0-rancher-2/docker-1.5.0 > /usr/bin/docker