Git Product home page Git Product logo

Comments (2)

sergevs avatar sergevs commented on May 25, 2024

What is block device vmware provides ?
By default preseed uses /dev/sda.
I've also updated README because find out that drive host variable was not described.

from ansible-os-autoinstall.

guoyanzhang0817 avatar guoyanzhang0817 commented on May 25, 2024

I am unclear.I just create an empty vmware machine,and set network connection to bridged, set MAC of the vmare machine using cable network card of the host machine.nothing else has changed. my preseed.cfg is as follows:
#d-i live-installer/net-image string http://192.168.1.92/extrafiles

locale sets language and country

d-i debian-installer/locale string zh_CN

keyboard selection

d-i keyboard-configuration/xkb-keymap select us

network configuration

mirror settings

d-i mirror/country string manual
d-i mirror/protocol string http
d-i mirror/http/hostname string 192.168.1.92
d-i mirror/http/directory string /debianiso
d-i mirror/http/proxy string http://192.168.1.92
d-i mirror/udeb/suite string stretch

clock and time zone setup

d-i clock-setup/utc boolean false
d-i time/zone string Asia/Shanghai

partitioning

d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string regular
d-i partman-auto/choose-recipe string atomic
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition string finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true

account setup

d-i passwd/root-login boolean true
d-i passwd/root-password password 123456
d-i passwd/root-password-again password 123456
d-i passwd/make-user boolean false
d-i user-setup/encrypt-home boolean false
d-i user-setup/allow-password-weak boolean true

package selection

tasksel tasksel/first multiselect standard,debian-servr
d-i pkgsel/include string openssh-server
d-i pkgsel/upgrade select none
d-i pkgsel/language-packs multiselect en,zh
d-i pkgsel/update-policy select none

boot loader installation

d-i grub-installer/only_debian boolean true

finishing up the installation

d-i finish-install/reboot_in_progress note

from ansible-os-autoinstall.

Related Issues (4)

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.