Added -show-hard-links to go-unsquashfs

Exposed the underlying squashfslow values for File and FS
This commit is contained in:
Caleb Gardner
2025-05-25 13:35:40 -05:00
parent f378136299
commit 1f0868fb21
4 changed files with 108 additions and 86 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ func NewReader(r io.ReaderAt) (Reader, error) {
Low: rdr,
}
out.FS = FS{
d: rdr.Root,
r: &out,
LowDir: rdr.Root,
r: &out,
}
return out, nil
}