Search found 2 matches

by joseph
Fri May 31, 2024 8:05 am
Forum: wimlib discussion
Topic: Is it possible to append without changing the index?
Replies: 1
Views: 171512

Is it possible to append without changing the index?

I want to add some files to wim without extracting all of them.
wimlib-imagex append always creates index 2. Is there any way to add files to index 1? --rebuild option didn't work either.
It is okay that modify an existing wim, or also create a new wim by adding a few files to the source wim.
by joseph
Mon Jul 24, 2023 6:59 am
Forum: wimlib discussion
Topic: How can I contribute?
Replies: 1
Views: 22536

How can I contribute?

hello.

We ran into the problem of having to apply the xattr of NTFS while mounted as ntfs-3g .
Accordingly, we will develop a function to set xattr according to the driver in wimlib.
If this can be useful to someone else, I'd like to contribute to the mainstream.
Is there a manual on how to ...