Added /etc/event.d/tty1 for upstart-based systems.
[virt-p2v.git] / p2v.ks.in
index ae385d1..69af9bb 100644 (file)
--- a/p2v.ks.in
+++ b/p2v.ks.in
@@ -25,17 +25,18 @@ auth --useshadow --enablemd5
 selinux --enforcing
 firewall --disabled
 
-# Basic Fedora repo.
+# Basic Fedora repository and updates.
 repo --name=released --baseurl=@CD_BASE_URL@
+repo --name=updates --baseurl=@CD_UPDATES_URL@
 #repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-@CD_BASE@&arch=@CD_ARCH@
 
 # A local repository if selected by ./configure --enable-localrepo=...
 @LOCALREPO@
 
-# The rpmbuild subdirectory, containing virt-p2v RPM.
-repo --name=p2v --baseurl=file://@abs_top_builddir@/rpmbuild
+# The p2vrepo subdirectory, containing virt-p2v RPM.
+repo --name=p2v --baseurl=file://@abs_top_builddir@/p2vrepo
 
-%packages
+%packages --excludedocs
 bash
 kernel
 syslinux
@@ -45,6 +46,9 @@ chkconfig
 authconfig
 rootfiles
 
+# For unicode console support.
+kbd
+
 # dd, sleep, sync, etc.
 coreutils
 
@@ -84,6 +88,14 @@ bind-utils
 file
 
 # virt-p2v package and its deps
+ocaml
+ocaml-findlib
+ocaml-pcre
+ocaml-extlib
+ocaml-xml-light
+ocaml-libvirt
+ocaml-newt
+ocaml-gettext
 virt-p2v
 
 
@@ -150,7 +162,7 @@ mkdir /mnt/root
 
 # Remove some unused files.
 rm -rf /usr/share/man          ;# 20 MB
-rm -rf /usr/share/doc          ;# 44 MB
-rm -rf /usr/share/locale       ;# 60 MB
+#rm -rf /usr/share/doc         ;# 44 MB
+#rm -rf /usr/share/locale      ;# 60 MB
 
 %end