Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[Patch] fix rpmbuild for xen-ia64: msg#00162
|
Subject: |
[Patch] fix rpmbuild for xen-ia64 |
Hi, Aron
This patch fix rpmbuilding kernel-xenU on ia64.
If you want to install kerne-xenU into /boot,
I'll fix with another way.
(e.g. make %{xenUimage_install_path})
I think we can install it into /boot/efi/EFI/redhat on ia64.
What do you think about this?
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
diff -r f8ab3683a4fb SPECS/kernel-2.6.spec
--- a/SPECS/kernel-2.6.spec Wed May 24 22:19:50 2006 -0400
+++ b/SPECS/kernel-2.6.spec Sun May 28 16:48:09 2006 +0900
@@ -1621,7 +1621,7 @@ fi
%files xenU
%defattr(-,root,root)
-/boot/vmlinuz-%{KVERREL}xenU
+/%{image_install_path}/vmlinuz-%{KVERREL}xenU
/boot/System.map-%{KVERREL}xenU
/boot/config-%{KVERREL}xenU
%dir /lib/modules/%{KVERREL}xenU
Best Regards,
Akio Takebe
|
| |