Building Hardy's eeepc Kernel
The following procedure will produce the packages:
- linux-image-2.6.24-22-eeepc
- linux-headers-2.6.24-22-eeepc
- [an error occurred while processing this directive]
Use the git repository found at:
- git://git.array.org/ubuntu-hardy-eeepc.git
Make sure you run this command from the ubuntu-hardy-eeepc directory.
cd ubuntu-hardy-eeepc
fakeroot debian/rules custom-binary-eeepc binary-headers
Building Hardy's eeepc Kernel Modules
The following procedure will produce the packages:
- linux-ubuntu-modules-2.6.24-22-eeepc
- linux-headers-lum-2.6.24-22-eeepc
Use the git repository found at:
- git://git.array.org/ubuntu-hardy-lum-eeepc.git
Make sure you run this command from the ubuntu-hardy-lum-eeepc directory.
cd ubuntu-hardy-lum-eeepc
fakeroot debian/rules binary-arch arch=i386 flavours="eeepc"
Building Hardy's eeepc Meta-Packages
The following procedure will produce the packages:
- linux-eeepc
- linux-image-eeepc
- linux-headers-eeepc
Use the git repository found at:
- git://git.array.org/ubuntu-hardy-meta-eeepc.git
Make sure you run this command from the ubuntu-hardy-meta-eeepc directory.
cd ubuntu-hardy-meta-eeepc
make binary
Building Intrepid's eeepc Kernel
The following procedure will produce the packages:
- linux-image-2.6.27-8-eeepc
- linux-headers-2.6.27-8-eeepc
- [an error occurred while processing this directive]
Use the git repository found at:
- git://git.array.org/ubuntu-intrepid-eeepc.git
Make sure you run this command from the ubuntu-intrepid-eeepc directory.
cd ubuntu-intrepid-eeepc
fakeroot debian/rules binary-eeepc binary-headers
Building Intrepid's eeepc-lean Kernel
The following procedure will produce the packages:
- linux-image-2.6.27-8-eeepc-lean
- linux-headers-2.6.27-8-eeepc
- [an error occurred while processing this directive]
Use the git repository found at:
- git://git.array.org/ubuntu-intrepid-eeepc.git
Make sure you run this command from the ubuntu-intrepid-eeepc directory.
cd ubuntu-intrepid-eeepc
fakeroot debian/rules binary-eeepc-lean binary-headers
Building Intrepid's eeepc & eeepc-lean Meta-Packages
The following procedure will produce the packages:
- linux-eeepc
- linux-image-eeepc
- linux-headers-eeepc
- linux-eeepc-lean
- linux-image-eeepc-lean
- linux-headers-eeepc-lean
Use the git repository found at:
- git://git.array.org/ubuntu-intrepid-meta-eeepc.git
Make sure you run this command from the ubuntu-intrepid-meta-eeepc directory.
cd ubuntu-intrepid-meta-eeepc
fakeroot debian/rules binary
|