note about floppy on ESXi

note about floppy on ESXi
This commit is contained in:
Alvaro Miranda 2015-08-17 22:15:26 +12:00
parent 641c8a2ea0
commit f54940d9e8
1 changed files with 16 additions and 0 deletions

View File

@ -393,3 +393,19 @@ modify as well:
- `remote_username` - The SSH username used to access the remote machine.
- `remote_password` - The SSH password for access to the remote machine.
### Using a floppy for linux kickstart file or preseed
Once the vm has been started, and the boot process is in place, sometimes a response file is
required. For ESXi enviroment, sometimes is easier use a floopy disk:
ie RedHat:
``` {.text}
"floppy_files": [
"folder/ks.cfg"
],
..
"boot_command": "<tab> text ks=floppy <enter><wait>"
```