use the full correct path
This commit is contained in:
parent
3df17fb170
commit
1250b9bca0
|
@ -11,7 +11,7 @@ set -e
|
|||
N=$1
|
||||
CDDIR=$2
|
||||
if [ "$DI_WWW_HOME" = "default" ];then
|
||||
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/"
|
||||
DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/cdrom/"
|
||||
if [ -n "$DI_DIR" ];then
|
||||
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
|
||||
DI_WWW_HOME=""
|
||||
|
|
Loading…
Reference in New Issue