-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Bootiso writes to incorrect folder when using wimlib-imagex #43
Comments
@Ill1 Thanks for your feedback. Can you give me your system information (neofetch) + wimlib version to help investigate this issue. Also, it would be nice of you to use a title which express the issue you encountered instead of the suggested solution, so that I can mark it as |
@jsamr Sure: Kernel: 4.15.0-45-generic Apologies for including the how-to-fix rather than what-was-broken - The fix worked for me on local, I initially tried to setup a Pull Request with the same. |
@Ill1 OK. You are describing a wimlib bug, corrected in 1.13, which has a nasty side effect on bootiso!
So I'll publish a patch to have retro-compatibility with earlier versions of wimsplit. |
Thanks @jsamr |
@Ill1 I'll keep it open until released for others stumbling on this :-) |
Should be fixed in v3.3.0, let me know! |
Wimlib-imagex searches for the first dot and puts a number behind it to generate successive image splits.
The bootiso scripts generates mount points with dots in the folder names.
This causes the script to fail when using wimlib-imagex because it tries to write the second, third and fourth... files to the wrong temporary folder (mount points).
The text was updated successfully, but these errors were encountered: