mynode/rootfs
Stadicus bb3a9714a7
RockPro64: allow PCIe NVMe internal SSD (#185)
The RockPro64 board has a PCIe slot that can be used with a slim
NVMe M.2 SSD drive. This makes attaching an external drive unnecessary
and can allow for a nice compact form factor.

The partition naming scheme is a bit different. While on regular USB
drives partitions are called e.g. /dev/sda1, on an NVMe drive the
partition is called /dev/nvme0n1p1 (note the appendix 'p1' instead
of '1')

This commit extends the script 'mount_drive.tcl' to
* recognize blockdevices starting with 'nvme' in findBlockDevices()
* use the variable $blockPartition in createMyNodeFsOnBlockDevice() to
  allow for the different partition naming scheme
2020-02-11 23:05:37 -06:00
..
debian/usr Make bitcoin configs consistent 2019-12-23 15:20:05 -06:00
raspi3/usr Make bitcoin configs consistent 2019-12-23 15:20:05 -06:00
raspi4/usr Add Samourai Wallet's Whirlpool (#76) 2019-12-25 22:38:30 -06:00
rock64 Move Rock64 electrs and add additional debug 2019-11-08 19:25:22 -06:00
rockpro64 Add RockPro64 Fan Controller 2020-02-09 19:36:09 -06:00
standard RockPro64: allow PCIe NVMe internal SSD (#185) 2020-02-11 23:05:37 -06:00