View previous topic :: View next topic |
Author |
Message |
youxiaojie n00b
Joined: 25 Jan 2025 Posts: 3
|
Posted: Sat Jan 25, 2025 2:18 pm Post subject: make tinyconfig, but nfs under network file system disappear |
|
|
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 |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54776 Location: 56N 3W
|
Posted: Sat Jan 25, 2025 2:31 pm Post subject: |
|
|
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 |
|
|
youxiaojie n00b
Joined: 25 Jan 2025 Posts: 3
|
Posted: Sat Jan 25, 2025 4:02 pm Post subject: |
|
|
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 |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54776 Location: 56N 3W
|
Posted: Sat Jan 25, 2025 4:13 pm Post subject: |
|
|
youxiaojie,
When you run the build system will build the kernel and its modules.
If you have more than a single thread, use
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 |
|
|
youxiaojie n00b
Joined: 25 Jan 2025 Posts: 3
|
Posted: Sat Jan 25, 2025 5:15 pm Post subject: |
|
|
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 |
|
|
|