From 98e3feb9115b46e38f59be2181672f115ff3f2e5 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Wed, 16 Jan 2019 15:20:41 +0100 Subject: [PATCH] If nvme is available, choose it first --- preseed/debian/buster/preseed.cfg | 2 +- preseed/debian/buster/preseed.cinnamon.uefi.cfg | 2 +- preseed/debian/stretch/preseed.cfg | 2 +- preseed/debian/stretch/preseed.cinnamon.uefi.cfg | 2 +- preseed/debian/stretch/preseed.gnome.uefi.cfg | 2 +- preseed/debian/stretch/preseed_cinnamon.cfg | 2 +- preseed/debian/stretch/preseed_computenode.cfg | 2 +- preseed/debian/stretch/preseed_mate.cfg | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/preseed/debian/buster/preseed.cfg b/preseed/debian/buster/preseed.cfg index f9719f2..a0781f5 100644 --- a/preseed/debian/buster/preseed.cfg +++ b/preseed/debian/buster/preseed.cfg @@ -137,7 +137,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.f ## 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom diff --git a/preseed/debian/buster/preseed.cinnamon.uefi.cfg b/preseed/debian/buster/preseed.cinnamon.uefi.cfg index 8c9f2ef..2cb8c02 100644 --- a/preseed/debian/buster/preseed.cinnamon.uefi.cfg +++ b/preseed/debian/buster/preseed.cinnamon.uefi.cfg @@ -137,7 +137,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.f ## 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom diff --git a/preseed/debian/stretch/preseed.cfg b/preseed/debian/stretch/preseed.cfg index 655f0de..d854cd7 100644 --- a/preseed/debian/stretch/preseed.cfg +++ b/preseed/debian/stretch/preseed.cfg @@ -134,7 +134,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.fr # 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom diff --git a/preseed/debian/stretch/preseed.cinnamon.uefi.cfg b/preseed/debian/stretch/preseed.cinnamon.uefi.cfg index 508dde5..8ef26a1 100644 --- a/preseed/debian/stretch/preseed.cinnamon.uefi.cfg +++ b/preseed/debian/stretch/preseed.cinnamon.uefi.cfg @@ -137,7 +137,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.fr # 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom diff --git a/preseed/debian/stretch/preseed.gnome.uefi.cfg b/preseed/debian/stretch/preseed.gnome.uefi.cfg index 17b7c3a..bc33cc8 100644 --- a/preseed/debian/stretch/preseed.gnome.uefi.cfg +++ b/preseed/debian/stretch/preseed.gnome.uefi.cfg @@ -137,7 +137,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.fr # 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom diff --git a/preseed/debian/stretch/preseed_cinnamon.cfg b/preseed/debian/stretch/preseed_cinnamon.cfg index 1411ede..9b1e9af 100644 --- a/preseed/debian/stretch/preseed_cinnamon.cfg +++ b/preseed/debian/stretch/preseed_cinnamon.cfg @@ -137,7 +137,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.fr # 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom diff --git a/preseed/debian/stretch/preseed_computenode.cfg b/preseed/debian/stretch/preseed_computenode.cfg index d7b2e65..7e68efd 100644 --- a/preseed/debian/stretch/preseed_computenode.cfg +++ b/preseed/debian/stretch/preseed_computenode.cfg @@ -134,7 +134,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.fr # 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom diff --git a/preseed/debian/stretch/preseed_mate.cfg b/preseed/debian/stretch/preseed_mate.cfg index 97acf78..f852158 100644 --- a/preseed/debian/stretch/preseed_mate.cfg +++ b/preseed/debian/stretch/preseed_mate.cfg @@ -137,7 +137,7 @@ d-i clock-setup/ntp-server string ntp.univ-rennes1.fr # 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/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/init_automatically_partition select custom