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