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
- linux-headers-2.6.24-22
Use the git repository found at:
- git://git.array.org/array/ubuntu-hardy.git
Make sure you run this command from the ubuntu-hardy directory.
cd ubuntu-hardy
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/array/ubuntu-hardy-lum.git
Make sure you run this command from the ubuntu-hardy-lum directory.
cd ubuntu-hardy-lum
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/array/ubuntu-hardy-meta.git
Make sure you run this command from the ubuntu-hardy-meta directory.
cd ubuntu-hardy-meta
make binary
Building Intrepid's eeepc Kernel
The following procedure will produce the packages:
- linux-image-2.6.27-13-eeepc
- linux-headers-2.6.27-13-eeepc
- linux-headers-2.6.27-13
Use the git repository found at:
- git://git.array.org/array/ubuntu-intrepid.git
Make sure you run this command from the ubuntu-intrepid directory.
cd ubuntu-intrepid
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-13-eeepc-lean
- linux-headers-2.6.27-13-eeepc-lean
- linux-headers-2.6.27-13
Use the git repository found at:
- git://git.array.org/array/ubuntu-intrepid.git
Make sure you run this command from the ubuntu-intrepid directory.
cd ubuntu-intrepid
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/array/ubuntu-intrepid-meta.git
Make sure you run this command from the ubuntu-intrepid-meta-eeepc directory.
cd ubuntu-intrepid-meta-eeepc
fakeroot debian/rules binary
|