[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:emulators:vms [2018/08/29 17:59 (UTC)] – [Creating vm1] nikoshowtos:emulators:vms [2018/09/12 08:55 (UTC)] nikos
Line 10: Line 10:
  
 <code bash> <code bash>
-wget https://bitbucket.org/yotis/vms/vms-0.2.0-noarch-1did.tgz+wget https://bitbucket.org/yotis/vms/vms-0.2.1-noarch-1did.tgz
 </code> </code>
  
Line 16: Line 16:
  
 <code> <code>
-upgradepkg --install-new vms-0.2.0-noarch-1did.tgz+upgradepkg --install-new vms-0.2.1-noarch-1did.tgz 
 +</code> 
 + 
 +Or use slackbuilds.org, eg via sbopkg 
 +<code> 
 +sbopkg -i vms
 </code> </code>
  
Line 33: Line 38:
 You can use the ~/.vms/vm1 directory to store anything you want, but You can use the ~/.vms/vm1 directory to store anything you want, but
 this is not mandatory. The only thing that is needed is the  this is not mandatory. The only thing that is needed is the 
-~/.vms/vm1.sh script.+~/.vms/vm1/vm1.sh script.
  
-To show the configuration for the vm1 virtual machine, use this+To show the configuration of the vm1 virtual machine, use this
  
 <code bash> <code bash>
Line 68: Line 73:
 <code bash> <code bash>
 cd ~/.vms/vm1 cd ~/.vms/vm1
-qemu-img crete -f qcow2 disk0.img 20G+qemu-img create -f qcow2 disk0.img 20G
 vms conf vm1 disk0 '~/.vms/vm1/disk0.img' vms conf vm1 disk0 '~/.vms/vm1/disk0.img'
 </code> </code>
Line 76: Line 81:
  
 <code bash> <code bash>
-vms conf vm1 cdrom ~/os/slackware64-14.2-install-dvd.iso+vms conf vm1 bootcd ~/os/slackware64-14.2-install-dvd.iso
 vms info vm1 vms info vm1
 </code> </code>
Line 94: Line 99:
  
 <code bash> <code bash>
-vms conf vm1 disk0 '"$ISOS/slackware64-14.2-install-dvd.iso"'+vms conf vm1 bootcd '"$ISOS/slackware64-14.2-install-dvd.iso"'
 </code> </code>
  
Line 103: Line 108:
   * Nikos Giotis   * Nikos Giotis
  
-{{tag>vms qemu}} +<!-- Please do not modify anything below, except adding new tags.--> 
- +{{tag>howtos software emulator vms qemu}}
-https://docs.slackware.com/howtos:emulators:vms-HOW-TO+
 howtos:emulators:vms ()