Product SiteDocumentation Site

3.6. Build Kernel Components

Configure and build kernel and modules
> cd xfs
> make xconfig
> make bzImage
> make modules
> sudo make modules_install
If XFS wasn't built as a module
# cp arch/<arch>/boot/bzImage /boot/vmlinuz
# cp System.map /boot/System.map
# vim /boot/grub/menu.lst
# reboot
MediaWiki Appliance - Powered by TurnKey Linux