Advertisement
gen2monk

Untitled

Jul 24th, 2014
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. ltbenn monk # genkernel --oldconfig all
  2. * Gentoo Linux Genkernel; Version 3.4.49.2
  3. * Running with options: --oldconfig all
  4.  
  5. * Using genkernel.conf from /etc/genkernel.conf
  6. * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
  7. * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
  8.  
  9. * Linux Kernel 3.12.21-gentoo-r1 for x86_64...
  10. * .. with config file /usr/share/genkernel/arch/x86_64/kernel-config
  11. * kernel: --mrproper is disabled; not running 'make mrproper'.
  12. * >> Running oldconfig...
  13. * kernel: --clean is disabled; not running 'make clean'.
  14. * >> Compiling 3.12.21-gentoo-r1 bzImage...
  15. * >> Not installing firmware as it's included in the kernel already (CONFIG_FIRMWARE_IN_KERNEL=y)...
  16. * >> Compiling 3.12.21-gentoo-r1 modules...
  17.  
  18. * >> Generating module dependency data...
  19. * Copying config for successful build to /etc/kernels/kernel-config-x86_64-3.12.21-gentoo-r1
  20. * busybox: >> Using cache
  21. * initramfs: >> Initializing...
  22. * >> Appending base_layout cpio data...
  23. * >> Appending auxilary cpio data...
  24. * >> Copying keymaps
  25. * >> Appending busybox cpio data...
  26. * >> Appending modules cpio data...
  27. * >> Appending blkid cpio data...
  28. * >> Appending modprobed cpio data...
  29. * >> Appending linker cpio data...
  30. * >> Finalizing cpio...
  31. * >> Compressing cpio data (.xz)...
  32. *
  33. * Kernel compiled successfully!
  34. *
  35. * Required Kernel Parameters:
  36. * root=/dev/$ROOT
  37. *
  38. * Where $ROOT is the device node for your root partition as the
  39. * one specified in /etc/fstab
  40. *
  41. * If you require Genkernel's hardware detection features; you MUST
  42. * tell your bootloader to use the provided INITRAMFS file.
  43.  
  44. * WARNING... WARNING... WARNING...
  45. * Additional kernel cmdline arguments that *may* be required to boot properly...
  46. * With support for several ext* filesystems available, it may be needed to
  47. * add "rootfstype=ext3" or "rootfstype=ext4" to the list of boot parameters.
  48.  
  49. * Do NOT report kernel bugs as genkernel bugs unless your bug
  50. * is about the default genkernel configuration...
  51. *
  52. * Make sure you have the latest ~arch genkernel before reporting bugs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement