Page 1 of 1

Re: Huge Update, Was It An Upgrade?

Posted: Wed Jan 23, 2019 10:43 am
by ericbsd
The last update was a whole rebuild of the system.

Re: Huge Update, Was It An Upgrade?

Posted: Wed Jan 23, 2019 2:42 pm
by ericbsd
There is not really a version for that one.

Re: Huge Update, Was It An Upgrade?

Posted: Sat Feb 02, 2019 7:20 pm
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

Re: Huge Update, Was It An Upgrade?

Posted: Fri Feb 08, 2019 8:19 pm
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

Re: Huge Update, Was It An Upgrade?

Posted: Fri Feb 08, 2019 8:21 pm
by ericbsd
Yes and the next, release we will be rolling our new pkg with some change in the base.

Re: Huge Update, Was It An Upgrade?

Posted: Fri Mar 15, 2019 1:59 pm
by radek
trueos-update fetch install
It download only packages, prouning BE and what next? How to upgrade?

Re: Huge Update, Was It An Upgrade?

Posted: Fri Mar 22, 2019 8:55 am
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.