Ticket #4100 (closed enhancement: fixed)
Add WIM archive(image) support
Reported by: | MooSE | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.26 |
Component: | mc-vfs | Version: | master |
Keywords: | wim, archive | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
Hi!
My small pull request: https://github.com/MidnightCommander/mc/pull/154
It improve "view" feature by adding support for WIM files
Also it improve extfs.d by adding support for WIM files. For now it allow:
- Add / Extract / Remove files
- Remove sub images
- Optimize / Verify archives
- VIew archive(image) info
sub Images visible like subdirectories (IMAGE1, IMAGE2...)
Optimize and verify works via virtual files (like INSTALL in deb/rpm).
Attachments
Change History
comment:3 in reply to: ↑ 2 ; follow-up: ↓ 4 Changed 4 years ago by andrew_b
Replying to MooSE:
Replying to andrew_b:
This patch contains some irrelevant info. Please clean it up.
[Done]
:)
Done what?
https://patch-diff.githubusercontent.com/raw/MidnightCommander/mc/pull/154.patch
still contains a lot of already committed code.
comment:4 in reply to: ↑ 3 Changed 4 years ago by MooSE
Replying to andrew_b:
Done what?
https://patch-diff.githubusercontent.com/raw/MidnightCommander/mc/pull/154.patch
still contains a lot of already committed code.
Ohhh....
I close pull request, cleanup code and open new request:
https://github.com/MidnightCommander/mc/pull/155
This code test on Linux and FreeBSD. And must be work on other systemes with sh, awk, wimtools.
comment:5 follow-up: ↓ 6 Changed 4 years ago by ossi
there was no need to create a new PR. you can clean up the history (git rebase -i) and force-push into the existing branch (the PR does automatically reflect that).
comment:6 in reply to: ↑ 5 Changed 4 years ago by MooSE
Replying to ossi:
there was no need to create a new PR. you can clean up the history (git rebase -i) and force-push into the existing branch (the PR does automatically reflect that).
I'm trying force push, but PR still closed, and i don't know how i can it reopen. I'm not familiar with github and don't know what i can do for reopen.
comment:10 Changed 4 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Branch state changed from no branch to on review
Applied with some changes.
Branch: 4100_wim
changeset:26d57e311ebc46218df125df4fb6d46807c49954
Please test.
comment:11 Changed 4 years ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from on review to approved
comment:12 Changed 4 years ago by andrew_b
- Votes for changeset changed from andrew_b to committed-master
- Branch state changed from approved to merged
Merged to master: [7f4960553a5f323070c9352e22b00eaefdbb4dc8].
comment:13 Changed 4 years ago by andrew_b
- Status changed from accepted to testing
- Resolution set to fixed
This patch contains some irrelevant info. Please clean it up.