Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:user:kylek [2009/11/18 18:27] kylek |
wiki:user:kylek [2010/05/16 00:02] (current) kylek fix link to proxydhcp page, [[ProxyDHCP]] -> [[/ProxyDHCP]] |
||
|---|---|---|---|
| Line 47: | Line 47: | ||
| echo \#\!gpxe > default.gpxe | echo \#\!gpxe > default.gpxe | ||
| echo autoboot >> default.gpxe</code> | echo autoboot >> default.gpxe</code> | ||
| - | Build the desired image | + | Build the desired image (cwd = gpxe/src) |
| + | <code> | ||
| + | mkdir embed | ||
| + | put files in embed directory | ||
| + | # Check permissions, ssh private keys wont get used if they're not set to be -rw-r--r-- | ||
| + | find embed -xdev |sort| cpio --quiet -H newc -o |TIME gzip > embed.img | ||
| + | </code> | ||
| <code>make EMBEDDED_IMAGE=./default.gpxe,./embed.img bin/pcnet32.pxe</code> | <code>make EMBEDDED_IMAGE=./default.gpxe,./embed.img bin/pcnet32.pxe</code> | ||
| <code>make EMBEDDED_IMAGE=./default.gpxe,./embed.img bin/10ec8139.rom</code> | <code>make EMBEDDED_IMAGE=./default.gpxe,./embed.img bin/10ec8139.rom</code> | ||
| Line 62: | Line 69: | ||
| ===== Issues so far ===== | ===== Issues so far ===== | ||
| cifs client doesn't appear to watch connections as well as it should | cifs client doesn't appear to watch connections as well as it should | ||
| + | |||
| + | there is not much documentation on [[/ProxyDHCP]] concept | ||