Displaying 3 results from an estimated 3 matches for "rootcmd".
2007 Sep 10
1
how to compile a xen dom0 kernel the debian way
...mpile
a 2.6.22 dom0 kernel with debian xen patches applied on my amd64 system.
I have linux-source-2.6.22 and linux-patch-debian-2.6.22 installed, and
followed the instructions from the workaround for
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382699
Then I built the kernel:
# make-kpkg --rootcmd fakeroot --initrd --append-to-version \
-1-amd64-xen --revision 2.6.22-4 --added-patches xen clean
# make-kpkg --rootcmd fakeroot --initrd --append-to-version \
-1-amd64-xen --revision 2.6.22-4 --added-patches xen kernel_image
And indeed some patches seem to be applied (see below)....
2006 Apr 27
1
Xen capable linux-tree-2.6.16 deb?
Hi,
has anyone build a linux-2.6.16 deb that can be used to compile xen?
The default unstable package does not seem to have any xen patches
included, only the /debian/arch/amd64/xen dir for the .config files.
MfG
Goswin
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
Hi Jon,
perfect instructions, thank you very much.
I used them and after some tests they worked.
Here is what I did. Maybe someone could use it completely:
------------------------------------------------------------
Install helpers:
apt-get install kernel-package ncurses-dev fakeroot wget bzip2
Go to usr directory:
cd /usr/src
wget