summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-11-13 15:58:10 +0000
committerChris Lumens <clumens@redhat.com>2006-11-13 15:58:10 +0000
commit734df029046c40205b6b80378a3121d6d265dd78 (patch)
tree48aff6384555786fd4e270f3c16686fe59249f81
parent09a4805b48b8106c6e48c9333bcc46a9ddc602f5 (diff)
downloadanaconda-734df029046c40205b6b80378a3121d6d265dd78.tar.gz
anaconda-734df029046c40205b6b80378a3121d6d265dd78.tar.xz
anaconda-734df029046c40205b6b80378a3121d6d265dd78.zip
Document --nobase argument.
-rw-r--r--ChangeLog6
-rw-r--r--docs/kickstart-docs.txt8
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1797ead9a..be163760d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2006-13-10 Paul Nasrat <pnasrat@redhat.com>
+2006-11-13 Chris Lumens <clumens@redhat.com>
+
+ * docs/kickstart-docs.txt: Document --nobase argument.
+
+2006-11-10 Paul Nasrat <pnasrat@redhat.com>
* fsset.py: Fix typo (#215232)
diff --git a/docs/kickstart-docs.txt b/docs/kickstart-docs.txt
index 84d381a42..541eb3b0b 100644
--- a/docs/kickstart-docs.txt
+++ b/docs/kickstart-docs.txt
@@ -1208,6 +1208,14 @@ Creating the Kickstart File
%packages --ignoremissing
+ --nobase
+
+ Don't select the Base group by default. This is useful if you are
+ putting together an extremely minimal system. However with this
+ option, it is very easy to end up with a system that does not fully
+ boot to a login prompt as you will need to list all the packages
+ required to get that much functionality.
+
----------------------------------------------------------------------
Chapter 4. Pre-installation Script