From 7fe0e0573812ec77a1b7477f0a04090ac880c4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Tue, 3 May 2022 10:31:25 +0200 Subject: [PATCH] Use nvme0n1 as first disk if available --- preseed/debian/bullseye/preseed.cinnamon.uefi.cfg | 2 +- preseed/debian/bullseye/preseed.gnome.uefi.cfg | 2 +- preseed/debian/buster/preseed.gnome.uefi.cfg | 2 +- preseed/debian/buster/preseed.mate.cfg | 2 +- preseed/debian/sid/preseed.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/preseed/debian/bullseye/preseed.cinnamon.uefi.cfg b/preseed/debian/bullseye/preseed.cinnamon.uefi.cfg index d324c7d..340717e 100644 --- a/preseed/debian/bullseye/preseed.cinnamon.uefi.cfg +++ b/preseed/debian/bullseye/preseed.cinnamon.uefi.cfg @@ -136,7 +136,7 @@ d-i clock-setup/ntp-server string 0.debian.pool.ntp. # 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/bullseye/preseed.gnome.uefi.cfg b/preseed/debian/bullseye/preseed.gnome.uefi.cfg index 7a84043..b5afe34 100644 --- a/preseed/debian/bullseye/preseed.gnome.uefi.cfg +++ b/preseed/debian/bullseye/preseed.gnome.uefi.cfg @@ -136,7 +136,7 @@ d-i clock-setup/ntp-server string 0.debian.pool.ntp. # 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.gnome.uefi.cfg b/preseed/debian/buster/preseed.gnome.uefi.cfg index cc8dbc3..3d25f95 100644 --- a/preseed/debian/buster/preseed.gnome.uefi.cfg +++ b/preseed/debian/buster/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/buster/preseed.mate.cfg b/preseed/debian/buster/preseed.mate.cfg index 6019022..f3884ab 100644 --- a/preseed/debian/buster/preseed.mate.cfg +++ b/preseed/debian/buster/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 diff --git a/preseed/debian/sid/preseed.cfg b/preseed/debian/sid/preseed.cfg index 725cd9d..008e100 100644 --- a/preseed/debian/sid/preseed.cfg +++ b/preseed/debian/sid/preseed.cfg @@ -142,7 +142,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