diff --git a/debian/changelog b/debian/changelog index d9860d8a..760aba99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ debian-cd (2.2.9) unstable; urgency=low - * UNRELEASED * Added i386 boot blocks for udam100-ext3 to disk 5 -jwest * Added i386 boot blocks for reiserfs to disk 6 - jwest * Drop support of slink. Drop support of dpkg-multicd. diff --git a/tools/boot/woody/boot-i386 b/tools/boot/woody/boot-i386 index 0e1349c6..80972a4c 100755 --- a/tools/boot/woody/boot-i386 +++ b/tools/boot/woody/boot-i386 @@ -30,7 +30,7 @@ cd $CDDIR/.. # Strip NONUS part of disk number # NN will be 1...N so it can be used as an index # -NN=`echo $N | sed 's/_NONUS//'` +NN=`echo $N | sed -e 's/_NONUS//'` # what kernel-type to put on what disk?