We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the example https://github.com/xenserverarmy/packer/blob/master/examples/centos-7.json
could you please explain the purpose of the below parameter you've used.??
especially the use of the below,
What this will do boot_command ??
"boot_command": [ "<tab><end> ks=http://10.204.137.80/ks/centos7-ks.cfg<enter><wait>" ]
What this will do http_directory ??
"http_directory": "/var/www/html/packer"
What this will do script_url ??
"script_url": "http://10.204.137.80/packer/xenserver/"
What this will do nfs_mount ??
"nfs_mount": "10.204.136.41:/vol/exports/packer"
The reason why anything not specified in shutdown_command ??
"shutdown_command": "",
Also could you please explain https://github.com/xenserverarmy/packer/blob/master/scripts/copyiso.sh copyiso.sh script what it will do ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the example https://github.com/xenserverarmy/packer/blob/master/examples/centos-7.json
could you please explain the purpose of the below parameter you've used.??
"http_directory": "/var/www/html/packer"
"script_url": "http://10.204.137.80/packer/xenserver/"
"nfs_mount": "10.204.136.41:/vol/exports/packer"
"shutdown_command": "",
Also could you please explain https://github.com/xenserverarmy/packer/blob/master/scripts/copyiso.sh
copyiso.sh script what it will do ?
The text was updated successfully, but these errors were encountered: