Just a reference basePosts RSS Comments RSS

Archive for the 'FreeBSD' Category

FreeBSD notes

Remove flags:

trouble@sun:$ chflags noschg *

Upgrade a system:

trouble@sun:$ cd /usr/src
trouble@sun:$ make buildworld
trouble@sun:$ make buildkernel
trouble@sun:$ make installkernel

reboot into single user
trouble@sun:$ cd /usr/src
trouble@sun:$ make installworld
trouble@sun:$ mergemaster
trouble@sun:$ reboot

Comments Off

« Prev