Code Monkey home page Code Monkey logo

Comments (3)

goffinet avatar goffinet commented on June 12, 2024 1

To be clear :

Distribution Username Default Password
bionic root testtest
focal ubuntu ubuntu
centos7 root testtest
centos8 root testtest
debian10 root testtest
fedora32 root testtest

from virt-scripts.

goffinet avatar goffinet commented on June 12, 2024

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 auto-install.sh, you will find the passwords in the functions that create the response files, for example at line 204 of this script for Centos 7 :

rootpw --plaintext testtest

from virt-scripts.

anhdao1520 avatar anhdao1520 commented on June 12, 2024

Sorry, but is there a way to setup static ip for debian virtual machine, when kickstart automatic installing

from virt-scripts.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.