From 34670426f30eebffc4bb166d84a2d30f930c034a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 16 Jun 2021 16:43:15 +0200 Subject: [PATCH] add TC-3x partitions --- conf/{NUC/partitions.txt => parts/TC-1x.txt} | 0 conf/parts/TC-3x.txt | 10 ++++++++++ 2 files changed, 10 insertions(+) rename conf/{NUC/partitions.txt => parts/TC-1x.txt} (100%) create mode 100644 conf/parts/TC-3x.txt diff --git a/conf/NUC/partitions.txt b/conf/parts/TC-1x.txt similarity index 100% rename from conf/NUC/partitions.txt rename to conf/parts/TC-1x.txt diff --git a/conf/parts/TC-3x.txt b/conf/parts/TC-3x.txt new file mode 100644 index 0000000..8af733d --- /dev/null +++ b/conf/parts/TC-3x.txt @@ -0,0 +1,10 @@ +label: dos +label-id: 0xe671bb0c +device: /dev/nvme0n1 +unit: sectors + +/dev/nvme0n1p1 : start= 2048, size= 29491200, type=83, bootable +/dev/nvme0n1p2 : start= 29495294, size= 458901506, type=5 +/dev/nvme0n1p5 : start= 29495296, size= 19529728, type=83 +/dev/nvme0n1p6 : start= 49027072, size= 15622144, type=82 +/dev/nvme0n1p7 : start= 64651264, size= 423745536, type=83 -- 2.39.5