Re: Enable modules in Linux configuration.

2017-08-02 Thread Joshua Branson
Wow! I did not know that you could use guixSD to maintain specific versions of packages! Having it manage a custom linux kernel is pretty awesome! On 07/31/2017 05:39 PM, Marius Bakke wrote: > Dmitry Nikolaev writes: > >> But it looks too complex for me. Is there an easier way to enable >> a

Re: Enable modules in Linux configuration.

2017-07-31 Thread Marius Bakke
Dmitry Nikolaev writes: > But it looks too complex for me. Is there an easier way to enable > additional modules in Linux configuration? Shouldn't I use "extra-options" > in make-linux-libre function? How could I do that? I suppose we could export the various Linux-Libre variables so that the fo

Re: Enable modules in Linux configuration.

2017-07-31 Thread Mark H Weaver
Hi again, Dmitry Nikolaev writes: > How do I enable Reiser4 module in Linux configuration? As far as I > know I need to add "REISER4_FS=m" to .config after running "make > defconfig", but before "make". Sorry, I realize that I didn't answer this question in my last message. It might be sufficie

Re: Enable modules in Linux configuration.

2017-07-31 Thread Mark H Weaver
Hi, Dmitry Nikolaev writes: > I'm trying to set up GuixSD on Reiser4 file system. I've succeeded > with patching and compiling Linux with Reiser4 patch, but I've found > that reiser4 module is disabled by default. Everything I did was > pointless 8-] > > How do I enable Reiser4 module in Linux c

Re: Enable modules in Linux configuration.

2017-07-30 Thread ng0
Joshua Branson transcribed 1.7K bytes: > I feel like your life would be so much simplier if you just used ext4 or > XFS. I can hand you work in progress (but-not-really-because-currently -otherwise-busy) xfs + xfs/static patches if you want XFS instead of reiser4. > On 07/29/2017 03:33 PM, Dmitr

Re: Enable modules in Linux configuration.

2017-07-30 Thread Joshua Branson
Out of curiosity why would you want Reiser4? I'm sure it's an ok filesystem, but it's just being maintain these days right? Not really developed. I feel like your life would be so much simplier if you just used ext4 or XFS. On 07/29/2017 03:33 PM, Dmitry Nikolaev wrote: > Hi everybody. > >

Re: Enable modules in Linux configuration.

2017-07-30 Thread ng0
Dmitry Nikolaev transcribed 2.4K bytes: > Hi everybody. > > I'm trying to set up GuixSD on Reiser4 file system. I've succeeded with > patching and compiling Linux with Reiser4 patch, but I've found that > reiser4 module is disabled by default. Everything I did was pointless 8-] > … I'm going to

Enable modules in Linux configuration.

2017-07-29 Thread Dmitry Nikolaev
Hi everybody. I'm trying to set up GuixSD on Reiser4 file system. I've succeeded with patching and compiling Linux with Reiser4 patch, but I've found that reiser4 module is disabled by default. Everything I did was pointless 8-] How do I enable Reiser4 module in Linux configuration? As far as I k