This commit is contained in:
Lorenz Kästle 2026-02-16 10:33:23 +00:00 committed by GitHub
commit 84e24ad8af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -442,6 +442,9 @@ check_disk_config_wrapper process_arguments(int argc, char **argv) {
result.config.mount_list = read_file_system_list(false);
np_add_regex(&result.config.fs_exclude_list, "iso9660", REG_EXTENDED);
np_add_regex(&result.config.fs_exclude_list, "devtmpfs", REG_EXTENDED);
np_add_regex(&result.config.fs_exclude_list, "tracefs", REG_EXTENDED);
np_add_regex(&result.config.fs_exclude_list, "efivars", REG_EXTENDED);
while (true) {
int option = 0;