Aha! I found that behavior in NEWS.md https://wimlib.net/git/?p=wimlib;a=blob;f=NEWS.md;hb=4baa0ab7b8ad5c7f0a109e22e9a6c8621a7edd42#l621 , posting it here in case anyone sees it:
## Version 1.7.0
...
- In reparse-point fixup mode (the default for capture), symbolic links and
junctions that point ...
Search found 2 matches
- Sat Dec 21, 2024 9:28 pm
- Forum: wimlib discussion
- Topic: Option --rpfix not working on wimapply
- Replies: 2
- Views: 167087
- Tue Dec 17, 2024 12:47 pm
- Forum: wimlib discussion
- Topic: Option --rpfix not working on wimapply
- Replies: 2
- Views: 167087
Option --rpfix not working on wimapply
Here's the test I did (I also tested on a Windows machine and behavior was similar)
I had this folder:
/Users/test/folder
├── Books -> /Users/test/folder/school/textbooks
├── Public -> /Users/Shared/pubdir
└── school
└── textbooks
└── book1.txt
I created two .wim files then applied them in ...
I had this folder:
/Users/test/folder
├── Books -> /Users/test/folder/school/textbooks
├── Public -> /Users/Shared/pubdir
└── school
└── textbooks
└── book1.txt
I created two .wim files then applied them in ...