Hi, I'd like to apply this patch to kexec-tools-testing if there are no objections.
-- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ Brief documention on how to build and install kexec-tools. This is in the light of some reacent difficulties in building kexec-tools that were reported on the fastboot mainling list. Signed-Off-By: Simon Horman <[EMAIL PROTECTED]> Index: kexec-tools-unstable/INSTALL =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ kexec-tools-unstable/INSTALL 2006-11-16 15:13:38.000000000 +0900 @@ -0,0 +1,25 @@ +To build kexec-tools + +1. Create ./configure + + # autoconf + +2. Run ./configure [--prefix=/usr/local] [options]... + + e.g. + # ./configure --prefix=/usr/local + + For a full list of options run + + # ./configure --help + +3. Run make + + # make + +To install kexec-tools + + After following the above instructions to build-kexec tools, run + + # make install + _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
