Lines Matching +full:cdrom +full:- +full:test
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
40 "gettext-tools",
43 "libusb1--",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);
70 tar -xf /dev/rsd1c;
72 ../src/configure --cc=cc --extra-cflags=-I/usr/local/include \
73 --extra-ldflags=-L/usr/local/lib {configure_opts};
74 gmake --output-sync -j{jobs} {target} {verbose};
76 poweroff = "halt -p"
85 subprocess.check_call(["cp", "-f", cimg, iso])
86 self.exec_qemu_img("create", "-f", "qcow2", img_tmp, self.size)
90 "-machine", "graphics=off",
91 "-device", "VGA",
92 "-cdrom", iso
98 # pre-install configuration
178 # setup virtio-blk #1 (tarfile)
184 self.console_send("sed -i -e '/home/s/rw,/rw,wxallowed,/' /etc/fstab\n")
188 self.console_send("sed -i -e 's/\\(datasize[^=]*\\)=[^:]*/\\1=infinity/' /etc/login.conf\n")
192 self.console_send("sed -i -e 's/https/http/' /etc/installurl\n")