-
Notifications
You must be signed in to change notification settings - Fork 121
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
Order files in cpio not kept #38
Comments
So it's just a "version sort" issue? If so, how about changing it from
markdown is preventing showing the backquote, so the command is: |
Without changing strip-cpio or post-procrssing filenames: |
tested it, if it's done in script, you have to do this http://pastebin.com/PrMdhjdT
EDIT: oh and don't use f as a variable, as that's already being used and will cause a conflict in the repack command |
How about using filelist order from original cpio dump?
doing manipluation, then
|
Because strip-cpio writes files to cpio-%d, when doing cat cpio-*, cpio-100 comes before cpio-25, which generates weird cases like the folder entry appearing AFTER the file entry.
The result being a cpio considered as corrupted
The text was updated successfully, but these errors were encountered: