Originally posted by: htmlmasterdave
It works i'm pretty sure

Thanks so much... is there some way I can fix this though so when it boots it works for good? Is it something in the rc files? I'm not sure exactly what loads when linux boots.
If the mkswap worked, it should be fine from now on. init should run something like
swapon -a shortly after going into multi-user mode. I'm guessing something dealing with mkswap b0rked during the install. You can always try rebooting afterwards to see if it works. If not, we can help you fix it up a bit.
EDIT: BTW, check out
/etc/init.d and
/etc/inittab. /etc/init.d should have all of the scripts that can be loaded on startup. /etc/inittab will tell you what run level SuSE starts at. Search for the word
default. It will probably be 5, but some distros set it up differently.
0 is halt and 6 is reboot. From here on it gets dicey and could be different depending on distro

1 is single user mode
3 is multi-user mode
5 is graphical mode
You probably start in run level 5, so the startup scripts will be in
/etc/rc5.d. Everything that starts will begin with the capital letter S followed by a number and a name. These are typically just links to the scripts in /etc/init.d.
I'm not sure, but I think Linux runs through init 1 then goes to your run level. So everything in /etc/rc1.d should run too. Swap would be after run level 1 though, so it is probably in /etc/rc5.d. But of course this redhat box says differently...