summary refs log tree commit diff
path: root/img/app/etc/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'img/app/etc/fstab')
-rw-r--r--img/app/etc/fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/app/etc/fstab b/img/app/etc/fstab
index 95bfe2b..c3afaba 100644
--- a/img/app/etc/fstab
+++ b/img/app/etc/fstab
@@ -4,5 +4,5 @@ proc		/proc		proc	defaults					0	0
 devpts		/dev/pts	devpts	defaults,gid=4,mode=620				0	0
 tmpfs		/dev/shm	tmpfs	defaults					0	0
 sysfs		/sys		sysfs	defaults					0	0
-LABEL=ext	/run/ext	ext4	ro						0	0
+LABEL=ext	/run/ext	erofs	ro						0	0
 store		/nix/store	overlay	ro,lowerdir=/nix/store:/run/ext/nix/store	0	0