Comment Re:My comments from Linux Today: (Score 1) 134
I loved the OpenBSD partition editor. It's not pretty, and it doesn't need to be. It assumes you know what your doing, (and if you don't you should read the docs) and then it gets the job done.
Maintaining a *BSD is so nice.
FreeBSD ex:
cvsup -g /usr/share/examples/stable-supfile
cd /usr/src
make buildworld && make installworld
cd /usr/src/sys/i386/conf
/usr/sbin/config MYKERNEL
cd ../../compile/MYKERNEL
make clean && make depend && make && make install
Who can complain when you can rebuild the entire OS and kernel so quickly and easily? Linux can't touch this.
Maintaining a *BSD is so nice.
FreeBSD ex:
cvsup -g
cd
make buildworld && make installworld
cd
/usr/sbin/config MYKERNEL
cd
make clean && make depend && make && make install
Who can complain when you can rebuild the entire OS and kernel so quickly and easily? Linux can't touch this.