-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello i'm install centos but not find where passwd? #5
Comments
All published images on "download.goffinet.org/kvm" are built from the project https://github.com/goffinet/packer-kvm with Packer. The username and password of these images is in the json file of the distribution name. For example, for Centos 7 the file centos7.json at line 15 is used: {
"variables":
{
"cpu": "2",
"ram": "2048",
"name": "centos",
"disk_size": "40000",
"version": "7",
"iso_checksum_type": "sha256",
"iso_urls": "http://ftp.belnet.be/mirror/ftp.centos.org/7.8.2003/isos/x86_64/CentOS-7-x86_64-Minimal-2003.iso",
"iso_checksum": "659691c28a0e672558b003d223f83938f254b39875ee7559d1a4a14c79173193",
"headless": "true",
"config_file": "centos7-kickstart.cfg",
"ssh_username": "root",
"ssh_password": "testtest",
"destination_server": "download.goffinet.org"
}
} If you build the images yourself with this project and the
|
To be clear :
|
Sorry, but is there a way to setup static ip for debian virtual machine, when kickstart automatic installing |
Can you help me?
How to set passwd? or find them?
The text was updated successfully, but these errors were encountered: