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-fat32 Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh -x
_dev=${1:-sd2}
doas /sbin/mount_msdos -o nodev,nosuid,noatime -u 1000 -g 1000 /dev/${_dev}i /mnt