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
|
||||
#endif
|
||||
#ifdef ARCH_alpha
|
||||
aboot
|
||||
aboot-base
|
||||
discover1
|
||||
EOF
|
||||
|
||||
|
@ -106,6 +108,7 @@ done
|
|||
cat >> debian-installer+kernel << EOF
|
||||
#endif
|
||||
#ifdef ARCH_mipsel
|
||||
delo
|
||||
EOF
|
||||
|
||||
# Only include mipsel kernels that d-i base-installer installs.
|
||||
|
|
Loading…
Reference in New Issue