If nvme is available, choose it first

This commit is contained in:
Jeremy Gardais 2019-01-16 15:20:41 +01:00
parent a3a9399a92
commit 98e3feb911
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
8 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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