~codygarver/elementaryos/fix-1304217

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
= Kernels and Bootloaders =

The default kernels and bootloaders are not to be installed by debootstrap,
and *-minimal metapackages should not depend on them; however, they do need
to end up on CD images and in live filesystems. We therefore put them in a
separate seed.

== i386 ==

 * grub [amd64 i386]    # lilo will be in supported
 * linux-386 [i386]     # our chosen default install kernel, including restricted modules

== powerpc ==

 * yaboot [powerpc]        # ColinWatson
 * linux-powerpc [powerpc] # powerpc kernel, 32-bit machines
 * linux-powerpc64-smp [powerpc] # powerpc kernel, 64-bit machines

== amd64 ==

 * linux-amd64-generic [amd64] # amd64 kernel, works on all machines though not optimised

== ia64 ==

 * elilo [i386 ia64]           # also needed on Intel-based Macs
 * linux-itanium-smp [ia64]    # ia64 kernel, works on all machines
 * linux-mckinley-smp [ia64]   # ia64 kernel, all Itanium II machines

== sparc ==

 * silo [sparc]
 * linux-sparc64 [sparc]       # sparc64 UP kernel, works on all machines

== hppa ==

 * palo [hppa]
 * linux-hppa32 [hppa]         # hppa32 UP kernel
 * linux-hppa64 [hppa]         # hppa64 UP kernel