Simon Holgate <[EMAIL PROTECTED]> writes: > Is there anything like the minix install for lomem > on linux? That would allow me to activate the swap before booting the > mach kernel.
You could activate the paging partition right in /boot/servers.boot by adding a line like: /dev/hd0s6 $(add-linux-paging-file) If you do this, you don't need the entry in /dev. There's also $(add-raw-paging-file) if you don't like the Linux format overhead, and $(add-paging-file) for autodetection.

