Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save sovannarithcheav/cbcafd6563cb9d1580c471bb63bc1005 to your computer and use it in GitHub Desktop.

Select an option

Save sovannarithcheav/cbcafd6563cb9d1580c471bb63bc1005 to your computer and use it in GitHub Desktop.

Revisions

  1. sovannarithcheav created this gist Nov 29, 2019.
    36 changes: 36 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    ## Options to set on the command line
    d-i debian-installer/locale string en_US
    d-i console-setup/ask_detect boolean false
    d-i console-setup/layoutcode string us
    d-i netcfg/get_hostname string unassigned-hostname
    d-i netcfg/get_domain string unassigned-domain

    d-i netcfg/choose_interface select auto
    d-i netcfg/wireless_wep string

    d-i base-installer/kernel/override-image string linux-server
    d-i clock-setup/utc-auto boolean true
    d-i clock-setup/utc boolean true
    d-i time/zone string US/Pacific
    d-i clock-setup/ntp boolean true

    d-i mirror/country string US
    d-i mirror/http/proxy string
    d-i pkgsel/install-language-support boolean false
    tasksel tasksel/first multiselect standard, ubuntu-server

    d-i partman-auto/method string regular
    d-i partman-auto/purge_lvm_from_device boolean true
    d-i partman-lvm/confirm boolean true
    d-i partman-auto/choose_recipe select atomic
    d-i partman/confirm_write_new_label boolean true
    d-i partman/choose_partition select finish
    d-i partman/confirm boolean true
    d-i passwd/user-fullname string Ubuntu User
    d-i passwd/username string ubuntu
    d-i passwd/user-password password insecure
    d-i passwd/user-password-again password insecure

    d-i grub-installer/only_debian boolean true
    d-i grub-installer/with_other_os boolean true
    d-i finish-install/reboot_in_progress note