* Fix to tools/grab_md5: reset the file and dir name after each source
package is finished with. * Add extra debug in tools/boot/etch/boot-i386
This commit is contained in:
parent
c017d3cf55
commit
78966b6bde
|
@ -25,6 +25,11 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
|
|||
* Only tell mkisofs to use the prep initrd if it's available (which it
|
||||
currently isn't for 2.6.16).
|
||||
|
||||
[ Steve McIntyre ]
|
||||
* Fix to tools/grab_md5: reset the file and dir name after each source
|
||||
package is finished with.
|
||||
* Add extra debug in tools/boot/etch/boot-i386
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Sun, 23 Apr 2006 20:09:44 +0200
|
||||
|
||||
debian-cd (2.2.24) unstable; urgency=low
|
||||
|
|
|
@ -18,6 +18,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
|
|||
if [ -n "$DI_DIR" ];then
|
||||
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||
DI_WWW_HOME=""
|
||||
echo "Using images from $DI_DIR"
|
||||
fi
|
||||
fi
|
||||
if [ ! "$DI_DIST" ]; then
|
||||
|
|
|
@ -38,6 +38,8 @@ case $ARCH in
|
|||
}
|
||||
/^[^ ]/ {
|
||||
in_files = 0
|
||||
FILE = ""
|
||||
DIR = ""
|
||||
}' | sort | uniq >> $OUT
|
||||
;;
|
||||
alpha|amd64|arm|hppa|i386|ia64|m68k|mips|mipsel|powerpc|s390|sparc)
|
||||
|
|
Loading…
Reference in New Issue