View previous topic :: View next topic |
Author |
Message |
metatro Guest
|
Posted: Wed Jun 01, 2005 10:26 Post subject: how to reduce and use a kernel on client |
|
|
hye evribody ,
so i want to minimize the kernel for install it on a small computer speedly...
for that i launched /mdk/bin/menuStart and done
# choose "clientISO"
# choose "kernel"
# choose "Download", "V2.6.8"
# I select the kernel 2.6.8
# wait until the kernel is downloaded and extracted
# choose "ConfigureOld"
# choose "m23-bootimage-linux-2.6.8.conf"
# choose "Menuconfig"
# I configure the kernel with few options who are essentials
# exit menuconfig
# store the configuration
# choose "Compile"
# choose "Copy"
# exit current menu
# choose "build"
and when i want to build the image he shows message errors and
"mknbi-linux" : command not found
then he returns on the menu.....
the image does she copy in the right repertory, and can i choose it when i will want to choose the kernel of my client ??,
thanks for your help and answers.
and if i done this operations, when i will want to choose |
|
Back to top |
|
|
Guest
|
Posted: Wed Jun 01, 2005 10:42 Post subject: |
|
|
i didn't succeeded to select the kernel i wanted...
how can i do for have the choice of the optimized kernel i builded with /mdk/bin/menuStart , in Distribution specifc options (kernel) ???
actually i have the choice between a kernel-image-2.6.8-11-p4 etc...but no image what i builded |
|
Back to top |
|
|
Hauke
Joined: 02 Mar 2003 Posts: 1072
|
Posted: Wed Jun 01, 2005 12:57 Post subject: |
|
|
The kernel you make with this menu is the kernel used for booting the client over the network and not the kernel installed on the client.
If you want to use a selfmade kernel try the following steps, try
http://m23.sourceforge.net/m23wiki/index.php/HtOwnKernel _________________ Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org
Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de
Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de |
|
Back to top |
|
|
Guest
|
Posted: Wed Jun 01, 2005 19:10 Post subject: |
|
|
okay i will tried to do this, but on the wiki when it said :
* add a new line to package sources list you are using
deb http://<serverIP>/<yourKernelDir> ./
i have got to add on sources.list ? or in other file ?? |
|
Back to top |
|
|
Hauke
Joined: 02 Mar 2003 Posts: 1072
|
Posted: Wed Jun 01, 2005 22:16 Post subject: |
|
|
No, add the line in the editor in the webinterface under "Packages" -> "Package sources". Load the package source you want to use, add the line and save it. _________________ Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org
Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de
Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de |
|
Back to top |
|
|
Guest
|
Posted: Thu Jun 02, 2005 8:51 Post subject: |
|
|
Quote: | No, add the line in the editor in the webinterface under "Packages" -> "Package sources". Load the package source you want to use, add the line and save it |
sorry, but for example if my kernel in .deb is in home/deb/ on my m23 server..
what line i have got to add in the editor ?? |
|
Back to top |
|
|
Hauke
Joined: 02 Mar 2003 Posts: 1072
|
Posted: Thu Jun 02, 2005 13:04 Post subject: |
|
|
Quote: | sorry, but for example if my kernel in .deb is in home/deb/ on my m23 server.. |
You can't use home/deb/, you must use a directory under /m23/data+scripts.
If you use /m23/data+scripts/mydebs on a server with the IP 192.168.1.48 the line would look like:
Code: | deb http://192.168.1.48/mydebs ./ |
_________________ Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org
Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de
Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de |
|
Back to top |
|
|
|