Re: changing from pkgbase to regularbase
- Reply: void : "Re: changing from pkgbase to regularbase"
- In reply to: void : "changing from pkgbase to regularbase"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Nov 2025 00:39:25 UTC
void wrote in <aR3Rc_5llfvlEjIo@int21h>: > A newly installed system was installed with pkgbase > It was then upgraded via source with git. > This is very recent 16:current amd64. > > When it came to installkernel, it was suggested to > set env DESTDIR=/ which was done and then > installkernel proceeded normally. > The same thing with installworld. the point of this warning was to prevent people from running "make installworld" on a pkgbase system. apparently, the warning was not sufficient... if you want to update using "make installworld", you should not install using pkgbase. instead, install using distribution sets.