Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dce49136350232b7fa0819e55229b11a330dd22d
commit dce49136350232b7fa0819e55229b11a330dd22d Author: James Buren <[email protected]> Date: Tue Jan 17 18:07:44 2012 -0700 upgrade.txt: add initial documentation for module-init-tools upgrade text diff --git a/docs/upgrade.txt b/docs/upgrade.txt index ee2d804..14394f6 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -67,6 +67,18 @@ If you encounter problems with the new kernel, please file a bug report. But before you do, check if your root partition is `/dev/sd*` and not `/dev/hd*`. Try converting the `/dev/hd*` to `/dev/sd*` if you are having trouble. +== Updating from module-init-tools + +If you had custom config in `/etc/sysconfig/modules`, these changes will not +carry over upon upgrade to the new package that replaces it called `kmod`. It +should be simple to fix by just copying the `/etc/sysconfig/modules.pacsave` +to `/etc/sysconfig/modules` to overwrite it with the old config you were using +prior to the upgrade. The command to use, as root, is below: + +---- +cp -f /etc/sysconfig/modules.pacsave /etc/sysconfig/modules +---- + == The reboot Since the kernel is upgraded, too, you have to reboot your machine. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
