Skip to content

Instantly share code, notes, and snippets.

@jim-p
Created February 17, 2016 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jim-p/794c6f8de928ac030bb4 to your computer and use it in GitHub Desktop.
Save jim-p/794c6f8de928ac030bb4 to your computer and use it in GitHub Desktop.
5895-livecd-snapshots-fix.diff
diff --git a/index.html b/index.html
index ebc1e58..544a9b8 100755
--- a/index.html
+++ b/index.html
@@ -89,7 +89,7 @@
</td>
<td>
<h5 class="text-center">2.3 (i386)<br /><span class="red">HIGHLY EXPERIMENTAL</span> pfSense 2.3 developers tree</h5>
- <p class="text-center"><a href="/i386/pfSense_master/livecd_installer/?C=M;O=D">LiveCD/Installer ISOs</a></p>
+ <p class="text-center"><a href="/i386/pfSense_master/installer/?C=M;O=D">Installer Images (ISO, memstick)</a></p>
<p class="text-center"><a href="/i386/pfSense_master/nanobsd/?C=M;O=D">NanoBSD (embedded) Images</a></p>
<p class="text-center"><a href="/i386/pfSense_master/updates/?C=M;O=D">Update Files (For full installs AND for NanoBSD images)</a></p>
</td>
@@ -103,7 +103,7 @@
</td>
<td>
<h5 class="text-center">2.3 (amd64)<br /><span class="red">HIGHLY EXPERIMENTAL</span> pfSense 2.3 developers tree</h5>
- <p class="text-center"><a href="/amd64/pfSense_master/livecd_installer/?C=M;O=D">LiveCD/Installer ISOs</a></p>
+ <p class="text-center"><a href="/amd64/pfSense_master/installer/?C=M;O=D">Installer Images (ISO, memstick)</a></p>
<p class="text-center"><a href="/amd64/pfSense_master/nanobsd/?C=M;O=D">NanoBSD (embedded) Images</a></p>
<p class="text-center"><a href="/amd64/pfSense_master/updates/?C=M;O=D">Update Files (For full installs AND for NanoBSD images)</a></p>
</td>
@@ -115,8 +115,8 @@
<th>Description</th>
</tr>
<tr>
- <th>LiveCD/Installer ISOs</td>
- <td>Bootable LiveCD images with the installer, for full system (i.e. not embedded) installs. Also USB memstick installs (and serial memsticks).</td>
+ <th>Installer Images (ISO, memstick)</td>
+ <td>Bootable optical media (CD, DVD) and memstick (USB, Serial USB, ADI) images with the installer for full system (i.e. not embedded) installs.</td>
</tr>
<tr>
<th>NanoBSD (embedded) Images</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment