|
发表于 2010-3-14 23:11:29
|
显示全部楼层
我选定的内核包是linux-image-2.6-686,APT会自动判断具体用哪个包
- zeyata@miahiu:~$ aptitude search linux-image
- v linux-image -
- v linux-image-2.6 -
- p linux-image-2.6-486 - Linux 2.6 image on old PCs
- i linux-image-2.6-686 - Linux 2.6 image on modern PCs
- p linux-image-2.6-686-bigmem - Linux 2.6 image on PCs with 4GB+ RAM
- p linux-image-2.6-amd64 - Linux 2.6 image on 64-bit PCs
- p linux-image-2.6.30-2-486 - Linux 2.6.30 image on x86
- p linux-image-2.6.30-2-686 - Linux 2.6.30 image on PPro/Celeron/PII/PIII/P4
- p linux-image-2.6.30-2-686-bigmem - Linux 2.6.30 image on PPro/Celeron/PII/PIII/P4
- p linux-image-2.6.30-2-amd64 - Linux 2.6.30 image on AMD64
- p linux-image-2.6.32-trunk-486 - Linux 2.6.32 for old PCs
- i A linux-image-2.6.32-trunk-686 - Linux 2.6.32 for modern PCs
- p linux-image-2.6.32-trunk-686-bigmem - Linux 2.6.32 for PCs with 4GB+ RAM
- p linux-image-2.6.32-trunk-amd64 - Linux 2.6.32 for 64-bit PCs
- p linux-image-2.6.32-trunk-vserver-686 - Linux 2.6.32 for modern PCs, Linux-VServer support
- p linux-image-2.6.32-trunk-vserver-686-bigmem - Linux 2.6.32 for PCs with 4GB+ RAM, Linux-VServer support
- p linux-image-486 - Linux image on old PCs
- p linux-image-686 - Linux image on modern PCs
- p linux-image-686-bigmem - Linux image on PCs with 4GB+ RAM
- p linux-image-amd64 - Linux image on 64-bit PCs
复制代码
选linux-image-686/linux-image-486这样的也可以
- zeyata@miahiu:~$ aptitude show linux-image-686
- 软件包:linux-image-686
- 状态: 未安装
- 版本号:2.6.32+23
- 优先级:可选
- 部分:kernel
- 维护者:Debian Kernel Team <debian-kernel@lists.debian.org>
- 未压缩尺寸:32.8k
- 依赖于: linux-image-2.6.32-trunk-686
- 提供: linux-latest-modules-2.6.32-trunk-686
- 描述:Linux image on modern PCs
- This package depends on the latest binary image for Linux kernel on PCs with Intel Pentium Pro/II/III/4/4M/D/M, Xeon,
- Celeron, Core or Atom; AMD K6, Geode LX/NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta
- Efficeon; VIA C3 "Nehemiah" or C7 processors machines.
复制代码 |
|