Skip to content
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

Closed
noryb009 opened this issue Nov 16, 2017 · 3 comments
Closed

Allow installation from a directory #20

noryb009 opened this issue Nov 16, 2017 · 3 comments
Assignees
Labels

Comments

@noryb009
Copy link
Owner

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.

@noryb009 noryb009 self-assigned this Nov 16, 2017
@jamesbond3142
Copy link

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.

@noryb009
Copy link
Owner Author

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.

I feel like most of the work here is updating the GUI to accept a drive/directory, then piping the data to the uniso function (or whatever the new interface is).

@jamesbond3142
Copy link

jamesbond3142 commented Nov 17, 2017 via email

noryb009 added a commit that referenced this issue Nov 27, 2017
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
noryb009 added a commit that referenced this issue Nov 27, 2017
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
noryb009 added a commit that referenced this issue Nov 27, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants