### load default preseed configuration d-i preseed/include_command string http://www.panticz.de/pxe/preseed/preseed.seed # # UPnP config # ### Localization d-i debian-installer/locale string en_US ### Partitioning d-i partman-auto/method string regular d-i partman/choose_partition select Finish partitioning and write changes to disk d-i partman/confirm boolean true ### Clock and time zone setup # d-i clock-setup/utc boolean true ### Package selection d-i pkgsel/include string openssh-server ushare samba unzip ### Account setup d-i passwd/make-user boolean false d-i passwd/root-login boolean true d-i passwd/root-password password password d-i passwd/root-password-again password password ### confirm finish d-i finish-install/reboot_in_progress note ### late command d-i preseed/late_command string \ wget http://dl.dropbox.com/u/4170695/ushare/install.ushare.sh -O /target/tmp/install.sh; \ chmod +x /target/tmp/install.sh; \ chroot /target/ sh -c /tmp/install.sh