Add a nvme0n1 disk to allow auto-partition from the preseed file for new SSD connection.
This commit is contained in:
parent
5115132de4
commit
7d71a422fd
|
@ -4,6 +4,7 @@
|
|||
* Add some backgrounds (#4).
|
||||
* Update Clonezilla and Gparted to their latest version.
|
||||
* Swap is now between 25% of the RAM and 32GB at max.
|
||||
* Add a nvme0n1 disk to allow auto-partition from the preseed file for new SSD connection.
|
||||
|
||||
#### Fixes
|
||||
* Use the new IP address.
|
||||
|
|
|
@ -99,7 +99,7 @@ Preseeding provides a way to set answers to questions asked by the Debian-Instal
|
|||
* Timezone : Europe/Paris
|
||||
* NTP server : ntp.univ-rennes1.fr
|
||||
* Partitionning
|
||||
* Use the entire first disk (sda or vda aka virtual hdd) with LVM.
|
||||
* Use the entire first disk (sda, vda aka virtual hdd or nvme0n1) with LVM.
|
||||
* Purge all LVM, RAID,… partitions or informations already set on the first disk.
|
||||
* Partitionning :
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
|
@ -133,7 +133,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
|
||||
d-i partman-auto/disk string /dev/sda /dev/vda /dev/nvme0n1
|
||||
|
||||
d-i partman-auto/init_automatically_partition select custom
|
||||
|
||||
|
|
Loading…
Reference in New Issue