Lines Matching +full:build +full:- +full:system +full:- +full:ubuntu
3 # Ubuntu VM testing library
10 # Originally based on ubuntu.i386 Fam Zheng <famz@redhat.com>
13 # the COPYING file in the top-level directory.
22 self.login_prompt = "ubuntu-{}-guest login:".format(self.arch)
26 """Build an Ubuntu VM image. The child class will
31 subprocess.check_call(["cp", "-f", os_img, img_tmp])
35 self.boot(img_tmp, extra_args = [ "-device", "VGA", "-cdrom", ci_img, ])
39 cmd="chmod -x /etc/update-motd.d/*")
42 cmd="ls /var/lib/cloud/instance/boot-finished")
43 self.ssh_root("touch /etc/cloud/cloud-init.disabled")
45 # We want to keep the VM system state stable.
46 self.ssh_root('sed -ie \'s/"1"/"0"/g\' '\
47 '/etc/apt/apt.conf.d/20auto-upgrades')
48 self.ssh_root("sed -ie s/^#\ deb-src/deb-src/g /etc/apt/sources.list")