diff --git a/debian/changelog b/debian/changelog index ee688809..489cda02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ debian-cd (3.0.6) UNRELEASED; urgency=low * Update update_popcon to cope better with errors; now uses curl instead of wget + [ Raphael Hertzog ] + * Don't try to copy sbm on etch CD images as it got removed. + -- Frans Pop Sun, 02 Nov 2008 00:03:00 +0100 debian-cd (3.0.5) unstable; urgency=low @@ -49,7 +52,7 @@ debian-cd (3.0.5) unstable; urgency=low that file should have '#include '. This means we'll no longer have to modify the Debian_* tasks in such cases. - [ Raphael Hertzog ] + [ Raphael Hertzog ] * Switch debhelper compatibility level to 5 and use debian/compat instead of DH_COMPAT. * Clean up debian/rules a bit. diff --git a/tools/boot/etch/boot-amd64 b/tools/boot/etch/boot-amd64 index 3b187e6b..951fe7f8 100755 --- a/tools/boot/etch/boot-amd64 +++ b/tools/boot/etch/boot-amd64 @@ -105,12 +105,6 @@ extra_image () { } -# Include Smart Boot Manager image for people where isolinux fails -gzip -dc $BASEDIR/data/$DI_CODENAME/sbm.bin.gz > $CDDIR/install/sbm.bin -# Keep the original file timestamp -touch -r $BASEDIR/data/$DI_CODENAME/sbm.bin.gz $CDDIR/install/sbm.bin -cp -p $BASEDIR/data/$DI_CODENAME/README.sbm $CDDIR/install - # Isolinux setup including config and help files comes from d-i. cat cdrom/debian-cd_info.tar.gz | (cd boot$N/isolinux-amd64/; tar zx) if [ -e boot$N/isolinux-amd64/f3.txt.withgtk ]; then diff --git a/tools/boot/etch/boot-i386 b/tools/boot/etch/boot-i386 index c9f09ff8..ae114f46 100755 --- a/tools/boot/etch/boot-i386 +++ b/tools/boot/etch/boot-i386 @@ -161,12 +161,6 @@ if [ "$NN" = "1" ]; then fi done - # Include Smart Boot Manager image for people where isolinux fails - gzip -dc $BASEDIR/data/$DI_CODENAME/sbm.bin.gz > $CDDIR/install/sbm.bin - # Keep the original file timestamp - touch -r $BASEDIR/data/$DI_CODENAME/sbm.bin.gz $CDDIR/install/sbm.bin - cp -p $BASEDIR/data/$DI_CODENAME/README.sbm $CDDIR/install/ - # If the isolinux dir already exists, rename it aside for now if [ -e boot$N/isolinux/isolinux.cfg ] ; then mv boot$N/isolinux boot$N/isolinux-amd64