Archive for May 9th, 2011

Because setting up automated kernel compilation is annoying

git checkout -f xen/next-2.6.39 && git pull && yes “”|make oldconfig && make rpm-pkg && git checkout -f xen/next-2.6.32 && git pull && yes “”|make oldconfig && make rpm-pkg && git checkout -f xen/stable-2.6.32.x && git pull && yes “”|make oldconfig && make rpm-pkg Now I have to mix it all together in a crontab […]

No Comments