GR wrote:
> 
> This assumes Oxygen 1.9.
> 
> I know I have managed to get this file backed up before, but I can't
> seem to remember how. I have made changes to
> /lib/modules/boot/modules.conf to reflect the NIC's in my machine and
> have also deleted all the unecessary modules from that directory.
> However when I attempt to back up my changes they aren't written to
> disk - upon reboot they are all lost.
> 
> I have attempted a full backup (apkg -e) a "partially full" backup
> (apkg -a) as well as individually backing up modules.lrp (apkg -b
> modules.lrp).
> 
> What am I missing here?


The boot modules in /var/boot/modules are different
from runtime modules in /lib/modules.

     /lib/modules               /var/boot/modules
     -------------            ------------------------- 
  part of modules.lrp            part of root.lrp
   for ip_masq_*.o's            for nic and scsi and cdrom .o's


The reason the boot time modules are part of root.lrp is that
they are used to boot the computer, and must be loaded by the
kernel during the bootstrapping process.

Does that help?  (answer, back up root.lrp).
Tip:  always use apkg -s <packagename>.lrp
and back up what you want, when you want, safely.

Cheers,
Matthew

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to