diff options
author | Chris Lumens <clumens@redhat.com> | 2005-12-08 19:35:08 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-12-08 19:35:08 +0000 |
commit | 85bcf156d463fd2d633a5afb7ebb3fb581b32317 (patch) | |
tree | 9db54620785b6a48317f7e9d02ca16441c12dfb6 /docs | |
parent | 02a1766e159b2767f69e0f0a88ab66a5cb2fbfdc (diff) | |
download | anaconda-85bcf156d463fd2d633a5afb7ebb3fb581b32317.tar.gz anaconda-85bcf156d463fd2d633a5afb7ebb3fb581b32317.tar.xz anaconda-85bcf156d463fd2d633a5afb7ebb3fb581b32317.zip |
Support bytesPerInode on RAID (Curtis Doty <Curtis at Greenkey.net, #175288).
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 422066bbd..38e0e5838 100644 --- a/docs/kickstart-docs.txt +++ b/docs/kickstart-docs.txt @@ -969,6 +969,12 @@ Creating the Kickstart File Name of the RAID device to use (such as md0 or md1). RAID devices range from md0 to md7, and each may only be used once. + --bytes-per-inode= + + Specifies the size of inodes on the filesystem to be made on + the RAID device. Not all filesystems support this option, so it + is silently ignored for those cases. + --spares= Specifies the number of spare drives allocated for the RAID |