co už je v kernelu?
Roman Neuhauser
neuhauser at bellavista.cz
Sat Jun 14 13:41:01 CEST 2003
# otis at wilbury.sk / 2003-05-22 09:15:37 +0200:
> On Thu, May 22, 2003 at 07:24:57AM +0200, Michal Kapalka wrote:
> > Pozres /sys/i386/conf/ --> GENERIC alebo tvoj custom-config
>
> ak je v kernel configu nieco ako:
>
> options INCLUDE_CONFIG_FILE
>
> tak potom ide:
>
> strings -n3 /kernel | grep ^___ | sed -e's/___//'
kombinace grep/sed, prip. grep/awk obvykle obsahuje zbytecne volani
grepu. :)
strings -n3 /kernel | sed -ne '/^___/s///p'
--
If you cc me or remove the list(s) completely I'll most likely ignore
your message. see http://www.eyrie.org./~eagle/faqs/questions.html
More information about the Users-l
mailing list