If nvme is available, choose it first
This commit is contained in:
parent
a3a9399a92
commit
98e3feb911
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue