Compare commits

..

12 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
clrbuilder bb21809c73 Update packages file for version 23050
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-15 03:23:35 +00:00
clrbuilder e912d4e6ae Update packages file for version 23040
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-14 19:02:20 +00:00
clrbuilder 340b6a74d4 Update packages file for version 23030
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-06-14 13:11:14 +00:00
3 changed files with 12 additions and 1 deletions
BIN
View File
Binary file not shown.
+11 -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
@@ -1284,6 +1284,7 @@ libunistring
libunwind
libusb
libuser
libuv
libva
libva-intel-driver
libva-utils
@@ -1357,6 +1358,7 @@ mc
mccabe
mcelog
mdadm
meld
memkind
memshrinker
mesa
@@ -1380,6 +1382,7 @@ mock
mod_wsgi
moka-icon-theme
more-itertools
moreutils
mosh
motd-update
motif
@@ -1507,6 +1510,7 @@ patch
patchutils
pavucontrol
pbr
pbr-legacy
pbzip2
pciutils
pcre
@@ -1603,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
@@ -1637,6 +1642,7 @@ pidgin-sipe
pigz
pinentry
pip
pip-legacy
pixman
pkcs11-helper
pkg-config
@@ -1713,6 +1719,7 @@ python-multilib
python-pkgconfig
python-pocketlint
python-polib
python-rpm-legacypython
python-subunit
python-systemd
python-tappy
@@ -1808,6 +1815,7 @@ serf
setproctitle
setserial
setuptools
setuptools-legacy
setuptools_scm
setuptools_scm_git_archive
shadow
@@ -1846,6 +1854,7 @@ spice-protocol
spyder-notebook
sqlite-autoconf
sqlparse
squashfs-tools
sshfs
stack
startup-notification
@@ -1956,6 +1965,7 @@ volume_key
vsqlite
vte
vulkan-sdk
waffle
waitress
wayland
wayland-protocols
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 $@