Well, after the problems with Nils' linuximage, I tried to compile one
myself.
Downloads etc. were successfull, but if I do a make/make iso/make tftpboot
it says:
cd busybox-1.6.1 && patch -b -p1 <
/home/godhunter/public_html/unattended-4.6/linuxboot/misc/busybox-patch
patching file networking/udhcp/options.c
Hunk #1 FAILED at 33.
Hunk #2 FAILED at 41.
2 out of 2 hunks FAILED -- saving rejects to file
networking/udhcp/options.c.rej
make: *** [busybox-1.6.1/.stamp-busybox-patch] Error 1
why does it do that?
I took a look at options.c.rej but it tells me nothing that helps me:
***************
*** 33,39 ****
{"mtu", OPTION_U16, 0x1a},
{"broadcast", OPTION_IP | OPTION_REQ, 0x1c},
{"ntpsrv", OPTION_IP | OPTION_LIST, 0x2a},
- {"wins", OPTION_IP | OPTION_LIST, 0x2c},
{"requestip", OPTION_IP, 0x32},
{"lease", OPTION_U32, 0x33},
{"dhcptype", OPTION_U8, 0x35},
--- 33,39 ----
{"mtu", OPTION_U16, 0x1a},
{"broadcast", OPTION_IP | OPTION_REQ, 0x1c},
{"ntpsrv", OPTION_IP | OPTION_LIST, 0x2a},
+ {"wins", OPTION_IP | OPTION_LIST | OPTION_REQ, 0x2c},
{"requestip", OPTION_IP, 0x32},
{"lease", OPTION_U32, 0x33},
{"dhcptype", OPTION_U8, 0x35},
***************
*** 41,46 ****
{"message", OPTION_STRING, 0x38},
{"tftp", OPTION_STRING, 0x42},
{"bootfile", OPTION_STRING, 0x43},
{"", 0x00, 0x00}
};
--- 41,48 ----
{"message", OPTION_STRING, 0x38},
{"tftp", OPTION_STRING, 0x42},
{"bootfile", OPTION_STRING, 0x43},
+ /* Steal "local" option 0xe9 (decimal 233) for Unattended */
+ {"unattend", OPTION_STRING | OPTION_REQ, 0xe9},
{"", 0x00, 0x00}
};
Does anyone have any idea or a hint, better a solution? ;)
Regards
- Nagilum
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info