1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 18:20:32 +00:00

rbind the host dev

This commit is contained in:
Darren Shepherd
2015-04-06 07:28:28 -07:00
parent bedb10c85e
commit d67aec9122

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ -e /host/dev ]; then
mount --bind /host/dev /dev
mount --rbind /host/dev /dev
fi
exec "$@"