Author: Nigel Cunningham Date: To: TuxOnIce users' list Subject: Re: [TuxOnIce-users] Do other people build TuxOnIce as modules?
Hi.
On Thu, 2008-07-17 at 15:48 -0700, Kenneth Crudup wrote: > On Thu, 17 Jul 2008, Luigi Bai wrote:
>
> > functionality that's critical at boot time is probably better integrated
> > in the kernel
>
> DING DING DING DING DING! I mean, shouldn't this be "Rule #1" for anyone
> wanting stability (not to mention that anything else is just counterintutitve?)
Well, once you've finished resuming, do you need the functionality
loaded? It really only needs to be there when you actually want to
hibernate, which is why we have that nice module loading code in the
hibernate script. The rest of the time, it's just a waste of otherwise
usable ram. That's my logic behind having tuxonice buildable as modules.