- Switch mipsel to use my builds.
This commit is contained in:
parent
080b47e19e
commit
97a1836833
|
@ -36,6 +36,7 @@ debian-cd (2.2.23) unstable; UNRELEASED
|
|||
so it does not need to be maintained in both places.
|
||||
- Repository moved to svn, update docs to reflect move.
|
||||
- Add hw-detect-full to exclude list for etch, renamed to disk-detect.
|
||||
- Switch mipsel to use my builds.
|
||||
* Stephen R. Marenka
|
||||
- Changed m68k boot for etch to handle etch changes in d-i.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ set -e
|
|||
N=$1
|
||||
CDROOT=$2
|
||||
if [ "$DI_WWW_HOME" = "default" ];then
|
||||
DI_WWW_HOME="http://people.debian.org/~tbm/d-i/images/mipsel/daily/"
|
||||
DI_WWW_HOME="http://people.debian.org/~joeyh/d-i/mipsel/images/daily/"
|
||||
if [ -n "$DI_DIR" ];then
|
||||
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||
DI_WWW_HOME=""
|
||||
|
|
Loading…
Reference in New Issue