Re: [aclug-L] Kernel Question
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> [ Redhat instructions follow; debian probably _similar_ ]
>
> su
> <password>
> cd /usr/src/linux
> make menuconfig
> Move down to "Loadable Module Support"
> Enable Loadable Modules
> Check that all the other options are OK
> Save & Exit
> make dep; make clean
> make zImage
> make modules
> make modules_install
> cp arch/i386/boot/zImage /boot/zImage.[DATE]
> cd /etc
> vi lilo.conf
> add a section like:
> -------------
> image=/boot/zImage.[DATE]
> label=tryme
> root=/dev/hda5
> read-only
> -------------
> RUN LILO: /sbin/lilo
> reboot
>
> done!
> -jeff
> ----
> ..at the chess-board we cannot go beyond it nor do we want to. We
> have got our chessmen and we know their every value, and movement and
> power, so it is up to us to make the moves which we hope will give us
> victory. ... yet all the time, just as in life, we have to face problems.
I tried but step by step and it did not work. Thanks anyway
|
|