[Pkg-libvirt-commits] [libguestfs] 44/156: builder: virt-install now requires '--serial pty' parameter.

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 65489ba6aaff0dc44bc65f1cf6bb2194556b7757
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jun 12 13:49:09 2014 +0100

    builder: virt-install now requires '--serial pty' parameter.
    
    This updates commit 73ebaa30668ce7d9e3e413c3abf67a74829dfe5d.
    
    (cherry picked from commit d4d6540b24ac82fd7344db10e96270cc0a28aa68)
---
 builder/website/centos.sh          | 1 +
 builder/website/debian.sh          | 1 +
 builder/website/fedora.sh          | 1 +
 builder/website/scientificlinux.sh | 1 +
 builder/website/ubuntu.sh          | 1 +
 5 files changed, 5 insertions(+)

diff --git a/builder/website/centos.sh b/builder/website/centos.sh
index 8a8c503..0b7f994 100755
--- a/builder/website/centos.sh
+++ b/builder/website/centos.sh
@@ -80,6 +80,7 @@ virt-install \
     --initrd-inject=$ks \
     --extra-args="ks=file:/`basename $ks` console=tty0 console=ttyS0,115200 proxy=$http_proxy" \
     --disk $(pwd)/$output,size=6 \
+    --serial pty \
     --location=$tree \
     --nographics \
     --noreboot
diff --git a/builder/website/debian.sh b/builder/website/debian.sh
index 68cccb2..b9367db 100755
--- a/builder/website/debian.sh
+++ b/builder/website/debian.sh
@@ -64,6 +64,7 @@ virt-install \
     --initrd-inject=$(pwd)/preseed.cfg \
     --extra-args="auto console=tty0 console=ttyS0,115200" \
     --disk=$(pwd)/$output,size=4 \
+    --serial pty \
     --location=$location \
     --nographics \
     --noreboot
diff --git a/builder/website/fedora.sh b/builder/website/fedora.sh
index 513e8bd..a9dcef6 100755
--- a/builder/website/fedora.sh
+++ b/builder/website/fedora.sh
@@ -78,6 +78,7 @@ virt-install \
     --initrd-inject=$ks \
     --extra-args="ks=file:/`basename $ks` console=tty0 console=ttyS0,115200 proxy=$http_proxy" \
     --disk $(pwd)/$output,size=6 \
+    --serial pty \
     --location=$tree \
     --nographics \
     --noreboot
diff --git a/builder/website/scientificlinux.sh b/builder/website/scientificlinux.sh
index 830cbec..17bad58 100755
--- a/builder/website/scientificlinux.sh
+++ b/builder/website/scientificlinux.sh
@@ -81,6 +81,7 @@ virt-install \
     --initrd-inject=$ks \
     --extra-args="ks=file:/`basename $ks` console=tty0 console=ttyS0,115200 proxy=$http_proxy" \
     --disk $(pwd)/$output,size=6 \
+    --serial pty \
     --location=$tree \
     --nographics \
     --noreboot
diff --git a/builder/website/ubuntu.sh b/builder/website/ubuntu.sh
index 9229c75..0863fb0 100755
--- a/builder/website/ubuntu.sh
+++ b/builder/website/ubuntu.sh
@@ -67,6 +67,7 @@ virt-install \
     --initrd-inject=$(pwd)/preseed.cfg \
     --extra-args="auto console=tty0 console=ttyS0,115200" \
     --disk=$(pwd)/$output,size=4 \
+    --serial pty \
     --location=$location \
     --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