public
Fork of iwamatsu/debian-study-live-cd
Description: A live-helper preference for Japanese Debain study society events
Homepage:
Clone URL: git://github.com/nogajun/debian-study-live-cd.git
change mirror server
nogajun (author)
Sun Jul 06 10:52:18 -0700 2008
commit  e2967be2f6299b181b8a024d31876d04f0a82df0
tree    b96651b0951570d0ff7cda822a9aca73e038cc64
parent  4b2b0f36e1bfedf5a021bf6b66f490091665977c
...
29
30
31
32
33
 
 
34
35
36
37
 
 
38
39
40
41
42
43
44
45
 
 
46
47
48
...
29
30
31
 
 
32
33
34
35
 
 
36
37
38
39
40
41
42
43
 
 
44
45
46
47
48
0
@@ -29,20 +29,20 @@ LH_BOOTSTRAP_KEYRING=""
0
 LH_DISTRIBUTION="lenny"
0
 
0
 # $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
0
-# (Default: http://cdn.debian.or.jp/debian/)
0
-LH_MIRROR_BOOTSTRAP="http://cdn.debian.or.jp/debian/"
0
+# (Default: http://ftp.jp.debian.org/debian/)
0
+LH_MIRROR_BOOTSTRAP="http://ftp.jp.debian.org/debian/"
0
 
0
 # $LH_MIRROR_CHROOT: set mirror to fetch packages from
0
-# (Default: http://cdn.debian.or.jp/debian/)
0
-LH_MIRROR_CHROOT="http://cdn.debian.or.jp/debian/"
0
+# (Default: http://ftp.jp.debian.org/debian/)
0
+LH_MIRROR_CHROOT="http://ftp.jp.debian.org/debian/"
0
 
0
 # $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
0
 # (Default: http://security.debian.org/)
0
 LH_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
0
 
0
 # $LH_MIRROR_BINARY: set mirror which ends up in the image
0
-# (Default: http://cdn.debian.or.jp/debian/)
0
-LH_MIRROR_BINARY="http://cdn.debian.or.jp/debian/"
0
+# (Default: http://ftp.jp.debian.org/debian/)
0
+LH_MIRROR_BINARY="http://ftp.jp.debian.org/debian/"
0
 
0
 # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
0
 # (Default: http://security.debian.org/)

Comments