forked from Mirror/pmbootstrap
Do not attempt to upgrade packages in the rootfs chroot when running
"pmbootstrap install".
This was responsible for placing every single package in /etc/apk/world
(which should only hold the packages explicitly installed), because the
upgrade function was literally implemented as getting a list of
installed packages and explicitly running pmb.chroot.apk.install on each
of them. The intention was to rebuild these packages if they were outdated,
I guess I didn't realize that this makes /etc/apk/world unusable when I
introduced this three years ago in
|
||
---|---|---|
.. | ||
__init__.py | ||
apk.py | ||
apk_static.py | ||
binfmt.py | ||
distccd.py | ||
init.py | ||
initfs.py | ||
initfs_hooks.py | ||
mount.py | ||
other.py | ||
root.py | ||
shutdown.py | ||
user.py | ||
zap.py |