View previous topic :: View next topic |
Author |
Message |
Vieri l33t
Joined: 18 Dec 2005 Posts: 906
|
Posted: Wed Nov 18, 2009 10:24 pm Post subject: genkernel uncompressed image |
|
|
Can I produce an uncompressed image with genkernel? (eg. make vmlinux)
Or can I simply uncompress the bzimage with bunzip?
I'm new to kexec/kdump and would like to start using it (I'm also used to genkernel). |
|
Back to top |
|
|
richard.scott Veteran
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Mon Nov 23, 2009 12:20 pm Post subject: |
|
|
Why not just make it with genkernel using the "--no-install" option and then run:
Code: | # cd /usr/src/linux
# make vmlinux |
Rich |
|
Back to top |
|
|
|