mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 07:41:02 -04:00
Provide a set of sysctls and tunables to disable device node creation for specific "kinds" of disk labels - for example, GPT UUIDs. Reason for this is that sometimes, other GEOM classes attach to these device nodes instead of the proper ones - e.g. they attach to /dev/gptid/XXX instead of /dev/ada0p2, which is annoying. Reviewed by: pjd (earlier version) |
||
|---|---|---|
| .. | ||
| g_label.c | ||
| g_label.h | ||
| g_label_ext2fs.c | ||
| g_label_gpt.c | ||
| g_label_iso9660.c | ||
| g_label_msdosfs.c | ||
| g_label_msdosfs.h | ||
| g_label_ntfs.c | ||
| g_label_reiserfs.c | ||
| g_label_ufs.c | ||