~rcj/vmbuilder/jenkins_kvm-test

« back to all changes in this revision

Viewing changes to launch_kvm.sh

  • Committer: Francis Ginther
  • Date: 2018-06-26 11:53:22 UTC
  • mfrom: (798.1.1 update-ppc64el)
  • Revision ID: francis.ginther@canonical.com-20180626115322-7dzr0b8somr0o3rg
Use root="/dev/vdc" to match the disk device names applied by kvm on stilson for ppc64el.
[a=fginther][r=rcj,daniel-thewatkins]

MP: https://code.launchpad.net/~ubuntu-on-ec2/vmbuilder/jenkins_kvm-stilson/+merge/348351

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
if [ -n "${QEMU_KERNEL}" ]; then
158
158
     root="/dev/vda1"
159
159
     if [[ "$(uname -p)" =~ "ppc64" ]]; then
160
 
         root="/dev/vda"
 
160
         root="/dev/vdc"
161
161
     fi
162
162
     kvm_cmd+=(-kernel ${QEMU_KERNEL}
163
163
               -append "earlyprintk root=${root} console=hvc0"