Build Linux kernel using mock: Difference between revisions

From VVCWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
PAE kernel on RHEL5
  mock -v --target i686 --without xen --without debug --without debuginfo --without up --without kabichk \
  mock -v --target i686 --without xen --without debug --without debuginfo --without up --without kabichk \
  -r epel-5-i386 kernel-2.6.25-14.vvc.el5.src.rpm
  -r epel-5-i386 kernel-2.6.25-14.vvc.el5.src.rpm
kernel on RHEL6
mock -v -r epel-6-i686 --taget i686 --without debug --without debuginfo --without kabichk \
--with firmware --without perf kernel-2.6.32-358.6.1.el6.vvc.src.rpm

Revision as of 12:10, 25 April 2013

PAE kernel on RHEL5

mock -v --target i686 --without xen --without debug --without debuginfo --without up --without kabichk \
-r epel-5-i386 kernel-2.6.25-14.vvc.el5.src.rpm

kernel on RHEL6

mock -v -r epel-6-i686 --taget i686 --without debug --without debuginfo --without kabichk \
--with firmware --without perf kernel-2.6.32-358.6.1.el6.vvc.src.rpm