Re: avoiding wayland and pkgbase
- In reply to: Lexi Winter : "Re: avoiding wayland and pkgbase"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Aug 2025 17:40:29 UTC
we have fbsd handbook. which i consider world famous comprehensive tutorial style guide how to use that os. it even covers things outside of it, like networking and so on. i mean, props for docteam. any chance it could also contain more detailed paragraphs / chapters on how to build own releases, how to sign and distribute it. also for ports and so on. i mean something other than release(7) manpage and source. perhaps even with orignal tools the re@ uses. only top secret components there should be private keys. or if it all exists, point me to it. i haven't found it so far? seems like others have somehow missed it too, hence the questions On August 19, 2025 6:34:56 PM GMT+03:00, Lexi Winter <ivy@freebsd.org> wrote: >void: >> Is make buildworld/installworld also going to call pkg? > >no, as i said before, nothing will change about these targets. > >the procedure for upgrading pkgbase from source is: > >make buildworld buildkernel # build new binaries in OBJDIR >make update-packages # create new packages in REPODIR >pkg upgrade # install new packages to / > >until you run make update-packages, nothing at all happens with >packages.