lick icon indicating copy to clipboard operation
lick copied to clipboard

Allow more flexibility in where files go

Open noryb009 opened this issue 7 years ago • 1 comments

Certain files should have more flexibility in where they are. For example, lickgrub.cfg currently needs to be at c:/lickgrub.cfg, but it could be anywhere.

noryb009 avatar Jul 07 '17 05:07 noryb009

An extension of this is better support for volumes. This includes the GUID syntax (\\?\Volume{GUID}), and possibly network locations (however this gets tricky if critical files are on these partitions). A good first step for this is to work with the EFI drive using the GUID syntax to avoid the awkward mounting and dismounting. This would allow removing a lot of the special code in drive.c, such as finding an unused drive letter.

noryb009 avatar Jul 14 '17 05:07 noryb009