1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Remove hack to load VMware SCSI

This commit is contained in:
Darren Shepherd
2015-03-18 06:24:43 -07:00
parent 5877e586b8
commit 24c2d15ba8

View File

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