1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-14 15:19:42 +01:00
Commit graph

18 commits

Author SHA1 Message Date
Mitchel Humpherys
98f1453fd1 basic.sh: Add support for HEADLESS mode via environment
Currently if a user wants to run in headless mode they have to edit the
basic.sh script by hand.  Rather than making them edit the script by hand,
add support for a HEADLESS environment variable which can be set to 1 to
add necessary command line arguments to qemu.
2019-06-19 16:46:41 -07:00
Mitchel Humpherys
b7f78be0c3 basic.sh: Get system disk image path from environment
Currently users have to modify the basic.sh script by hand to add the path
to the system disk image they created.  Rather than having them modify the
script, just grab it from the environment.
2019-06-19 16:46:41 -07:00
Foxlet
ad126cd4df [DOCS] Clarify Cloud support, QEMU version. 2019-06-19 18:35:31 -04:00
Foxlet
32edc4b728 [DOCS] Disk Utility notice. 2019-06-19 16:22:59 -04:00
Foxlet
d75486d7d2 [DOCS] Update again. 2019-06-19 16:08:54 -04:00
Augustin Trancart
ef664a4fb1
Add required package for ubuntu
On ubuntu qemu-utils is necessary to have qemu-img, qemu-system-x86 is necessary for qemu-system-x86_64 in basic.sh
2019-06-19 15:57:57 +02:00
Foxlet
9b18ef2878 [DOCS] Include new features. 2019-06-07 16:56:58 -04:00
Foxlet
3050da9f89 [DOCS] Clarify installation. 2019-06-07 02:55:17 -04:00
Foxlet
c41995f6a7 [DOCS] Fix formatting. 2019-05-11 17:33:28 -04:00
Foxlet
5ac73d1dd4
Merge pull request #2 from jeanfrancoisgratton/patch-1
[DOCS] Skip Step 1 if BaseSystem.img is already present.
2019-05-11 17:30:23 -04:00
Foxlet
d29c8aaeff [DOCS] Update sections. 2019-05-11 17:28:29 -04:00
J.F.Gratton
eedcdbc0f9
Proposing to skip one step if a pre-requisite file is already present 2019-05-10 17:35:53 -04:00
Foxlet
29e897b4e7 [DOCS] Update README. 2019-05-10 14:07:24 -04:00
Foxlet
55064e7a98 [DOCS] Update docs. 2019-04-30 17:51:04 -04:00
Foxlet
8526d294c8 [DOCS] Update README. 2019-04-25 16:57:52 -04:00
Foxlet
6f9b8f90b0 [DOCS] Add instructions to create a disk. 2019-04-24 11:11:50 -04:00
Foxlet
aac19df125 Initial documentation. 2019-04-22 18:11:36 -04:00
Foxlet
a89c93fd0c
Initial commit 2019-04-22 03:25:21 -04:00