Compare commits

..

9 Commits

Author SHA1 Message Date
clrbuilder 12537cbfb0 Update packages file for version 23240
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-22 18:02:37 +00:00
clrbuilder d397ee463a Update packages file for version 23230
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-22 12:02:16 +00:00
clrbuilder dfe55331e6 Update packages file for version 23200
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-21 18:02:34 +00:00
Patrick McCarty 0c69bfb9a9 Add OVMF.fd to the repo
Fixes #4

Because start_qemu.sh references OVMF.fd, it is convenient for OVMF.fd
to live alongside that script for ease of use.

Note that this version of OVMF.fd is a copy of /usr/share/qemu/OVMF.fd
in Clear Linux OS builds 22930 and newer from the edk2 package
(edk2-2-8, built using the recent UDK2018 release).

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-06-19 15:52:23 -07:00
William Douglas 689e48a2f7 start_qemu.sh: Add virtio-rng-pci device
In order to avoid issues
(https://github.com/clearlinux/distribution/issues/97) where the
VM is unable to procede to boot due to lack of entropy, add the
virtio-rng-pci device via the start_qemu.sh script.
2018-06-19 18:01:55 +00:00
Patrick McCarty 82e334a93a Make start_qemu.sh executable
Fixes #3

The other shell scripts in this repo are executable, so there's no
reason this one should not be.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-06-18 12:46:27 -07:00
clrbuilder ab6c4a674f Update packages file for version 23110
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-18 13:02:45 +00:00
clrbuilder 78de1a6a13 Update packages file for version 23100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-16 03:50:04 +00:00
clrbuilder 74e79ffea2 Update packages file for version 23080
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-15 19:02:11 +00:00
3 changed files with 8 additions and 1 deletions
BIN
View File
Binary file not shown.
+7 -1
View File
@@ -486,6 +486,7 @@ R-tidyr
R-tidyselect
R-tidyverse
R-timeDate
R-tinytex
R-tis
R-tm
R-topicmodels
@@ -547,7 +548,6 @@ accountsservice
acl
acme
acpica-unix2
acrn-devicemodel
acrn-hypervisor
adwaita-icon-theme
aeon
@@ -1510,6 +1510,7 @@ patch
patchutils
pavucontrol
pbr
pbr-legacy
pbzip2
pciutils
pcre
@@ -1606,6 +1607,7 @@ perl-Test-NoWarnings
perl-Test-Output
perl-Test-Pod
perl-Test-Requires
perl-Test-RequiresInternet
perl-Test-Simple
perl-Test-Taint
perl-Test-Warn
@@ -1640,6 +1642,7 @@ pidgin-sipe
pigz
pinentry
pip
pip-legacy
pixman
pkcs11-helper
pkg-config
@@ -1716,6 +1719,7 @@ python-multilib
python-pkgconfig
python-pocketlint
python-polib
python-rpm-legacypython
python-subunit
python-systemd
python-tappy
@@ -1811,6 +1815,7 @@ serf
setproctitle
setserial
setuptools
setuptools-legacy
setuptools_scm
setuptools_scm_git_archive
shadow
@@ -1849,6 +1854,7 @@ spice-protocol
spyder-notebook
sqlite-autoconf
sqlparse
squashfs-tools
sshfs
stack
startup-notification
Regular → Executable
+1
View File
@@ -54,4 +54,5 @@ qemu-system-x86_64 \
-drive file="$IMAGE",if=virtio,aio=threads,format=raw \
-netdev user,id=mynet0,hostfwd=tcp::${VMN}0022-:22,hostfwd=tcp::${VMN}2375-:2375 \
-device virtio-net-pci,netdev=mynet0 \
-device virtio-rng-pci \
-debugcon file:debug.log -global isa-debugcon.iobase=0x402 $@