]> git.madduck.net Git - code/vinst.git/blobdiff - preseed/wheezy/preseed.cfg

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

mask systemd-logind.service
[code/vinst.git] / preseed / wheezy / preseed.cfg
index 408719b2f12d6aecc32bae5ed10262c04d9f0c42..a020f237e55c7b67859da62b7d6cb7fd214c050c 100644 (file)
@@ -12,7 +12,7 @@ d-i hw-detect/load_firmware boolean true
 
 d-i mirror/country string manual
 d-i mirror/protocol string http
-d-i mirror/http/hostname string debian.morphium.info
+d-i mirror/http/hostname string http.debian.net
 d-i mirror/http/directory string /debian
 d-i mirror/http/proxy string
 d-i mirror/suite string wheezy
@@ -43,12 +43,7 @@ d-i partman/default_label string gpt
 
 d-i partman-auto/disk string /dev/vda
 d-i partman-auto/method string lvm
-
-d-i partman-md/device_remove_md boolean true
 d-i partman-auto/purge_lvm_from_device boolean true
-d-i partman-lvm/device_remove_lvm boolean true
-d-i partman-lvm/confirm boolean true
-d-i partman-lvm/confirm_nooverwrite boolean true
 
 d-i partman-auto/expert_recipe string madduck :: \
   1 1 1 free \
@@ -109,6 +104,11 @@ d-i partman-auto/expert_recipe string madduck :: \
 d-i partman-auto/choose_recipe select madduck
 d-i partman-auto-lvm/no_boot boolean true
 
+d-i partman-md/device_remove_md boolean true
+d-i partman-lvm/device_remove_lvm boolean true
+d-i partman-lvm/confirm boolean true
+d-i partman-lvm/confirm_nooverwrite boolean true
+
 d-i partman/choose_partition select finish
 d-i partman/confirm boolean true
 d-i partman/confirm_nooverwrite boolean true