Chris Lalancette
2008-Sep-10 06:41 UTC
[Ovirt-devel] [PATCH-node-image 0/2]: Allow the WUI to manage the hardware it is running on
Node-image patches for allowing the WUI to manage the hardware it is running on.
Chris Lalancette
2008-Sep-10 06:41 UTC
[Ovirt-devel] [PATCH-node-image 1/2] 1) Removed a redundant BuildRequires line.
Signed-off-by: Chris Lalancette <clalance at redhat.com>
---
:100644 100644 1615f4f... 5885fd9... M ovirt-node-image.spec
ovirt-node-image.spec | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ovirt-node-image.spec b/ovirt-node-image.spec
index 1615f4f..5885fd9 100644
--- a/ovirt-node-image.spec
+++ b/ovirt-node-image.spec
@@ -29,7 +29,6 @@ At the moment, this RPM just packages prebuilt ISO.
%package pxe
Summary: oVirt Node boot PXE image
Group: Applications/System
-BuildRequires: livecd-tools >= 017
%description pxe
The PXE boot image for oVirt Node network boot from oVirt Server.
@@ -83,6 +82,9 @@ mkdir %{buildroot}
%clean
%{__rm} -rf %{buildroot}
+%post pxe
+[ -x /usr/bin/cobbler ] && /usr/bin/cobbler sync
+
%files
%defattr(-,root,root,0644)
%{app_root}/%{name}.iso
--
1.5.4.1
Chris Lalancette
2008-Sep-10 06:41 UTC
[Ovirt-devel] [PATCH-node-image 2/2] change common-pkgs to require ovirt-node-stateless
Signed-off-by: Chris Lalancette <clalance at redhat.com> --- :100644 100644 70707fc... e88d6d8... M common-pkgs.ks common-pkgs.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common-pkgs.ks b/common-pkgs.ks index 70707fc..e88d6d8 100644 --- a/common-pkgs.ks +++ b/common-pkgs.ks @@ -28,7 +28,7 @@ bind-utils syslinux cronie hal -ovirt-node +ovirt-node-stateless -policycoreutils -audit-libs-python -hdparm -- 1.5.4.1