diff --git a/preseeds/preseed.cfg b/preseeds/preseed.cfg index 310b2af..4c76fc8 100644 --- a/preseeds/preseed.cfg +++ b/preseeds/preseed.cfg @@ -1,6 +1,6 @@ d-i debian-installer/locale string fr_FR d-i keyboard-configuration/xkb-keymap select fr(latin9) -d-i netcfg/choose_interface select eth0 +# d-i netcfg/choose_interface select eth0 d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain @@ -12,6 +12,12 @@ d-i mirror/http/hostname string ftp.fr.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string +# +# REPOS +# +d-i apt-setup/contrib boolean true +d-i apt-setup/non-free boolean true + # # USER ACCOUNT # @@ -48,6 +54,7 @@ d-i partman/confirm_nooverwrite boolean true # PACKAGES # tasksel tasksel/first multiselect none +d-i pkgsel/include string git # # GRUB diff --git a/preseeds/preseed_swap.cfg b/preseeds/preseed_swap.cfg index d55e0c8..e78e78b 100644 --- a/preseeds/preseed_swap.cfg +++ b/preseeds/preseed_swap.cfg @@ -12,6 +12,12 @@ d-i mirror/http/hostname string ftp.fr.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string +# +# REPOS +# +d-i apt-setup/contrib boolean true +d-i apt-setup/non-free boolean true + # # USER ACCOUNT # @@ -48,6 +54,7 @@ d-i partman/confirm_nooverwrite boolean true # PACKAGES # tasksel tasksel/first multiselect none +d-i pkgsel/include string git # # GRUB