List of docs to fix, and what needs to be fixed for them.
- Grub install notes: the current grub notes instruct the user to copy a directory with a regular "cp /usr/lib/grub/i386-pc /boot/grub". This should be "cp /usr/lib/grub/i386-pc/* /boot/grub/". - DONE
- Grub menu.lst: there is currently no sample menu.lst we point the user to that can be customized easily for the install system. We should provide a simple one that can easily be edited. We should also tell the user to store (copy via cp) the menu.lst conf file as /boot/grub/menu.lst. - DONE
- The sample fstab file is awful (it's actually the one provided from upstream, this isn't our fault ;P). This should be replaced with a sample fstab that is more useful to the end user. - DONE
- We need some doc to explain how the user can set keyboard layout/mapping, and point the user to this doc early on (welcome message?). - DONE
There should be a list of editors, with their invocation names (e.g. elvis -> /usr/bin/vi) so that users know what is available for them to choose from. This will also prevent confusion from vim hackers trying to run vim instead of vi, if vim is not provided. - DONE
- There should be some documentation about the possible vga modes the user can boot into. The ISO supports various framebuffer modes, but the user would have to explicitly select them at bootup to get them. Currently, none of the docs even reference this. - DONE
