fix: drop soft updates from newfs for PS4 compatibility

This commit is contained in:
earthonion
2026-01-31 21:26:51 -05:00
parent e749428c3b
commit bfbe756bfd
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
MD=$(mdconfig -a -t vnode -f "$(pwd)/download0.dat")
# Create UFS2 filesystem
newfs -U -O 2 -b 32768 -f 4096 /dev/${MD}
newfs -O 2 -b 32768 -f 4096 /dev/${MD}
# Mount
mount /dev/${MD} /mnt