armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME
definition to stop the mirror script complaining.
This commit is contained in:
parent
1250b9bca0
commit
192ab9e1e6
|
@ -17,6 +17,8 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
|
|||
overflowed the disc size, try to carry on for a few more packages
|
||||
to get closer to actually filling the disc. Closes: #613751.
|
||||
* Path to sparc daily builds has changed.
|
||||
* armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME
|
||||
definition to stop the mirror script complaining.
|
||||
|
||||
[ Otavio Salvador ]
|
||||
* Add btrfs-tools on required packages by installer. Closes: #612007.
|
||||
|
|
|
@ -17,7 +17,7 @@ N=$1
|
|||
CDDIR=$2
|
||||
INSTALLDIR=$CDDIR/install
|
||||
if [ "$DI_WWW_HOME" = "default" ];then
|
||||
DI_WWW_HOME="http://people.debian.org/~kmuto/d-i/images/daily"
|
||||
# DI_WWW_HOME="http://people.debian.org/~kmuto/d-i/images/daily"
|
||||
if [ -n "$DI_DIR" ];then
|
||||
DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"
|
||||
DI_WWW_HOME=""
|
||||
|
|
Loading…
Reference in New Issue