diff options
author | Chris Lumens <clumens@redhat.com> | 2005-04-27 20:12:55 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-04-27 20:12:55 +0000 |
commit | b49f685e37333985100737be4d5c7a647c937afd (patch) | |
tree | 0412a3f9a3c7d0f1f7591273685114d2af71e0fd /docs | |
parent | eb9981035d294a361698c8c0175caaec0ea69801 (diff) | |
download | anaconda-b49f685e37333985100737be4d5c7a647c937afd.tar.gz anaconda-b49f685e37333985100737be4d5c7a647c937afd.tar.xz anaconda-b49f685e37333985100737be4d5c7a647c937afd.zip |
Recognize --label for the part keyword (#79832).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/kickstart-docs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/kickstart-docs.txt b/docs/kickstart-docs.txt index d99ac23dc..9917d72aa 100644 --- a/docs/kickstart-docs.txt +++ b/docs/kickstart-docs.txt @@ -916,6 +916,12 @@ Creating the Kickstart File /etc/fstab file of the installed system and should be enclosed in quotes. + --label= + + Specify the label to give to the filesystem to be made on the + partition. If the given label is already in use by another + filesystem, a new label will be created for this partition. + --start= Specifies the starting cylinder for the partition. It requires |