diff --git a/wiki/Quickstart.wiki b/wiki/Quickstart.wiki
index 6a6407af..7800792e 100644
--- a/wiki/Quickstart.wiki
+++ b/wiki/Quickstart.wiki
@@ -5,8 +5,8 @@
CORE is a network emulation system, and version 3.5 requires the FreeBSD or Linux operating systems. It is recommended that you use *CORE on FreeBSD 7.2* for the best experience, and the Linux version only when you really need it (see the [http://hipserver.mct.phantomworks.org/core/manual/ manual] for more help on choosing which version to install).
|| *FreeBSD* (recommended) || *Linux* ||
-|| Step 1. Install FreeBSD 7.2
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png *7.2-RELEASE-i386-dvd1.iso* (2.1 gb)
[ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.2/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. || Step 1. Install CentOS Linux 5.3
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png *CentOS-5.3-i386-bin-DVD.iso* (3.7 gb)
[http://isoredirect.centos.org/centos/5/isos/i386/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. ||
-|| Step 2. Install prerequisite packages
`# pkg_add -r tk85 sudo bash`
Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-FreeBSD.html manual] for more details. || Step 2. Install prerequisite packages, [http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm EPEL repo] and [http://wiki.openvz.org/Quick_installation#yum_pre-setup OpenVZ]
`# yum install bridge-utils iproute tcl.i386 tk.i386`
`# rpm -Uvh epel-release-5-3.noarch.rpm`
`# yum install ebtables`
`# cd /etc/yum.repos.d`
`# wget http://download.openvz.org/openvz.repo`
`# wget http://download.openvz.org/RPM-GPG-Key-OpenVZ`
`# rpm --import RPM-GPG-Key-OpenVZ`
`# yum install ovzkernel vzctl`
Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-Linux.html manual] for more details. ||
+|| Step 1. Install FreeBSD 7.2
http://hipserver.mct.phantomworks.org/core/images/cd_48.png *7.2-RELEASE-i386-dvd1.iso* (2.1 gb)
[ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.2/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. || Step 1. Install CentOS Linux 5.3
http://hipserver.mct.phantomworks.org/core/images/cd_48.png *CentOS-5.3-i386-bin-DVD.iso* (3.7 gb)
[http://isoredirect.centos.org/centos/5/isos/i386/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. ||
+|| Step 2. Install prerequisite packages
`# pkg_add -r tk85 sudo bash`
Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-FreeBSD.html manual] for more details.
|| Step 2. Install prerequisite packages, [http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm EPEL repo] and [http://wiki.openvz.org/Quick_installation#yum_pre-setup OpenVZ]
`# yum install bridge-utils iproute tcl.i386 tk.i386`
`# rpm -Uvh epel-release-5-3.noarch.rpm`
`# yum install ebtables`
`# cd /etc/yum.repos.d`
`# wget http://download.openvz.org/openvz.repo`
`# wget http://download.openvz.org/RPM-GPG-Key-OpenVZ`
`# rpm --import RPM-GPG-Key-OpenVZ`
`# yum install ovzkernel vzctl`
Consult the [http://hipserver.mct.phantomworks.org/core/manual/Required-Software-for-Linux.html manual] for more details. ||
|| Step 3. Download and install the CORE packages
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/core-kernel-7.x-20090505.tbz core-kernel-7.x-20090505.tbz] (47 MB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/core-7.x-3.5.tbz core-7.x-3.5.tbz] (600 KB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/freebsd/quagga-manetmdr-0.99.9_5.tbz quagga-manetmdr-0.99.9_5.tbz] (3 MB)
`# pkg_add core-kernel-7.x-20090505.tbz`
`# pkg_add core-7.x-3.5.tbz`
`# pkg_add quagga-manetmdr-0.99.9_5.tbz`|| Step 3. Download and install the CORE packages
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/linux/core-3.5-1.i386.rpm core-3.5-1.i386.rpm] (697 KB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.5/linux/core-root-3.5-1.i386.rpm core-root-3.5-1.i386.rpm] (208 MB)
`# rpm -ivh core-3.5-1.i386.rpm`
`# rpm -ivh core-root-3.5-1.i386.rpm`||
|| Step 4. Reboot and start the CORE daemons
`sudo /usr/local/etc/rc.d/core onestart` || Step 4. Reboot and start the CORE daemons
`sudo /etc/init.d/core/start` ||
|| Step 5. Run the CORE GUI from X11
`sudo core &` || Step 5. Run the CORE GUI from X11
`sudo core &` ||