and make sure aboot/delo are in the list whenever it gets regenerated
This commit is contained in:
parent
24d4bf9ccb
commit
b8f6499633
|
@ -58,6 +58,8 @@ EOF
|
||||||
cat >> debian-installer+kernel << EOF
|
cat >> debian-installer+kernel << EOF
|
||||||
#endif
|
#endif
|
||||||
#ifdef ARCH_alpha
|
#ifdef ARCH_alpha
|
||||||
|
aboot
|
||||||
|
aboot-base
|
||||||
discover1
|
discover1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -106,6 +108,7 @@ done
|
||||||
cat >> debian-installer+kernel << EOF
|
cat >> debian-installer+kernel << EOF
|
||||||
#endif
|
#endif
|
||||||
#ifdef ARCH_mipsel
|
#ifdef ARCH_mipsel
|
||||||
|
delo
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Only include mipsel kernels that d-i base-installer installs.
|
# Only include mipsel kernels that d-i base-installer installs.
|
||||||
|
|
Loading…
Reference in New Issue