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

Don't hard code password in image anymore

This commit is contained in:
Darren Shepherd
2015-02-24 01:27:30 -07:00
parent 7a8d9c5ec9
commit beb044b265
5 changed files with 30 additions and 7 deletions

View File

@@ -29,10 +29,7 @@ default rancheros
label rancheros
kernel /boot/vmlinuz
initrd /boot/initrd
append quiet
prompt 1
timeout 1
append quiet rancher.password=rancher
EOF
# Copied from boot2docker, thanks.