Fix mount for C and D

This commit is contained in:
Gašper Fele-Žorž 2025-09-07 19:38:23 +02:00
parent bdc4fa2fc5
commit 15eb772ba0

View file

@ -103,7 +103,7 @@
mount:
boot: true
fstype: ntfs-3g
src: UUID=A09E30889E30594C
src: "PARTLABEL=Basic\\040data\\040partition"
path: /mnt/C
state: mounted
opts: defaults,nofail
@ -112,7 +112,7 @@
mount:
boot: true
fstype: ntfs-3g
src: "LABEL=D:"
src: "PARTLABEL=D:"
path: /mnt/D
state: mounted
opts: defaults,nofail