diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | docs/kickstart-docs.txt | 8 |
2 files changed, 13 insertions, 1 deletions
@@ -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 |