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

Don't need host dev mount for pre-created partition

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-03-27 00:59:11 +00:00
parent da5cab621a
commit 2f28a00e02
2 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,6 @@ sudo kpartx -a ${DISK}
docker run --privileged -it --rm \
-v /dev/mapper:/dev/mapper \
-v /:/host \
-v ${STATE}:/cluster \
rancher/os:${VERSION} \
--isoinstallerloaded=1 \