From 55246ca61acca2b49a26485530c6e727456f1200 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Wed, 2 Nov 2022 10:41:08 +0100 Subject: [PATCH] Replace '/boot' tag with 'tag-firmware' This was the initial trigger for the tag-rename 'operation' as it caused confusion (with me) as it was also a mislabeled tag, so remove the ambiguity by renaming it to 'tag-firmware'. --- raspi_master.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index a6603bc..03ba01e 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -13,7 +13,7 @@ steps: device: "{{ output }}" start: 4MiB end: 512MiB - tag: /boot + tag: tag-firmware - mkpart: primary device: "{{ output }}" @@ -24,7 +24,7 @@ steps: - kpartx: "{{ output }}" - mkfs: vfat - partition: /boot + partition: tag-firmware label: RASPIFIRM - mkfs: ext4 @@ -33,7 +33,7 @@ steps: - mount: tag-root - - mount: /boot + - mount: tag-firmware mount-on: tag-root dirname: '/boot/firmware'