Description of problem: /usr/share/doc/anaconda-12.25/kickstart-docs.txt has fstype ext3 in all of its examples, and makes no mention of ext4 . That's rather ironic, since it now seems to ignore --fstype=ext3; i.e., it creates an ext4 filesystem even when ext3 is specified. Version-Release number of selected component (if applicable): anaconda-12.25-1.fc12 How reproducible: 100% Steps to Reproduce: 1. grep ext4 /usr/share/doc/anaconda-12.25/kickstart-docs.txt 2. grep ext3 /usr/share/doc/anaconda-12.25/kickstart-docs.txt Actual results: #1 shows no matches. #2 shows many examples of "--fstype ext3" and three statements that "Valid values are ext2, ext3, swap, and vfat". Expected results: There should be *some* mention of ext4 .
The documentation will be fixed in the next build of anaconda. Incidentally, this documentation comes straight off the Fedora wiki (https://fedoraproject.org/wiki/Anaconda/Kickstart) so anyone with an account is able to make updates.