diff --git a/README.md b/README.md index 36a6e6f..71daca8 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,6 @@ Contains the files which defines the PXE menu. The [first one][main menu.cfg] wi * Debian Stretch (Stable) amd64 + UEFI for minions with preseed (Cinnamon as default GUI). * Debian Stretch (Stable) amd64 for minions with preseed (Gnome 3 as default GUI). * Debian Stretch (Stable) i386. - * Debian Wheezy (oldoldStable) amd64 with additional firmwares (see [make_debian_initrd_with_firmware.sh][debian initrd with firmware script] script). - * Debian Wheezy (oldoldStable) amd64 with additional firmwares and preseed file. - * Debian Wheezy (oldoldStable) amd64 with additional firmwares and preseed file for Cluster node. - * Debian Wheezy (oldoldStable) amd64 with preseed (Gnome 3 as default GUI). - * Debian Wheezy (oldoldStable) i386. * Debian Sid (unstable) amd64. * Debian Sid (unstable) amd64 with additional firmwares (see [make_debian_initrd_with_firmware.sh][debian initrd with firmware script] script). * Debian Sid (unstable) i386. @@ -203,7 +198,6 @@ See the [scripts's README.md][scripts readme.md] file for more informations. [preseed informations]: https://wiki.debian.org/DebianInstaller/Preseed [debian sources]: https://sources.debian.org/ [preseed jessie]: ./preseed/debian/jessie/preseed.cfg "Debian Jessie preseed" -[preseed wheezy]: ./preseed/debian/wheezy/preseed.cfg "Debian Wheezy preseed" [scripts readme.md]: ./scripts/README.md "scripts's README.md for tftpboot" [debian initrd with firmware script]: ./scripts/README.md#make_debian_initrd_with_firmwaresh "informations about the Debian's initrd with additional firmwares" [debian latecommand description]: ./scripts/README.md#debian-late_command "informations about the Debian's late_command script" diff --git a/config/debian/menu.cfg b/config/debian/menu.cfg index e1a6025..803ec7d 100644 --- a/config/debian/menu.cfg +++ b/config/debian/menu.cfg @@ -86,26 +86,6 @@ label oldstableI386 append vga=normal initrd=installer/debian/jessie/i386/initrd.gz -- quiet label separator menu label --- -label oldoldstableFirmware - menu label Debian wheezy amd64 Firmwares - kernel installer/debian/wheezy/amd64/linux - append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.xz -- quiet -label oldoldstableAmd64 - menu label Debian ^wheezy amd64 PRESEED - kernel installer/debian/wheezy/amd64/linux - IPAPPEND 2 - append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/wheezy/preseed.cfg -label wheezy Cluster node - menu label Debian Wheezy amd64 ^Clusternode - kernel installer/debian/wheezy/amd64/linux - IPAPPEND 2 - APPEND vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/wheezy/preseed_cluster.cfg -label oldoldstableI386 - menu label Debian wheezy i386 - kernel installer/debian/wheezy/i386/linux - append vga=normal initrd=installer/debian/wheezy/i386/initrd.gz -- quiet -label separator - menu label --- label unstableAmd64 menu label Debian ^sid amd64 kernel installer/debian/sid/amd64/linux diff --git a/preseed/debian/buster/preseed.computenode.cfg b/preseed/debian/buster/preseed.computenode.cfg index 7689e96..421e64c 100644 --- a/preseed/debian/buster/preseed.computenode.cfg +++ b/preseed/debian/buster/preseed.computenode.cfg @@ -159,7 +159,7 @@ d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true # LVM partition -# recipe copied from https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/preseed/debian/wheezy/preseed_cluster.cfg +# recipe copied from https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/preseed/debian/stretch/preseed_computenode.cfg # # see https://www.bishnet.net/tim/blog/2015/01/29/understanding-partman-autoexpert_recipe/ for a description of partman's algorithm d-i partman-auto/expert_recipe string \ diff --git a/preseed/debian/wheezy/preseed.cfg b/preseed/debian/wheezy/preseed.cfg index 445c290..5948fa5 100644 --- a/preseed/debian/wheezy/preseed.cfg +++ b/preseed/debian/wheezy/preseed.cfg @@ -9,7 +9,7 @@ # IPAPPEND 2 # 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.203.27/installer/debian/wheezy/amd64/preseed.cfg - +## Keep this file just for memory #################################################################### # Localization diff --git a/preseed/debian/wheezy/preseed_cluster.cfg b/preseed/debian/wheezy/preseed_cluster.cfg deleted file mode 100644 index 14f4b6b..0000000 --- a/preseed/debian/wheezy/preseed_cluster.cfg +++ /dev/null @@ -1,341 +0,0 @@ -#################################################################### -# Howto use -#################################################################### - -## With a PXE boot: -#label wheezy Cluster node -# menu label Debian Wheezy amd64 ^Clusternode -# kernel installer/debian/wheezy/amd64/linux -# IPAPPEND 2 -# 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.203.27/installer/debian/wheezy/amd64/preseed_cluster.cfg - - - -#################################################################### -# Localization -#################################################################### - -#### Install Time -# Preseeding only locale sets language, country and locale. -#d-i debian-installer/locale string en_US - -# The values can also be preseeded individually for greater flexibility. -d-i debian-installer/language string en -d-i debian-installer/country string FR -d-i debian-installer/locale select en_US.UTF-8 -d-i debian-installer/fallbacklocale select en_US.UTF-8 -d-i localechooser/supported-locales multiselect fr_FR.UTF-8 -d-i debian-installer/keymap string fr-latin9 - -## Choose language -d-i localechooser/languagelist select en -## Choose keyboard configuration -d-i console-tools/archs string skip-config -d-i console-keymaps-at/keymap select fr-latin9 -d-i keyboard-configuration/xkb-keymap select French - - - -##################################################################### -## Network configuration -##################################################################### - -# To set a different link detection timeout (default is 3 seconds). -# Values are interpreted as seconds. -d-i netcfg/link_detection_timeout string 20 - -# If you have a slow dhcp server and the installer times out waiting for -# it, this might be useful. -d-i netcfg/dhcp_timeout string 60 -d-i netcfg/dhcpv6_timeout string 60 - -## Network Configuration -d-i netcfg/get_hostname string unassigned-hostname -d-i netcfg/get_domain string unassigned-domain - -# If non-free firmware is needed for the network or other hardware, you can -# configure the installer to always try to load it, without prompting. Or -# change to false to disable asking. -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 -##################################################################### - -## 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/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org -d-i mirror/suite string - - - -##################################################################### -## Account -##################################################################### -# Allow login as root? -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, SHA512, …) hash -d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJna1cfTjaST3TcF0FfrlSAaEcmCiOMq/DBOuD0tlu8VYQosZPgwcFT4bCuODMErU/fgRxZEeu9c10V0 - -# Create a normal user account now? -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 -#d-i passwd/user-password password insecure -#d-i passwd/user-password-again password insecure -## ... or encrypted with MD5 hash -##d-i passwd/user-password-crypted password $1$098f6bcd4621d373cade4e832627b4f6 -## Set User UID -#d-i passwd/user-uid string 1000 - - - -##################################################################### -## Clock and time zone setup -##################################################################### - -### Timezone -# Material clock on UTC -d-i clock-setup/utc boolean true -d-i time/zone string Europe/Paris -## Use NTP to set time -d-i clock-setup/ntp boolean true -d-i clock-setup/ntp-server string ntp.univ-rennes1.fr -#d-i clock-setup/ntp-server string 0.debian.pool.ntp.org - - - -##################################################################### -## Disk Partitioning/Boot loader -##################################################################### - -# If the system has only one disk the installer will default to using it. -# Otherwise, the device name must be given -d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1 - -d-i partman-auto/init_automatically_partition select custom - -# Specify the method to use -# - regular: use the usual partition types for the architecture -# - lvm: use LVM to partition the disk -# - crypto: use LVM within an encrypted partition -#d-i partman-auto/method string regular -d-i partman-auto/method string lvm - -# It's ok to have /boot in the LVM -d-i partman-auto-lvm/no_boot boolean false - -# Remove old LVM configuration -d-i partman-lvm/device_remove_lvm boolean true -d-i partman-lvm/device_remove_lvm_span boolean true -d-i partman-auto/purge_lvm_from_device boolean true -# Remove old RAID configuration -#d-i partman-md/device_remove_md boolean true -# Confirm to write the LVM partitions -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true - -# LVM partition -# This recipe need almost 150GB free space to apply all -# sda2 (145GB), lv_* (~140Gb) then it should not count it because -# all logical volumes are on sda2 ... -d-i partman-auto/expert_recipe string \ - boot-root :: \ - 200 2000000 250 ext3 \ - $primary{ } $bootable{ } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext3 } \ - label{ boot } \ - mountpoint{ /boot } \ - . \ - 148480 1000000 -1 ext4 \ - $defaultignore{ } \ - $primary{ } \ - method{ lvm } \ - vg_name{ sys } \ - . \ - 25600 90000 30720 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_root } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - label{ root } \ - mountpoint{ / } \ - . \ - 10240 80000 20480 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_usr } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - options/nodev{ nodev } \ - label{ usr } \ - mountpoint{ /usr } \ - . \ - 4096 70000 8192 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_var } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - options/nodev{ nodev } \ - label{ var } \ - mountpoint{ /var } \ - . \ - 40960 60000 61440 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_opt } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - label{ opt } \ - mountpoint{ /opt } \ - . \ - 3072 50000 15360 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_tmp } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - options/nodev{ nodev } \ - options/nosuid{ nosuid } \ - label{ tmp } \ - mountpoint{ /tmp } \ - . \ - 25% 30000 32768 linux-swap \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_swap } \ - method{ swap } format{ } \ - . \ - 100 100 -1 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_workl } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - label{ DataDisk } \ - mountpoint{ /mnt/workl } \ - . - -## Put all free space in a DataDisk logical volume - -# Automatically partition without confirmation -d-i partman/confirm_write_new_label boolean true -d-i partman/choose_partition select finish -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true - - - -##################################################################### -## APT configuration // Package selection -##################################################################### - -## Post install APT setup -d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org -d-i apt-setup/directory string /debian/ -d-i apt-setup/another boolean false -d-i apt-setup/security-updates boolean false -d-i apt-setup/non-free boolean true -d-i apt-setup/contrib boolean true - -# Additional repositories, local[0-9] available -d-i apt-setup/local0/repository string \ - http://apt.puppetlabs.com wheezy main dependencies -#d-i apt-setup/local0/comment string local server -# Enable deb-src lines -d-i apt-setup/local0/source boolean true -# URL to the public key of the local repository; you must provide a key or -# apt will complain about the unauthenticated repository and so the -# sources.list line will be left commented out -#d-i apt-setup/local0/key string http://local.server/key -d-i apt-setup/local0/key string http://apt.puppetlabs.com/pubkey.gpg - -# By default the installer requires that repositories be authenticated -# using a known gpg key. This setting can be used to disable that -# authentication. Warning: Insecure, not recommended. -#d-i debian-installer/allow_unauthenticated string true - - -## Choose packages -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 true - - - -##################################################################### -## Boot loader -##################################################################### -# Grub is the default boot loader (for x86). If you want lilo installed -# instead, uncomment this: -#d-i grub-installer/skip boolean true -# To also skip installing lilo, and install no bootloader, uncomment this -# too: -#d-i lilo-installer/skip boolean true - - -# This is fairly safe to set, it makes grub install automatically to the MBR -# if no other operating system is detected on the machine. -d-i grub-installer/only_debian boolean true - -# This one makes grub-installer install to the MBR if it also finds some other -# 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 - - -##################################################################### -## Finishing up the installation -##################################################################### - -# Avoid that last message about the install being complete. -d-i finish-install/reboot_in_progress note -d-i prebaseconfig/reboot_in_progress note - -# This will prevent the installer from ejecting the CD during the reboot, -# which is useful in some situations. -d-i cdrom-detect/eject boolean false - -# This is how to make the installer shutdown when finished, but not -# reboot into the installed system. -#d-i debian-installer/exit/halt boolean true -# This will power off the machine instead of just halting it. -#d-i debian-installer/exit/poweroff boolean true - -#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/rmdir /mnt/workl ; in-target /bin/sed -i '/lv_workl/d' /etc/fstab ; \ -in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \ -in-target /usr/bin/tftp 129.20.203.27 -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.jessie.sh - diff --git a/preseed/debian/wheezy/preseed_gnome.cfg b/preseed/debian/wheezy/preseed_gnome.cfg deleted file mode 100644 index d5a73b4..0000000 --- a/preseed/debian/wheezy/preseed_gnome.cfg +++ /dev/null @@ -1,351 +0,0 @@ -#################################################################### -# Howto use -#################################################################### - -## With a PXE boot: -#label wheezy -# menu label Debian GNU/Linux Wheezy 64 bits WITH ^PRESEED -# kernel installer/debian/wheezy/amd64/linux -# IPAPPEND 2 -# 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.203.27/installer/debian/wheezy/amd64/preseed.cfg - - - -#################################################################### -# Localization -#################################################################### - -#### Install Time -# Preseeding only locale sets language, country and locale. -#d-i debian-installer/locale string en_US - -# The values can also be preseeded individually for greater flexibility. -d-i debian-installer/language string en -d-i debian-installer/country string FR -d-i debian-installer/locale select en_US.UTF-8 -d-i debian-installer/fallbacklocale select en_US.UTF-8 -d-i localechooser/supported-locales multiselect fr_FR.UTF-8 -d-i debian-installer/keymap string fr-latin9 - -## Choose language -d-i localechooser/languagelist select en -## Choose keyboard configuration -d-i console-tools/archs string skip-config -d-i console-keymaps-at/keymap select fr-latin9 -d-i keyboard-configuration/xkb-keymap select French - - - -##################################################################### -## Network configuration -##################################################################### - -# To set a different link detection timeout (default is 3 seconds). -# Values are interpreted as seconds. -d-i netcfg/link_detection_timeout string 20 - -# If you have a slow dhcp server and the installer times out waiting for -# it, this might be useful. -d-i netcfg/dhcp_timeout string 60 -d-i netcfg/dhcpv6_timeout string 60 - -## Network Configuration -d-i netcfg/get_hostname string unassigned-hostname -d-i netcfg/get_domain string unassigned-domain - -# If non-free firmware is needed for the network or other hardware, you can -# configure the installer to always try to load it, without prompting. Or -# change to false to disable asking. -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 -##################################################################### - -## 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/proxy string -d-i mirror/http/mirror string ftp.fr.debian.org -d-i mirror/suite string - - - -##################################################################### -## Account -##################################################################### -# Allow login as root? -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, SHA512, …) hash -d-i passwd/root-password-crypted password $6$ceGTxMxc$gXajYByJna1cfTjaST3TcF0FfrlSAaEcmCiOMq/DBOuD0tlu8VYQosZPgwcFT4bCuODMErU/fgRxZEeu9c10V0 - -# Create a normal user account now? -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 -#d-i passwd/user-password password insecure -#d-i passwd/user-password-again password insecure -## ... or encrypted with MD5 hash -##d-i passwd/user-password-crypted password $1$098f6bcd4621d373cade4e832627b4f6 -## Set User UID -#d-i passwd/user-uid string 1000 - - - -##################################################################### -## Clock and time zone setup -##################################################################### - -### Timezone -# Material clock on UTC -d-i clock-setup/utc boolean true -d-i time/zone string Europe/Paris -## Use NTP to set time -d-i clock-setup/ntp boolean true -d-i clock-setup/ntp-server string ntp.univ-rennes1.fr -#d-i clock-setup/ntp-server string 0.debian.pool.ntp.org - - - -##################################################################### -## Disk Partitioning/Boot loader -##################################################################### - -# If the system has only one disk the installer will default to using it. -# Otherwise, the device name must be given -d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1 - -d-i partman-auto/init_automatically_partition select custom - -# Specify the method to use -# - regular: use the usual partition types for the architecture -# - lvm: use LVM to partition the disk -# - crypto: use LVM within an encrypted partition -#d-i partman-auto/method string regular -d-i partman-auto/method string lvm - -# It's ok to have /boot in the LVM -d-i partman-auto-lvm/no_boot boolean false - -# Remove old LVM configuration -d-i partman-lvm/device_remove_lvm boolean true -d-i partman-lvm/device_remove_lvm_span boolean true -d-i partman-auto/purge_lvm_from_device boolean true -# Remove old RAID configuration -#d-i partman-md/device_remove_md boolean true -# Confirm to write the LVM partitions -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true - -# LVM partition -# This recipe need almost 30Gb free space it's add all -# sda2 (16Gb), lv_* (~14Gb) then it should not count it because -# all logical volume are on sda2 ... -d-i partman-auto/expert_recipe string \ - boot-root :: \ - 200 200000 250 ext3 \ - $primary{ } $bootable{ } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext3 } \ - label{ boot } \ - mountpoint{ /boot } \ - . \ - 16000 100000 -1 ext4 \ - $defaultignore{ } \ - $primary{ } \ - method{ lvm } \ - vg_name{ sys } \ - . \ - 1000 8000 3000 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_root } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - label{ root } \ - mountpoint{ / } \ - . \ - 4000 7000 10000 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_usr } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - options/nodev{ nodev } \ - label{ usr } \ - mountpoint{ /usr } \ - . \ - 4000 6000 8000 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_var } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - options/nodev{ nodev } \ - label{ var } \ - mountpoint{ /var } \ - . \ - 1000 5000 2000 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_tmp } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - options/nodev{ nodev } \ - options/nosuid{ nosuid } \ - label{ tmp } \ - mountpoint{ /tmp } \ - . \ - 2000 4000 10000 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_home } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - options/nodev{ nodev } \ - label{ home } \ - mountpoint{ /home } \ - . \ - 512 3000 4000 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_opt } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - label{ opt } \ - mountpoint{ /opt } \ - . \ - 512 1000 100% linux-swap \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_swap } \ - method{ swap } format{ } \ - . \ - 16000 100000 -1 ext4 \ - $lvmok{ } \ - in_vg{ sys } lv_name{ lv_free } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - label{ free } \ - mountpoint{ /mnt/free } \ - . -## Need to put all free space in a temp logical volume/partition -# Otherwise it's the last partition which get all free space - -# Automatically partition without confirmation -d-i partman/confirm_write_new_label boolean true -d-i partman/choose_partition select finish -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true - - - -##################################################################### -## APT configuration // Package selection -##################################################################### - -## Post install APT setup -d-i apt-setup/uri_type select d-i -d-i apt-setup/hostname string ftp.fr.debian.org -d-i apt-setup/directory string /debian/ -d-i apt-setup/another boolean false -d-i apt-setup/security-updates boolean false -d-i apt-setup/non-free boolean true -d-i apt-setup/contrib boolean true - -# Additional repositories, local[0-9] available -d-i apt-setup/local0/repository string \ - http://apt.puppetlabs.com wheezy main dependencies -#d-i apt-setup/local0/comment string local server -# Enable deb-src lines -d-i apt-setup/local0/source boolean true -# URL to the public key of the local repository; you must provide a key or -# apt will complain about the unauthenticated repository and so the -# sources.list line will be left commented out -#d-i apt-setup/local0/key string http://local.server/key -d-i apt-setup/local0/key string http://apt.puppetlabs.com/pubkey.gpg - -# By default the installer requires that repositories be authenticated -# using a known gpg key. This setting can be used to disable that -# authentication. Warning: Insecure, not recommended. -#d-i debian-installer/allow_unauthenticated string true - - -## Choose packages -tasksel tasksel/first multiselect ssh-server standard gnome-desktop - -## 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 true - - - -##################################################################### -## Boot loader -##################################################################### -# Grub is the default boot loader (for x86). If you want lilo installed -# instead, uncomment this: -#d-i grub-installer/skip boolean true -# To also skip installing lilo, and install no bootloader, uncomment this -# too: -#d-i lilo-installer/skip boolean true - - -# This is fairly safe to set, it makes grub install automatically to the MBR -# if no other operating system is detected on the machine. -d-i grub-installer/only_debian boolean true - -# This one makes grub-installer install to the MBR if it also finds some other -# 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 - - -##################################################################### -## Finishing up the installation -##################################################################### - -# Avoid that last message about the install being complete. -d-i finish-install/reboot_in_progress note -d-i prebaseconfig/reboot_in_progress note - -# This will prevent the installer from ejecting the CD during the reboot, -# which is useful in some situations. -d-i cdrom-detect/eject boolean false - -# This is how to make the installer shutdown when finished, but not -# reboot into the installed system. -#d-i debian-installer/exit/halt boolean true -# This will power off the machine instead of just halting it. -#d-i debian-installer/exit/poweroff boolean true - -#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 ; \ -umount /dev/sys/lv_free ; lvremove -f /dev/sys/lv_free ; \ -in-target /bin/rmdir /mnt/free ; in-target /bin/sed -i '/lv_free/d' /etc/fstab ; \ -in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \ -in-target /usr/bin/tftp 129.20.203.27 -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.jessie.sh -