Harmonize all pressed files
This commit is contained in:
parent
261527ef5f
commit
6c70fef83b
|
@ -39,7 +39,6 @@ d-i keyboard-configuration/xkb-keymap select French
|
|||
#####################################################################
|
||||
|
||||
# To set a different link detection timeout (default is 3 seconds).
|
||||
|
||||
# Values are interpreted as seconds.
|
||||
d-i netcfg/link_detection_timeout string 20
|
||||
|
||||
|
@ -79,7 +78,7 @@ d-i hw-detect/load_firmware boolean true
|
|||
## Mirror
|
||||
d-i mirror/country string FR
|
||||
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/mirror string ftp.fr.debian.org
|
||||
d-i mirror/suite string
|
||||
|
@ -99,7 +98,7 @@ d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJn
|
|||
|
||||
# Create a normal user account now?
|
||||
d-i passwd/make-user boolean false
|
||||
# User name
|
||||
## User name
|
||||
#d-i passwd/user-fullname string bob
|
||||
#d-i passwd/username string bob
|
||||
## User password in clear text
|
||||
|
@ -284,7 +283,6 @@ d-i partman-auto/expert_recipe string \
|
|||
|
||||
# Automatically partition without confirmation
|
||||
d-i partman/confirm_write_new_label boolean true
|
||||
#d-i partman/choose_partition select Finish partitioning and write changes to disk
|
||||
d-i partman/choose_partition select finish
|
||||
d-i partman/confirm boolean true
|
||||
d-i partman/confirm_nooverwrite boolean true
|
||||
|
|
|
@ -39,7 +39,6 @@ d-i keyboard-configuration/xkb-keymap select French
|
|||
#####################################################################
|
||||
|
||||
# To set a different link detection timeout (default is 3 seconds).
|
||||
|
||||
# Values are interpreted as seconds.
|
||||
d-i netcfg/link_detection_timeout string 20
|
||||
|
||||
|
@ -79,7 +78,7 @@ d-i hw-detect/load_firmware boolean true
|
|||
## Mirror
|
||||
d-i mirror/country string FR
|
||||
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/mirror string ftp.fr.debian.org
|
||||
d-i mirror/suite string
|
||||
|
@ -94,12 +93,12 @@ user-setup-udeb passwd/root-login boolean true
|
|||
# Root password in clear text
|
||||
#d-i passwd/root-password password r00tme
|
||||
#d-i passwd/root-password-again password r00tme
|
||||
# ... or encrypted with MD5 hash
|
||||
# ... or encrypted with {MD5, SHA512, …) hash
|
||||
d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJna1cfTjaST3TcF0FfrlSAaEcmCiOMq/DBOuD0tlu8VYQosZPgwcFT4bCuODMErU/fgRxZEeu9c10V0
|
||||
|
||||
# Create a normal user account now?
|
||||
d-i passwd/make-user boolean false
|
||||
# User name
|
||||
## User name
|
||||
#d-i passwd/user-fullname string bob
|
||||
#d-i passwd/username string bob
|
||||
## User password in clear text
|
||||
|
@ -275,7 +274,6 @@ d-i partman-auto/expert_recipe string \
|
|||
|
||||
# Automatically partition without confirmation
|
||||
d-i partman/confirm_write_new_label boolean true
|
||||
#d-i partman/choose_partition select Finish partitioning and write changes to disk
|
||||
d-i partman/choose_partition select finish
|
||||
d-i partman/confirm boolean true
|
||||
d-i partman/confirm_nooverwrite boolean true
|
||||
|
|
|
@ -39,7 +39,6 @@ d-i keyboard-configuration/xkb-keymap select French
|
|||
#####################################################################
|
||||
|
||||
# To set a different link detection timeout (default is 3 seconds).
|
||||
|
||||
# Values are interpreted as seconds.
|
||||
d-i netcfg/link_detection_timeout string 20
|
||||
|
||||
|
@ -79,7 +78,7 @@ d-i hw-detect/load_firmware boolean true
|
|||
## Mirror
|
||||
d-i mirror/country string FR
|
||||
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/mirror string ftp.fr.debian.org
|
||||
d-i mirror/suite string
|
||||
|
@ -94,12 +93,12 @@ user-setup-udeb passwd/root-login boolean true
|
|||
# Root password in clear text
|
||||
#d-i passwd/root-password password r00tme
|
||||
#d-i passwd/root-password-again password r00tme
|
||||
# ... or encrypted with MD5 hash
|
||||
# ... or encrypted with {MD5, SHA512, …) hash
|
||||
d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJna1cfTjaST3TcF0FfrlSAaEcmCiOMq/DBOuD0tlu8VYQosZPgwcFT4bCuODMErU/fgRxZEeu9c10V0
|
||||
|
||||
# Create a normal user account now?
|
||||
d-i passwd/make-user boolean false
|
||||
# User name
|
||||
## User name
|
||||
#d-i passwd/user-fullname string bob
|
||||
#d-i passwd/username string bob
|
||||
## User password in clear text
|
||||
|
@ -275,7 +274,6 @@ d-i partman-auto/expert_recipe string \
|
|||
|
||||
# Automatically partition without confirmation
|
||||
d-i partman/confirm_write_new_label boolean true
|
||||
#d-i partman/choose_partition select Finish partitioning and write changes to disk
|
||||
d-i partman/choose_partition select finish
|
||||
d-i partman/confirm boolean true
|
||||
d-i partman/confirm_nooverwrite boolean true
|
||||
|
|
|
@ -39,7 +39,6 @@ d-i keyboard-configuration/xkb-keymap select French
|
|||
#####################################################################
|
||||
|
||||
# To set a different link detection timeout (default is 3 seconds).
|
||||
|
||||
# Values are interpreted as seconds.
|
||||
d-i netcfg/link_detection_timeout string 20
|
||||
|
||||
|
@ -79,7 +78,7 @@ d-i hw-detect/load_firmware boolean true
|
|||
## Mirror
|
||||
d-i mirror/country string FR
|
||||
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/mirror string ftp.fr.debian.org
|
||||
d-i mirror/suite string
|
||||
|
@ -94,12 +93,12 @@ user-setup-udeb passwd/root-login boolean true
|
|||
# Root password in clear text
|
||||
#d-i passwd/root-password password r00tme
|
||||
#d-i passwd/root-password-again password r00tme
|
||||
# ... or encrypted with MD5 hash
|
||||
# ... or encrypted with {MD5, SHA512, …) hash
|
||||
d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJna1cfTjaST3TcF0FfrlSAaEcmCiOMq/DBOuD0tlu8VYQosZPgwcFT4bCuODMErU/fgRxZEeu9c10V0
|
||||
|
||||
# Create a normal user account now?
|
||||
d-i passwd/make-user boolean false
|
||||
# User name
|
||||
## User name
|
||||
#d-i passwd/user-fullname string bob
|
||||
#d-i passwd/username string bob
|
||||
## User password in clear text
|
||||
|
@ -275,7 +274,6 @@ d-i partman-auto/expert_recipe string \
|
|||
|
||||
# Automatically partition without confirmation
|
||||
d-i partman/confirm_write_new_label boolean true
|
||||
#d-i partman/choose_partition select Finish partitioning and write changes to disk
|
||||
d-i partman/choose_partition select finish
|
||||
d-i partman/confirm boolean true
|
||||
d-i partman/confirm_nooverwrite boolean true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Howto use
|
||||
####################################################################
|
||||
|
||||
## With an PXE boot:
|
||||
## With a PXE boot:
|
||||
#label wheezy
|
||||
# menu label Debian GNU/Linux Wheezy 64 bits WITH ^PRESEED
|
||||
# kernel installer/debian/wheezy/amd64/linux
|
||||
|
@ -58,6 +58,19 @@ d-i hw-detect/load_firmware boolean true
|
|||
|
||||
|
||||
|
||||
#####################################################################
|
||||
## Remote install (Manual)
|
||||
#####################################################################
|
||||
# Use the following settings if you wish to make use of the network-console
|
||||
# component for remote installation over SSH. This only makes sense if you
|
||||
# intend to perform the remainder of the installation manually.
|
||||
#d-i anna/choose_modules string network-console
|
||||
#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key
|
||||
#d-i network-console/password password r00tme
|
||||
#d-i network-console/password-again password r00tme
|
||||
|
||||
|
||||
|
||||
#####################################################################
|
||||
## Mirror settings
|
||||
#####################################################################
|
||||
|
@ -80,7 +93,7 @@ user-setup-udeb passwd/root-login boolean true
|
|||
# Root password in clear text
|
||||
#d-i passwd/root-password password r00tme
|
||||
#d-i passwd/root-password-again password r00tme
|
||||
# ... or encrypted with MD5 hash
|
||||
# ... or encrypted with {MD5, SHA512, …) hash
|
||||
d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJna1cfTjaST3TcF0FfrlSAaEcmCiOMq/DBOuD0tlu8VYQosZPgwcFT4bCuODMErU/fgRxZEeu9c10V0
|
||||
|
||||
# Create a normal user account now?
|
||||
|
@ -270,7 +283,7 @@ d-i partman-auto/expert_recipe string \
|
|||
|
||||
# Automatically partition without confirmation
|
||||
d-i partman/confirm_write_new_label boolean true
|
||||
d-i partman/choose_partition select Finish partitioning and write changes to disk
|
||||
d-i partman/choose_partition select finish
|
||||
d-i partman/confirm boolean true
|
||||
d-i partman/confirm_nooverwrite boolean true
|
||||
|
||||
|
@ -311,13 +324,14 @@ d-i apt-setup/local0/key string http://apt.puppetl
|
|||
tasksel tasksel/first multiselect ssh-server standard
|
||||
|
||||
## Individual additional packages to install
|
||||
# tftp-hpa to download an archive (see preseed/late_command at the end of this file)
|
||||
d-i pkgsel/include string tmux puppet zsh tftp-hpa
|
||||
# Whether to upgrade packages after debootstrap.
|
||||
# Allowed values: none, safe-upgrade, full-upgrade
|
||||
d-i pkgsel/upgrade select full-upgrade
|
||||
|
||||
# Participate to Popularity Contest (disable for an unconnected server)
|
||||
d-i popularity-contest/participate boolean false
|
||||
d-i popularity-contest/participate boolean true
|
||||
|
||||
|
||||
|
||||
|
@ -340,6 +354,7 @@ d-i grub-installer/only_debian boolean true
|
|||
# OS, which is less safe as it might not be able to boot that other OS.
|
||||
d-i grub-installer/with_other_os boolean true
|
||||
|
||||
d-i grub-installer/bootdev string default
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -362,6 +377,7 @@ d-i cdrom-detect/eject boolean false
|
|||
|
||||
#in-target wget -O /tmp/latecommand.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:latecommand.tar.gz" --no-check-certificate ; \
|
||||
d-i preseed/late_command string in-target chsh -s /bin/zsh ; \
|
||||
in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \
|
||||
in-target /usr/bin/tftp 129.20.27.239 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \
|
||||
in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \
|
||||
in-target /bin/sh /tmp/latecommand/post.sh
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## With a PXE boot:
|
||||
#label wheezy
|
||||
# menu label Debian GNU/Linux ^wheezy 64 bits WITH PRESEED
|
||||
# menu label Debian GNU/Linux Wheezy 64 bits WITH ^PRESEED
|
||||
# kernel installer/debian/wheezy/amd64/linux
|
||||
# APPEND vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/installer/debian/wheezy/amd64/preseed.cfg IPAPPEND 2
|
||||
|
||||
|
@ -39,7 +39,6 @@ d-i keyboard-configuration/xkb-keymap select French
|
|||
#####################################################################
|
||||
|
||||
# To set a different link detection timeout (default is 3 seconds).
|
||||
|
||||
# Values are interpreted as seconds.
|
||||
d-i netcfg/link_detection_timeout string 20
|
||||
|
||||
|
@ -79,7 +78,7 @@ d-i hw-detect/load_firmware boolean true
|
|||
## Mirror
|
||||
d-i mirror/country string FR
|
||||
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/mirror string ftp.fr.debian.org
|
||||
d-i mirror/suite string
|
||||
|
@ -94,12 +93,12 @@ user-setup-udeb passwd/root-login boolean true
|
|||
# Root password in clear text
|
||||
#d-i passwd/root-password password r00tme
|
||||
#d-i passwd/root-password-again password r00tme
|
||||
# ... or encrypted with MD5 hash
|
||||
# ... or encrypted with {MD5, SHA512, …) hash
|
||||
d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJna1cfTjaST3TcF0FfrlSAaEcmCiOMq/DBOuD0tlu8VYQosZPgwcFT4bCuODMErU/fgRxZEeu9c10V0
|
||||
|
||||
# Create a normal user account now?
|
||||
d-i passwd/make-user boolean false
|
||||
# User name
|
||||
user-setup-udeb passwd/make-user boolean false
|
||||
## User name
|
||||
#d-i passwd/user-fullname string bob
|
||||
#d-i passwd/username string bob
|
||||
## User password in clear text
|
||||
|
@ -275,7 +274,6 @@ d-i partman-auto/expert_recipe string \
|
|||
|
||||
# Automatically partition without confirmation
|
||||
d-i partman/confirm_write_new_label boolean true
|
||||
#d-i partman/choose_partition select Finish partitioning and write changes to disk
|
||||
d-i partman/choose_partition select finish
|
||||
d-i partman/confirm boolean true
|
||||
d-i partman/confirm_nooverwrite boolean true
|
||||
|
@ -347,9 +345,6 @@ d-i grub-installer/only_debian boolean true
|
|||
# OS, which is less safe as it might not be able to boot that other OS.
|
||||
d-i grub-installer/with_other_os boolean true
|
||||
|
||||
# Since Debian wheezy, the d-i will ask to specify the device for Grub.
|
||||
# Should use 'default', to use the default system disk
|
||||
# Fix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759737
|
||||
d-i grub-installer/bootdev string default
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue