V
Size: a a a
V
M
`rpmbuild -bb --without kabichk --target=`uname -m
kernel.spec 2> build-err.log | tee build-out.log``M
V
V
M
V
M
V
mv kernel-3.10.0-x86_64.config .config
V
M
`cp /boot/config-`uname -r
.config``V
V
M
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos_mail/root rd.lvm.lv=centos_mail/swap rhgb quiet intel_iommu=on"
GRUB_DISABLE_RECOVERY="true"
M
M
V
M
V
M