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

Temporary fix for VMware mounting state partition

This commit is contained in:
Darren Shepherd
2015-02-24 10:45:17 -07:00
parent 2af99f561d
commit dfeb26eecf
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ default rancheros
label rancheros
kernel /boot/vmlinuz
initrd /boot/initrd
append quiet rancher.password=rancher
append quiet rancher.password=rancher rancher.modules=[mptspi]
EOF
# Copied from boot2docker, thanks.