Also add kickstarts for F17
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/Makefile.am | 2 +-
recipe/ovirt17-install.ks | 1 +
recipe/ovirt17-minimizer.ks | 1 +
recipe/ovirt17-pkgs.ks | 1 +
recipe/ovirt17-post.ks | 1 +
5 files changed, 5 insertions(+), 1 deletions(-)
create mode 120000 recipe/ovirt17-install.ks
create mode 120000 recipe/ovirt17-minimizer.ks
create mode 120000 recipe/ovirt17-pkgs.ks
create mode 120000 recipe/ovirt17-post.ks
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index 060fa19..b28203c 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -26,7 +26,7 @@ DISTRO = @DISTRO@
ARCH = $(shell rpm --eval '%{_arch}')
FEDORA_MIRROR = http://mirrors.fedoraproject.org/mirrorlist
-CUR_RAWHIDE = 16
+CUR_RAWHIDE = 17
CUR_DEVEL = 16
OVIRT_NODE_TOOLSdir = $(datadir)/ovirt-node-tools
diff --git a/recipe/ovirt17-install.ks b/recipe/ovirt17-install.ks
new file mode 120000
index 0000000..e4c5c3c
--- /dev/null
+++ b/recipe/ovirt17-install.ks
@@ -0,0 +1 @@
+ovirt16-install.ks
\ No newline at end of file
diff --git a/recipe/ovirt17-minimizer.ks b/recipe/ovirt17-minimizer.ks
new file mode 120000
index 0000000..df499c3
--- /dev/null
+++ b/recipe/ovirt17-minimizer.ks
@@ -0,0 +1 @@
+ovirt16-minimizer.ks
\ No newline at end of file
diff --git a/recipe/ovirt17-pkgs.ks b/recipe/ovirt17-pkgs.ks
new file mode 120000
index 0000000..4259f04
--- /dev/null
+++ b/recipe/ovirt17-pkgs.ks
@@ -0,0 +1 @@
+ovirt16-pkgs.ks
\ No newline at end of file
diff --git a/recipe/ovirt17-post.ks b/recipe/ovirt17-post.ks
new file mode 120000
index 0000000..8d669fa
--- /dev/null
+++ b/recipe/ovirt17-post.ks
@@ -0,0 +1 @@
+ovirt16-post.ks
\ No newline at end of file
--
1.7.4.4