-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow installation from a directory #20
Comments
This is will be a welcome addition! Just one question to ask - it has been a very long time since I used Windows, so please bear with me. I seem to recall you can access the physical drive content by using the construct \.\PhysicalDrive0 or something. You can then treat this physical drive as if it's the ISO file and extract the stuff from them? This is probably just a stop-gap measure though. |
Thank you for the suggestion, but I feel like doing it the "proper" way and just copying files from the I feel like most of the work here is updating the GUI to accept a drive/directory, then piping the data to the |
On Fri, 17 Nov 2017 05:15:52 +0000 (UTC) Lukas Lorimer ***@***.***> wrote:
Thank you for the suggestion, but I feel like doing it the "proper" way and just copying files from the `D:/` drive (or whichever directory it may be) would be simpler than trying to make (and debug) treating a drive as an ISO file.
Indeed that's the proper way.
cheers!
…--
James B
|
Allow installing from a directory. This works, but work still needs to be done: * Do more tests. * Generate a name and an ID for the directory. * Update strings in the frontend. * Add support to the CLI and update strings. For #20
Right now, this really only supports directories (where it takes the directory name), and uses a generic "Linux" name for drives. Long-term, we should switch to asking distros if they think they own the directory/drive/ISO, and if so, to generate a name themselves. For #20
The one remaining reference to ISOs is the drop area. It looks like FLTK doesn't support a file and directory select window. I believe the simplest solution (until the GUI redesign) is to either have two tabs, or two drop areas on one tab. (Both will accept dropping ISOs and drives, but the text and onclick handlers would be different). For #20
Currently, we only allow installation from an ISO file. Installation from a directory might be easier if someone has a burned CD, but don't have or no longer has the ISO.
The text was updated successfully, but these errors were encountered: