[Pkg-libvirt-commits] [libguestfs] 131/146: p2v: Add NetworkManager in the hope of getting working network.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:01:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 5e928339085b87055adb090d915e7acd96a6649f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jan 23 13:29:25 2015 +0000

    p2v: Add NetworkManager in the hope of getting working network.
    
    I know "working network" and "NetworkManager" are oxymorons, but
    sometimes we have to live in hope.
    
    (cherry picked from commit b6cd5c3a2b5c35512599a63b420069bf5d9667fb)
---
 p2v/p2v.ks.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/p2v/p2v.ks.in b/p2v/p2v.ks.in
index f00734f..9649a5b 100644
--- a/p2v/p2v.ks.in
+++ b/p2v/p2v.ks.in
@@ -56,6 +56,9 @@ kernel
 # This is required in order for RHEL to set the root password.
 passwd
 
+# RHEL needs this in order to get networking.
+NetworkManager
+
 # Required to run firewall --enabled kickstart command:
 firewalld
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list