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'.
This commit is contained in:
parent
a7d78af8a3
commit
55246ca61a
|
@ -13,7 +13,7 @@ steps:
|
||||||
device: "{{ output }}"
|
device: "{{ output }}"
|
||||||
start: 4MiB
|
start: 4MiB
|
||||||
end: 512MiB
|
end: 512MiB
|
||||||
tag: /boot
|
tag: tag-firmware
|
||||||
|
|
||||||
- mkpart: primary
|
- mkpart: primary
|
||||||
device: "{{ output }}"
|
device: "{{ output }}"
|
||||||
|
@ -24,7 +24,7 @@ steps:
|
||||||
- kpartx: "{{ output }}"
|
- kpartx: "{{ output }}"
|
||||||
|
|
||||||
- mkfs: vfat
|
- mkfs: vfat
|
||||||
partition: /boot
|
partition: tag-firmware
|
||||||
label: RASPIFIRM
|
label: RASPIFIRM
|
||||||
|
|
||||||
- mkfs: ext4
|
- mkfs: ext4
|
||||||
|
@ -33,7 +33,7 @@ steps:
|
||||||
|
|
||||||
- mount: tag-root
|
- mount: tag-root
|
||||||
|
|
||||||
- mount: /boot
|
- mount: tag-firmware
|
||||||
mount-on: tag-root
|
mount-on: tag-root
|
||||||
dirname: '/boot/firmware'
|
dirname: '/boot/firmware'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue