Update 2025-01-01 10:04 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-01-01 10:04:08 +01:00
parent 6b2b5ae779
commit 1c9a2b446a
5 changed files with 48 additions and 0 deletions

3
.bin/mount-exfat Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh -x
_dev=${1:-sd2}
doas mount.exfat-fuse -o nodev,nosuid,noatime,uid=1000,gid=1000 /dev/${_dev}i /mnt