Update packages management
This commit is contained in:
parent
7d2e62f9a3
commit
5f784ba514
2 changed files with 15 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
d-i debian-installer/locale string fr_FR
|
d-i debian-installer/locale string fr_FR
|
||||||
d-i keyboard-configuration/xkb-keymap select fr(latin9)
|
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_hostname string unassigned-hostname
|
||||||
d-i netcfg/get_domain string unassigned-domain
|
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/directory string /debian
|
||||||
d-i mirror/http/proxy string
|
d-i mirror/http/proxy string
|
||||||
|
|
||||||
|
#
|
||||||
|
# REPOS
|
||||||
|
#
|
||||||
|
d-i apt-setup/contrib boolean true
|
||||||
|
d-i apt-setup/non-free boolean true
|
||||||
|
|
||||||
#
|
#
|
||||||
# USER ACCOUNT
|
# USER ACCOUNT
|
||||||
#
|
#
|
||||||
|
@ -48,6 +54,7 @@ d-i partman/confirm_nooverwrite boolean true
|
||||||
# PACKAGES
|
# PACKAGES
|
||||||
#
|
#
|
||||||
tasksel tasksel/first multiselect none
|
tasksel tasksel/first multiselect none
|
||||||
|
d-i pkgsel/include string git
|
||||||
|
|
||||||
#
|
#
|
||||||
# GRUB
|
# GRUB
|
||||||
|
|
|
@ -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/directory string /debian
|
||||||
d-i mirror/http/proxy string
|
d-i mirror/http/proxy string
|
||||||
|
|
||||||
|
#
|
||||||
|
# REPOS
|
||||||
|
#
|
||||||
|
d-i apt-setup/contrib boolean true
|
||||||
|
d-i apt-setup/non-free boolean true
|
||||||
|
|
||||||
#
|
#
|
||||||
# USER ACCOUNT
|
# USER ACCOUNT
|
||||||
#
|
#
|
||||||
|
@ -48,6 +54,7 @@ d-i partman/confirm_nooverwrite boolean true
|
||||||
# PACKAGES
|
# PACKAGES
|
||||||
#
|
#
|
||||||
tasksel tasksel/first multiselect none
|
tasksel tasksel/first multiselect none
|
||||||
|
d-i pkgsel/include string git
|
||||||
|
|
||||||
#
|
#
|
||||||
# GRUB
|
# GRUB
|
||||||
|
|
Reference in a new issue