use general path as specific one seems to fail
This commit is contained in:
parent
799a06f4c2
commit
b9730d6ab1
|
@ -16,7 +16,7 @@ set -e
|
||||||
N=$1
|
N=$1
|
||||||
CDROOT=$2
|
CDROOT=$2
|
||||||
if [ "$DI_WWW_HOME" = "default" ];then
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily/decstation/cdrom/"
|
DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily"
|
||||||
if [ -n "$DI_DIR" ];then
|
if [ -n "$DI_DIR" ];then
|
||||||
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
|
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
|
||||||
DI_WWW_HOME=""
|
DI_WWW_HOME=""
|
||||||
|
|
Loading…
Reference in New Issue