debian-installer (d-i) as a service
Copy & Share
Series
any
experimental
sid
trixie
bookworm
noble
jammy
focal
Save
Load Default
d-i debian-installer/locale string zh_TW d-i debian-installer/language string zh_TW:zh d-i debian-installer/country string TW d-i debian-installer/locale string zh_TW.UTF-8 d-i localechooser/translation/warn-light boolean true d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layoutcode string us d-i netcfg/choose_interface select auto d-i mirror/country string manual d-i mirror/http/hostname string tw.archive.ubuntu.com d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string d-i clock-setup/utc boolean true d-i time/zone string Asia/Taipei d-i partman-auto/method string regular d-i partman-auto/choose_recipe select atomic d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true d-i passwd/user-fullname string Ubuntu User d-i passwd/username string oem d-i passwd/user-password password oem d-i passwd/user-password-again password oem d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false tasksel tasksel/first multiselect ubuntu-desktop d-i pkgsel/include string oem-config-gtk ubiquity-frontend-gtk d-i pkgsel/upgrade select full-upgrade d-i pkgsel/update-policy select none popularity-contest popularity-contest/participate boolean false d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true grub-pc grub-pc/install_devices multiselect /dev/sda d-i finish-install/reboot_in_progress note d-i cdrom-detect/eject boolean true
#!/bin/sh exec > /var/log/late_command.log 2>&1 set -x . /etc/default/locale apt-get install --yes $(check-language-support) apt-get autoremove --purge --yes oem-config-prepare --quiet
http://d-i.sylee.org/d-i/any/preseed.cfg
http://d-i.sylee.org/d-i/any/late_command
IP: 75.119.222.40