Line | |
---|
1 | = Kernels and Bootloaders = |
---|
2 | |
---|
3 | The default kernels and bootloaders are not to be installed by debootstrap, |
---|
4 | and *-minimal metapackages should not depend on them; however, they do need |
---|
5 | to end up on CD images and in live filesystems. We therefore put them in a |
---|
6 | separate seed. |
---|
7 | |
---|
8 | We seed both linux-* and linux-image-* so that it's easier to build CD |
---|
9 | images without the restricted component. The linux-* kernels include |
---|
10 | restricted modules. |
---|
11 | |
---|
12 | * Kernel-Stem: linux linux-image |
---|
13 | |
---|
14 | == i386 == |
---|
15 | |
---|
16 | * grub [amd64 i386] # lilo will be in supported |
---|
17 | * grub-pc [amd64 i386] |
---|
18 | * ${Kernel-Stem}-generic [i386] # our chosen default install kernel |
---|
19 | |
---|
20 | == powerpc == |
---|
21 | |
---|
22 | * yaboot [powerpc] |
---|
23 | * ${Kernel-Stem}-powerpc-smp [powerpc] # powerpc kernel, 32-bit machines |
---|
24 | * ${Kernel-Stem}-powerpc64-smp [powerpc] # powerpc kernel, 64-bit machines |
---|
25 | |
---|
26 | == ppc64el == |
---|
27 | |
---|
28 | * grub-ieee1275 [ppc64el] |
---|
29 | * ${Kernel-Stem}-generic [ppc64el] # default install kernel for ppc64el |
---|
30 | |
---|
31 | == amd64 == |
---|
32 | |
---|
33 | * ${Kernel-Stem}-generic [amd64] # amd64 kernel, works on all machines though not optimised |
---|
34 | |
---|
35 | == armel / armhf == |
---|
36 | |
---|
37 | * ${Kernel-Stem}-generic [armhf] # multiplatform kernel, will eventually replace others |
---|
38 | |
---|
39 | == arm64 == |
---|
40 | |
---|
41 | * grub-efi-arm64 [arm64] |
---|
42 | * ${Kernel-Stem}-generic [arm64] |
---|
43 | |
---|
44 | == s390x == |
---|
45 | |
---|
46 | * ${Kernel-Stem}-generic [s390x] |
---|
47 | * s390-tools [s390x] |
---|
48 | * sysconfig-hardware [s390x] |
---|
49 | |
---|
50 | == Germinate workarounds == |
---|
51 | |
---|
52 | Stop grub-common -> base-files -> awk from selecting mawk. (Since the boot seed doesn't inherit from required for arcane reasons, this is the only way we can make this work reliably ...) |
---|
53 | |
---|
54 | * mawk |
---|
Note: See
TracBrowser
for help on using the repository browser.