TheOmegaCode
Platinum Member
I just finished installing FreeBSD 5.0 last night. I've been having some issues with making through the ports collection and trying to open my sound device, but that's nothing a little reading won't fix (hey, I'm new to 5.x!). I got FluxBox up, and is it just me, or does this look pretty sexy for a default install? 😀
I reinstall my operating system about once every three months or so, just so I can learn more abou it, and this got me thinking: How do you install *Nix? I know everyone does things a little different, and I'm curious.
I start with an *.iso, burn it, and boot to it. Next I partition my disk, this time I made an 80gig 'slice,' under that slice I have 5GB for /, 1GB swap, 5GB /tmp, 5GB /var, and the rest for /usr. Then, I select the packages I want to install, just the binary and docs. After that, FBSD copies over the packages, and I go get something to drink. I then configure my network card, my mouse. Adding a user comes next, followed by changing the root password. I restart and then install cvsup and then upgrade my ports collection and src. I usually leave the house for a little while, and come back and restart again. Once I'm back up, I take this time to start installing software. I either fetch the tarball, and then do a pkg_add or I use the ports collection, make && make all install. I still need to recompile my kernel, but I'm impatient and lazy, and it hasn't given me problems yet, so I'll get to it later. 😛
*EDIT*
Got my sound to work, #kldload snd_cmi, duh 🙁 I should recompile my kernel now...
I reinstall my operating system about once every three months or so, just so I can learn more abou it, and this got me thinking: How do you install *Nix? I know everyone does things a little different, and I'm curious.
I start with an *.iso, burn it, and boot to it. Next I partition my disk, this time I made an 80gig 'slice,' under that slice I have 5GB for /, 1GB swap, 5GB /tmp, 5GB /var, and the rest for /usr. Then, I select the packages I want to install, just the binary and docs. After that, FBSD copies over the packages, and I go get something to drink. I then configure my network card, my mouse. Adding a user comes next, followed by changing the root password. I restart and then install cvsup and then upgrade my ports collection and src. I usually leave the house for a little while, and come back and restart again. Once I'm back up, I take this time to start installing software. I either fetch the tarball, and then do a pkg_add or I use the ports collection, make && make all install. I still need to recompile my kernel, but I'm impatient and lazy, and it hasn't given me problems yet, so I'll get to it later. 😛
*EDIT*
Got my sound to work, #kldload snd_cmi, duh 🙁 I should recompile my kernel now...