[Pkg-libvirt-commits] [libguestfs] 43/156: builder: virt-install now seems to require '--serial pty' option.

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:25:49 UTC 2014


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 32ef02af4503c861f1042e531a82c5bf764b8a8b
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jun 11 12:43:03 2014 +0100

    builder: virt-install now seems to require '--serial pty' option.
    
    (cherry picked from commit 73ebaa30668ce7d9e3e413c3abf67a74829dfe5d)
---
 builder/website/rhel.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder/website/rhel.sh b/builder/website/rhel.sh
index a879f36..e88db79 100755
--- a/builder/website/rhel.sh
+++ b/builder/website/rhel.sh
@@ -168,6 +168,7 @@ virt-install \
     --initrd-inject=$ks \
     --extra-args="ks=file:/`basename $ks` console=tty0 console=ttyS0,115200" \
     --disk $(pwd)/$output,size=6 \
+    --serial pty \
     --location=$tree \
     --nographics \
     --noreboot

-- 
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