Search found 4 matches

by ehfortin
30. Sep 2010, 15:08
Forum: Problems
Topic: How/Where to find .config that were used for kernel on CD?
Replies: 10
Views: 5357

Re: How/Where to find .config that were used for kernel on CD?

That made it. Very cool.

I thought it could be different with the LiveCD but... I had none in hand so I've tried with what I had :)

Thanks.

ehfortin
by ehfortin
30. Sep 2010, 14:36
Forum: Problems
Topic: How/Where to find .config that were used for kernel on CD?
Replies: 10
Views: 5357

Re: How/Where to find .config that were used for kernel on CD?

Hi,

less /proc/config.gz

I've booted Salix 13.1.1 from the CD and tried this command without success. I'm getting the binary stuff from the config.gz instead of the content. So I guess the command "less" provided on the CD (busybox) is not able to uncompress the file by itself. I've not looked ...
by ehfortin
28. Sep 2010, 01:04
Forum: Problems
Topic: How/Where to find .config that were used for kernel on CD?
Replies: 10
Views: 5357

Re: How/Where to find .config that were used for kernel on CD?

:oops:

That was too easy. I can see the config from what I've installed. However, if I boot from the CD, I don't seems to see the config file. Actually, I see nothing in /boot (it is a link to /mnt/boot). Is it hidden somewhere else?

Thank you for this quick answer.

ehfortin
by ehfortin
28. Sep 2010, 00:09
Forum: Problems
Topic: How/Where to find .config that were used for kernel on CD?
Replies: 10
Views: 5357

How/Where to find .config that were used for kernel on CD?

Hi,

Well, I've done some search around this and I don't seems to find a way to get the .config that was used to generate the kernel that is on a specific CD. I was thinking at the source repository but I don't get the way it is stored. I'm assuming these .config are generated by some tools/scripts ...