Actions
Feature #196
openIllumos svr4pkg should understand additional meta-data and should not use preinstall/postinstall scripts
Start date:
2010-09-13
Due date:
% Done:
30%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
External Bug:
Description
We should introduce additional meta-data (for drivers, fmri operations and others) for svr4pkg utils
and thus get rid of the "install" directory in SVR4 pkg (and appropriate entries in pkgmap).
For example, for drivers we can add "driver" class in pkgmap file (we must think about the right format of this line):
...
1 f none kernel/drv/rtls 0755 root sys 25172 16512 1209782046
1 f driver alias=pci10ec,8139 alias=pci1186,1300 alias=pci1186,1301 alias=pci1113,1211 clone_perms="rtls 0666 root sys" name=rtls perms="* 0666 root sys"
1 e preserve kernel/drv/rtls.conf 0644 root sys 341 25533 1209456500
...
Updated by Alexander Eremin over 12 years ago
- Status changed from New to In Progress
Updated by Alexander Eremin over 12 years ago
- % Done changed from 0 to 30
An initial implementation has been written, need complete test against all driver packages
Actions