~ubuntu-on-ec2/vmbuilder/jenkins_kvm-philroche-eoan-python3-openstackclient

« back to all changes in this revision

Viewing changes to launch_kvm.sh

  • Committer: Francis Ginther
  • Date: 2018-06-21 15:45:35 UTC
  • mto: This revision was merged to the branch mainline in revision 799.
  • Revision ID: francis.ginther@canonical.com-20180621154535-5s173aaejv9s5yxf
Use root="/dev/vdc" to match the disk order applied by kvm on stilson.

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"