You have to append the initrd to the kernel. You don't have to recompile it
all. You can even build the entire kernel into a single object file with
all internal references resolved, then just ld -o kernel linux.o initrd.o
The tools exist.
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/