Add reference to debian-cd bug to remember to drop the hacks when possible

merge-requests/18/merge
Raphaël Hertzog 3 years ago
parent dac570522f
commit f673530399
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9

@ -344,6 +344,7 @@ case "$IMAGE_TYPE" in
[ $? -eq 0 ] || failure
# Use the same grub theme as in the live images
# Until debian-cd is smart enough: http://bugs.debian.org/1003927
cp -f kali-config/common/bootloaders/grub-pc/grub-theme.in simple-cdd/debian-cd/data/$CODENAME/grub-theme.in
# Keep 686-pae udebs as we changed the default from 686

@ -9,6 +9,8 @@ CDDIR=$4
ARCHES=$5
# Copy grub theme assets
# Until debian-cd picks them from d-i automatically:
# http://bugs.debian.org/1003927
cp -r $BASEDIR/../../kali-config/common/bootloaders/grub-pc/theme \
$BASEDIR/../../kali-config/common/bootloaders/grub-pc/splash.png \
$CDDIR/boot/grub/

Loading…
Cancel
Save