summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-vexpress-defaultenv
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-11-03 23:52:53 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-12-13 17:09:18 +0100
commit503d8b541feff4717bd808c7533b20a4fbb5ffd9 (patch)
tree573106bce107e7b3678868ec962061df8a97b815 /configs/platform-v7a/barebox-vexpress-defaultenv
parent5616ce5c0af8a1b50adba04a32a4dc896b1aca60 (diff)
downloadDistroKit-503d8b541feff4717bd808c7533b20a4fbb5ffd9.tar.gz
DistroKit-503d8b541feff4717bd808c7533b20a4fbb5ffd9.tar.xz
v7a: barebox: bootchooser: use GPT partition labels
Now that every image is in GPT format, we can use the devnodes that include the partition label instead of the partition number to boot our rootfs. These names are more readable and also more robust against changing the order of the partitions. Make the change on all bareboxes that didn't have that yet. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.pengutronix.de/20231103225253.1349209-11-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox-vexpress-defaultenv')
-rw-r--r--configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot2
-rw-r--r--configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system1.boot2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot b/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot
index 961e29f..582283c 100644
--- a/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot
+++ b/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot
@@ -1 +1 @@
-disk0.0
+disk0.root-A
diff --git a/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system1.boot b/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system1.boot
index 5676f86..323bafb 100644
--- a/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system1.boot
+++ b/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system1.boot
@@ -1 +1 @@
-disk0.1
+disk0.root-B