Ramik
Group: Members
Posts: 53
Joined: Nov. 2006 |
|
Posted: Nov. 10 2006,10:43 |
|
I can tell you that to "prep" the swap partition you need: "mkswap /dev/hda1" And to activate the swap you need: "swapon /dev/hda1"
So to find the 2nd command just grep your root for it, it will take a while but should work...
If you can't find were it supposed to be, just do the easy solution and throw the 2nd command to wherever script you feel comfortable with playing around that is part of the init\rc process, as long as you have about 16-32ram and the script runs before X, you should be fine...
|