Huge Update, Was It An Upgrade?

Share your ideas, questions or suggestions with us here.
Post Reply
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Huge Update, Was It An Upgrade?

Post by ericbsd »

The last update was a whole rebuild of the system.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Huge Update, Was It An Upgrade?

Post by ericbsd »

There is not really a version for that one.
wb7odyfred
Posts: 203
Joined: Sat Nov 12, 2016 5:44 pm

Re: Huge Update, Was It An Upgrade?

Post by wb7odyfred »

Code: Select all

uname -a
Will print out the kernel version name information. The "-a" means all

Code: Select all

man uname
read the "manual" entry for command "uname"

Code: Select all

kldstat

Will list the loaded kernel modules

Code: Select all

kldload 
kldunload
Will load a .ko kernel module or unload a kernel module.

Fred
rollercomsolutions
Posts: 3
Joined: Thu Sep 19, 2013 4:47 pm

Re: Huge Update, Was It An Upgrade?

Post by rollercomsolutions »

ericbsd wrote: Wed Jan 23, 2019 10:43 am The last update was a whole rebuild of the system.
This is using the new framework that was discussed at MeetBSD 2108 by Kris Moore? https://youtu.be/fRk8UBx205Y
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Huge Update, Was It An Upgrade?

Post by ericbsd »

Yes and the next, release we will be rolling our new pkg with some change in the base.
radek
Posts: 12
Joined: Fri Nov 02, 2018 11:43 am

Re: Huge Update, Was It An Upgrade?

Post by radek »

trueos-update fetch install
It download only packages, prouning BE and what next? How to upgrade?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Huge Update, Was It An Upgrade?

Post by ericbsd »

radek wrote: Fri Mar 15, 2019 1:59 pm trueos-update fetch install
It download only packages, prouning BE and what next? How to upgrade?
trueos-update is deprecated for now use our update manager.
Post Reply