Use nvme0n1 as first disk if available
This commit is contained in:
parent
755143cc36
commit
7fe0e05738
|
@ -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.
|
# If the system has only one disk the installer will default to using it.
|
||||||
# Otherwise, the device name must be given
|
# 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
|
d-i partman-auto/init_automatically_partition select custom
|
||||||
|
|
||||||
|
|
|
@ -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.
|
# If the system has only one disk the installer will default to using it.
|
||||||
# Otherwise, the device name must be given
|
# 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
|
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.
|
# If the system has only one disk the installer will default to using it.
|
||||||
# Otherwise, the device name must be given
|
# 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
|
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.
|
# If the system has only one disk the installer will default to using it.
|
||||||
# Otherwise, the device name must be given
|
# 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
|
d-i partman-auto/init_automatically_partition select custom
|
||||||
|
|
||||||
|
|
|
@ -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.
|
# If the system has only one disk the installer will default to using it.
|
||||||
# Otherwise, the device name must be given
|
# 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
|
d-i partman-auto/init_automatically_partition select custom
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue