fix issue where rootfs path strips to the empty string (#1464)
Change-type: patch Connects-to: #1463 Signed-off-by: dt-rush <nickp@balena.io>
This commit is contained in:
parent
ab8cf1f718
commit
93fbb93a46
4 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/dev/nvme1n0 /host ext4 rw,seclabel,relatime,data=ordered 0 0
|
||||
/dev/nvme1n1 /host/media/volume1 ext4 rw,seclabel,relatime,data=ordered 0 0
|
||||
/dev/nvme1n2 /host/media/volume2 ext4 rw,seclabel,relatime,data=ordered 0 0
|
||||
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue