Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
make tinyconfig, but nfs under network file system disappear
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
youxiaojie
n00b
n00b


Joined: 25 Jan 2025
Posts: 3

PostPosted: Sat Jan 25, 2025 2:18 pm    Post subject: make tinyconfig, but nfs under network file system disappear Reply with quote

dear friend,I build kernel for 486, choosing make tinyconfig,and then make menuconfig to add something. but I did not see udev and nfs concerning stuff.why? I hope net boot, so ip I config ip pnp,I need nfs as root,but only smb.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54776
Location: 56N 3W

PostPosted: Sat Jan 25, 2025 2:31 pm    Post subject: Reply with quote

youxiaojie,

Welcome to Gentoo.

Kernel options that depend on other options that are off are hidden.
See Configuring the kernel for how to select the options you nee.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
youxiaojie
n00b
n00b


Joined: 25 Jan 2025
Posts: 3

PostPosted: Sat Jan 25, 2025 4:02 pm    Post subject: Reply with quote

thanks magical z! another question,can I make to a gentoo bin package? I run make help only tarball rpm deb... which one should I make to get gentoo bin package?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54776
Location: 56N 3W

PostPosted: Sat Jan 25, 2025 4:13 pm    Post subject: Reply with quote

youxiaojie,

When you run
Code:
make
the build system will build the kernel and its modules.
If you have more than a single thread, use
Code:
make -j<threads>


Once that completes, the kernel binary will be called arch/x86/boot/bzImage and the modules, if any, can be installed with
Code:
make modules_install


If you need an initrd, there several ways to build that.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
youxiaojie
n00b
n00b


Joined: 25 Jan 2025
Posts: 3

PostPosted: Sat Jan 25, 2025 5:15 pm    Post subject: Reply with quote

sure, the standard way which is same as I do in debian, I hope to see some gentoo's specialality, making a bin package and transfer to new machine instead copy vmliux and whole module directory.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum