Results 1 to 5 of 5
I have seen posts where people post their menuconfig in a forum. What tool or how does one do that? Web searching does not seem to come up with anything. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-23-2011 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
How do you post your menuconfig in a forum?
I have seen posts where people post their menuconfig in a forum. What tool or how does one do that? Web searching does not seem to come up with anything. Frank
- 12-23-2011 #2
You run "cat /boot/grub/menu.lst" in a terminal and then post the output in a forum between code tags.
- 12-23-2011 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
Thanks I did not know how to do this, but what also need to know is, how to post the kernel changes I made after invoking make menuconfig. This is the first time I use bb code. I hope I did it right.Code:default 0 timeout 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz #title Gentoo Linux 3.0.6-gentoo root (hd0,0) kernel /boot/kernel-3.0.6-gentoo root=/dev/sda3 #title bizImage root (hd0,0) kernel /boot/bizImage root=/dev/sda3 #title Gentoo Linux 3.0.6 (rescue) root (hd0,0) kernel /boot/kernel-3.0.6-gentoo root=/dev/sda3 init=/bin/bb #initrd /boot/initramfs-genkernel-x86-2.6.24-gentoo-r5 # vim:ft=conf: (chroot) sysresccd lin
Last edited by MikeTbob; 12-24-2011 at 12:22 PM. Reason: new info/ added code tags
- 12-24-2011 #4Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 416
- 12-24-2011 #5
I have to apologise. I thought I saw menu.lst, but I have just realised that you meant menuconfig. You can find that in the directory where you built the kernel.


Reply With Quote

