mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-03-03 00:07:49 -05:00
[issue]: Known trash directory locations should be filtered from the boot menu #2189
Labels
No labels
Denied Feature Request
File Corrupted
Fixed
Good practice
Not an issue
Not planed
USB 2.0/3.0
USB Hardware Issue
Wait Upstream Fix
bug
documentation
duplicate
enhancement
help wanted
question
wontfix
【Tested Image Report】
【Tested Image Report】
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Ventoy-ventoy#2189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Korkman on GitHub (May 8, 2024).
Official FAQ
Ventoy Version
1.0.97
What happened?
Known trash directory locations should be filtered from the boot menu by default. It's confusing some folks.
These are the naming schemes a quick research produced for Windows, Linux (FreeDesktop) and macOS respectively.
Related to #524 and the respective FAQ entry "
$xxx.iso was shown in boot menu"Could be made an option like
VTOY_FILE_FLT_TRASH, but I honestly don't see anyone wanting to turn it off.@steve6375 commented on GitHub (May 8, 2024):
Or configure Ventoy to work from a base folder (e.g. V_FILES) instead of the root of the USB drive?
@Korkman commented on GitHub (May 8, 2024):
@steve6375 That's already possible in the form of option
VTOY_DEFAULT_SEARCH_ROOTand I recommend it. But changing it to a default "isos" or so would be a breaking change for all documentation out there. And it is a positive for ease of use to just copy ISOs to the formatted drive for simple use-cases.@Korkman commented on GitHub (Sep 22, 2024):
I notice this has been implemented in 1.0.99. Thank you @ventoy !