* Preparing 2.2.9 release.
This commit is contained in:
parent
484aefea48
commit
86e2dd8f69
|
@ -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.
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue