Created
November 17, 2015 18:29
-
-
Save stumped2/65b18cd6ece63f6c6416 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choose-mirror-bin mirror/http/proxy string | |
d-i base-installer/kernel/override-image string linux-server | |
d-i clock-setup/utc boolean true | |
d-i clock-setup/utc-auto boolean true | |
d-i finish-install/reboot_in_progress note | |
d-i grub-installer/only_debian boolean true | |
d-i grub-installer/with_other_os boolean true | |
d-i partman-basicfilesystems/no_swap boolean false | |
d-i partman-auto/expert_recipe string \ | |
myroot :: \ | |
1000 50 -1 ext4 \ | |
$primary{ } $bootable{ } \ | |
method{ format } format{ } \ | |
use_filesystem{ } filesystem{ ext4 } \ | |
mountpoint{ / } \ | |
. | |
d-i partman-auto/choose_recipe select myroot | |
d-i passwd/user-fullname string vagrant | |
d-i passwd/user-uid string 999 | |
d-i passwd/user-password password vagrant | |
d-i passwd/user-password-again password vagrant | |
d-i passwd/username string vagrant | |
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common haveged vim git puppet | |
d-i pkgsel/install-language-support boolean false | |
d-i pkgsel/update-policy select none | |
d-i pkgsel/upgrade select full-upgrade | |
d-i time/zone string UTC | |
d-i user-setup/allow-password-weak boolean true | |
d-i user-setup/encrypt-home boolean false | |
d-i mirror/http/proxy string http://192.168.1.3:3142 | |
tasksel tasksel/first multiselect standard, ubuntu-server | |
d-i pkgsel/upgrade select full-upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment