This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vortexbox_2.3_installation_instructions [2015/10/06 22:49] andrew created | vortexbox_2.3_installation_instructions [2016/01/08 09:14] (current) andrew | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installing VortexBox 2.3 from the recovery image ====== | + | ====== Installing VortexBox 2.3 or VortexBox 2.4 from an image ====== | 
| - | First you need to install the iso on your hard drive or SSD. How you install depends on the media you are using. See the image installation instructions here. | + | First you need to install the image on your hard drive or SSD. How you install depends on the media you are using. See the image installation instructions here. | 
| [[Image installation guide]] | [[Image installation guide]] | ||
| - | Once you image is installed you will need to resize the partitions | + | Once your image is installed you will need to resize the partitions | 
| Boot your new VortexBox and log in from the command console (user: **root** password: **vortexbox**) | Boot your new VortexBox and log in from the command console (user: **root** password: **vortexbox**) | ||
| Line 12: | Line 12: | ||
| next update to the latest code with the command | next update to the latest code with the command | ||
| + | For VortexBox 2.3 use | ||
| <code> | <code> | ||
| yum -y update | yum -y update | ||
| + | </code> | ||
| + | |||
| + | For VortexBox 2.4 use | ||
| + | <code> | ||
| + | dnf -y update | ||
| </code> | </code> | ||