diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-18 14:06:05 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-18 14:06:05 (EDT) |
commit | ffb1b7f786b541234e7fcd6969e74f8cafd75344 (patch) | |
tree | a1787285a0fae9e0ada3a8f6f7fd634bd9dfbc2f /README | |
parent | 49a767d3b62d948882179fcca2f9194da626f056 (diff) |
README: Explain opkg-opk's raison d'ĂȘtre
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ opkg-opk provides information about packages built by opkbuild for opkg. It is similar to Debian's dpkg-deb, however it provides only control file printing and data file listing. +opkg-opk exists to be able to list files in packages on other system +distributions. Whereas tar expects user and group IDs and names to +match between the system that created an archive and the system that +reads it, opkg-opk does no such verification. + Copyright --------- |