<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/genpreseed/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 10 Oct 2013 21:15:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/genpreseed/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Brian K Peterson</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -10,7 +10,7 @@
 When some parameters cannot be detected, some sane defaults are used. The goal
 of the software is to try and generate a useable preseed file on every run.

-This software is sponsored by [[img src=LinMin_BareMetal.gif alt=LinMin, makers of LinMin Bare Metal Provisioning (linmin.com)]]
+This software is sponsored by [[[img src=LinMin_BareMetal.gif alt="LinMin, makers of LinMin Bare Metal Provisioning"]]](http://linmin.com/)

 Usage
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian K Peterson</dc:creator><pubDate>Thu, 10 Oct 2013 21:15:08 -0000</pubDate><guid>https://sourceforge.net6546a1079736469567b529baba58f8baa508a4cc</guid></item><item><title>Home modified by Brian K Peterson</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -9,6 +9,8 @@

 When some parameters cannot be detected, some sane defaults are used. The goal
 of the software is to try and generate a useable preseed file on every run.
+
+This software is sponsored by [[img src=LinMin_BareMetal.gif alt=LinMin, makers of LinMin Bare Metal Provisioning (linmin.com)]]

 Usage
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian K Peterson</dc:creator><pubDate>Thu, 10 Oct 2013 21:10:21 -0000</pubDate><guid>https://sourceforge.netd2a4d375086e8b8d81ad4769c88e6ee983b96423</guid></item><item><title>Home modified by Brian K Peterson</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -34,7 +34,7 @@
 ---
 The script will print informational messages and warnings to stdout, as well as the output preseed file. The generated preseed file is written to /tmp/preseed/seed.txt

-Some basic instructions and installation disk kernel boot: prompt parameters are printed as well.
+Some basic instructions, as well as parameters to use when booting from an installation disk, are printed as well.

 Read the messages carefully! If there are any manual steps you may need to perform to make the preseed file usable, they are explained there.

@@ -46,6 +46,13 @@

 Be careful when testing preseed installations. I would recommend always testing in a virtual environment or in a lab setup. Don't boot your important workstation into an installation CD and not expect all your data to be lost.

+Installing Debian/Ubuntu
+---
+There are multiple ways to use a preseed file when installing Debian or Ubuntu. The instructions printed by this script, specifying the use of an HTTP server, are one such method. Some methods may be easier in your use-case, others require re-mastering the installer CD.
+
+Below are links to distribution specific instructions on preseeding:
+Ubuntu: http://help.ubuntu.com/12.04/installation-guide/amd64/appendix-preseed.html
+Debian: http://wiki.debian.org/DebianInstaller/Preseed

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian K Peterson</dc:creator><pubDate>Thu, 10 Oct 2013 21:02:10 -0000</pubDate><guid>https://sourceforge.net96eb853a9473d353d62003174cc82ebd49dfe32b</guid></item><item><title>Home modified by Brian K Peterson</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-GenPreseed
+GenPreseed Wiki
 ===

 Introduction
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian K Peterson</dc:creator><pubDate>Thu, 10 Oct 2013 20:50:09 -0000</pubDate><guid>https://sourceforge.net0bdd586bdfd4d403e45ed4b94efd8c878acd7b9f</guid></item><item><title>Home modified by Brian K Peterson</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,6 @@
+GenPreseed
+===
+
 Introduction
 ---
 GenPreseed generates preseed files for fully automating Debian/Ubuntu
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian K Peterson</dc:creator><pubDate>Thu, 10 Oct 2013 20:49:54 -0000</pubDate><guid>https://sourceforge.net40c39965a074400f7c6b54ca602d80359367b997</guid></item><item><title>Home modified by Brian K Peterson</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,48 @@
-Welcome to your wiki!
+Introduction
+---
+GenPreseed generates preseed files for fully automating Debian/Ubuntu
+installations. It does this by analyzing the install-time options selected
+during the installation of an existing system.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+When some parameters cannot be detected, some sane defaults are used. The goal
+of the software is to try and generate a useable preseed file on every run.

-The wiki uses [Markdown](/p/genpreseed/wiki/markdown_syntax/) syntax.
+Usage
+---
+Run the script in bash, as root or with sudo:
+~~~~~
+    # bash genpreseed.sh
+~~~~~
+~~~~~
+    $ sudo bash genpreseed.sh
+~~~~~
+A dot-slash (./) also works as long as bash is at /bin/bash:
+~~~~~
+    $ sudo ./genpreseed.sh
+~~~~~
+I would have rather not required root, but getting parameters from debconf requires it.
+
+Without any arguments the script will use the template included with the software. You can specify a template file to use by specifying it as an argument to the script:
+~~~~~
+    $ sudo ./genpreseed.sh /path/to/my-own-template.txt
+~~~~~
+
+Output
+---
+The script will print informational messages and warnings to stdout, as well as the output preseed file. The generated preseed file is written to /tmp/preseed/seed.txt
+
+Some basic instructions and installation disk kernel boot: prompt parameters are printed as well.
+
+Read the messages carefully! If there are any manual steps you may need to perform to make the preseed file usable, they are explained there.
+
+Use Caution
+---
+By default the generated preseed file instructs the installer to use unpartitioned free space. If there is no free space, or the disk doesn't have a valid partition table, the installer will freeze.
+
+See the output messages, or the generated preseed file, for instructions on specifying a disk or forcing the installer to overwrite any data on the specified disk.
+
+Be careful when testing preseed installations. I would recommend always testing in a virtual environment or in a lab setup. Don't boot your important workstation into an installation CD and not expect all your data to be lost.
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian K Peterson</dc:creator><pubDate>Thu, 10 Oct 2013 20:48:44 -0000</pubDate><guid>https://sourceforge.net29205258f0007b4d5afcf586a3b238d68c25d823</guid></item><item><title>Home modified by Brian K Peterson</title><link>https://sourceforge.net/p/genpreseed/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/genpreseed/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/briankpeterson/"&gt;Brian K Peterson&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5254bc7b24b0d9071636e4be" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian K Peterson</dc:creator><pubDate>Wed, 09 Oct 2013 02:16:27 -0000</pubDate><guid>https://sourceforge.net6b351eed62e201e91997f9664bc6fa67e7824297</guid></item></channel></rss>