Remove win32-loader standalone flavours from the tools/ directory on
x86. Closes: #612224
This commit is contained in:
parent
15a6086b14
commit
5019f35713
|
@ -11,6 +11,10 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
|
|||
[ Otavio Salvador ]
|
||||
* Add btrfs-tools on required packages by installer. Closes: #612007.
|
||||
|
||||
[ Didier Raboud ]
|
||||
* Remove win32-loader standalone flavours from the tools/ directory on
|
||||
x86. Closes: #612224
|
||||
|
||||
-- Raphaël Hertzog <hertzog@debian.org> Fri, 04 Feb 2011 09:59:21 +0100
|
||||
|
||||
debian-cd (3.1.5) unstable; urgency=high
|
||||
|
|
|
@ -123,6 +123,8 @@ if [ "$NN" = "1" ]; then
|
|||
[ "$OMIT_DOC_TOOLS" != "1" ] ; then
|
||||
echo " Adding tools to CD1"
|
||||
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
|
||||
# Remove the win32-loader/ subdirectory from tools, as d-i already installs setup.exe
|
||||
rm -Rf $CDDIR/tools/win32-loader
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -123,6 +123,8 @@ if [ "$NN" = "1" ]; then
|
|||
[ "$OMIT_DOC_TOOLS" != "1" ] ; then
|
||||
echo " Adding tools to CD1"
|
||||
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
|
||||
# Remove the win32-loader/ subdirectory from tools, as d-i already installs setup.exe
|
||||
rm -Rf $CDDIR/tools/win32-loader
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue