|
|
|
@ -17,6 +17,7 @@ $ chmod +x q
|
|
|
|
|
- qemu-system-sparc
|
|
|
|
|
- wget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Run first time:**
|
|
|
|
|
|
|
|
|
|
The first time we run "q" it will download the isos from a large list of different GNU+Linux distributions.
|
|
|
|
@ -24,3 +25,19 @@ It may take a long time to download the files. Please be patient.
|
|
|
|
|
|
|
|
|
|
<img src="imgs/first_time.png" alt="run script first time" width="100%"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Example: Install and run a Rocky Linux 8.6 distro**
|
|
|
|
|
|
|
|
|
|
Install virtual machine:
|
|
|
|
|
<pre>
|
|
|
|
|
$ cd ~/vms/rocky-8.6-x86_64
|
|
|
|
|
$ bash install.sh
|
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
Start virtual machine:
|
|
|
|
|
<pre>
|
|
|
|
|
$ bash start.sh
|
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
Enjoy !
|
|
|
|
|
Kind regards.
|
|
|
|
|