Mount filesystems by label, not partition

This commit is contained in:
Gunnar Wolf
2018-08-14 14:11:13 -05:00
parent 68344d79da
commit 11943e5dde
2 changed files with 4 additions and 2 deletions

View File

@@ -22,9 +22,11 @@ steps:
- mkfs: vfat
partition: boot-part
label: raspiboot
- mkfs: ext4
partition: root-part
label: raspiroot
- mount: root-part
fs-tag: root-fs