[Pkg-libvirt-commits] [libguestfs] 60/65: builder: Use console=hvc0 for serial console in ppc64 guests, and change partitioning type to LVM.

Hilko Bengen bengen at moszumanska.debian.org
Tue Apr 21 12:11:14 UTC 2015


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

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 0f4ad9cd84df3f176b48c819440f0a758eaa5f63
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Apr 15 17:53:43 2015 +0100

    builder: Use console=hvc0 for serial console in ppc64 guests, and change partitioning type to LVM.
---
 builder/website/fedora-ppc64.sh   | 6 +++---
 builder/website/fedora-ppc64le.sh | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/builder/website/fedora-ppc64.sh b/builder/website/fedora-ppc64.sh
index 2114f15..acc85f5 100755
--- a/builder/website/fedora-ppc64.sh
+++ b/builder/website/fedora-ppc64.sh
@@ -48,10 +48,10 @@ rootpw builder
 firewall --enabled --ssh
 selinux --enforcing
 timezone --utc America/New_York
-bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH"
+bootloader --location=mbr --append="console=tty0 console=hvc0 rd_NO_PLYMOUTH"
 zerombr
 clearpart --all --initlabel
-autopart --type=plain
+autopart --type=lvm
 
 # Halt the system once configuration has finished.
 poweroff
@@ -82,7 +82,7 @@ virt-install \
     --os-type=linux --os-variant=fedora21 \
     --arch ppc64 --machine pseries \
     --initrd-inject=$ks \
-    --extra-args="ks=file:/`basename $ks` console=tty0 console=ttyS0,115200 proxy=$http_proxy" \
+    --extra-args="ks=file:/`basename $ks` console=tty0 console=hvc0 proxy=$http_proxy" \
     --disk $(pwd)/$output,size=6,format=raw \
     --serial pty \
     --location=$tree \
diff --git a/builder/website/fedora-ppc64le.sh b/builder/website/fedora-ppc64le.sh
index 2747591..a63a26b 100755
--- a/builder/website/fedora-ppc64le.sh
+++ b/builder/website/fedora-ppc64le.sh
@@ -48,10 +48,10 @@ rootpw builder
 firewall --enabled --ssh
 selinux --enforcing
 timezone --utc America/New_York
-bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH"
+bootloader --location=mbr --append="console=tty0 console=hvc0 rd_NO_PLYMOUTH"
 zerombr
 clearpart --all --initlabel
-autopart --type=plain
+autopart --type=lvm
 
 # Halt the system once configuration has finished.
 poweroff
@@ -82,7 +82,7 @@ virt-install \
     --os-type=linux --os-variant=fedora21 \
     --arch ppc64le --machine pseries \
     --initrd-inject=$ks \
-    --extra-args="ks=file:/`basename $ks` console=tty0 console=ttyS0,115200 proxy=$http_proxy" \
+    --extra-args="ks=file:/`basename $ks` console=tty0 console=hvc0 proxy=$http_proxy" \
     --disk $(pwd)/$output,size=6,format=raw \
     --serial pty \
     --location=$tree \

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