The install.html file shipped with the Pentium3 livecd 1.4 (not sure if this affects all platforms or not) contains a few errors in the code. * Users are told to do a `uname -r` to get the kernel version when making a list of modules to add to the modules.autoload.d/kernel-version file - except that uname -r returns the version of the kernel on the livecd, not the kernel they installed (ie, maybe we should dump that with just a generic <kernelversion here>) * Package name/path for reiserfstools has moved (probably on its way to being fixed, just passing on) Reproducible: Always Steps to Reproduce: 1. 2. 3.
Indeed. Although the "uname -r" will still work (since module names don't change often in between kernel trees) it is a possible point of problems (especially if the user thinks that he has selected the module in his kernel configuration). I'll change this in a minute. About the reiserfsprogs (not reiserfstools) this change has been made previous week on the online documentation (with the sys-fs move).
Created attachment 18192 [details, diff] Patch to change "uname -r" to "kernel version"
patch reviewed
Committed. Thanks for reporting, Michael.