upkg-list won't work during bootstrap | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | If I add this during a postinstall in a bootstrap mode upkg-list list the packages of the host-pc but not the packages which got installed during bootstrap:
... or did I it wrong? |
|
|
|
|
|
Re: upkg-list won't work during bootstrap | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | The "cd $CHROOTDIR" doesn't make sense as the postinst script will be run inside the chroot. upkg-list should list the just installed packages when run from upkg-bootstrap. You should post the whole package spec to see what's wrong. |
|
|
|
|
|
Re: upkg-list won't work during bootstrap | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | |
|
|
|
|
|