Sridhar Ravindra | 57d7eb9 | 2025-06-04 13:39:43 +0530 | [diff] [blame] | 1 | diff --git a/tools/onlrfs.py b/tools/onlrfs.py |
2 | index a9a4cb5d..051259d0 100755 | ||||
3 | --- a/tools/onlrfs.py | ||||
4 | +++ b/tools/onlrfs.py | ||||
5 | @@ -302,7 +302,7 @@ class OnlRfsBuilder(object): | ||||
6 | |||||
7 | DEFAULTS = dict( | ||||
8 | DEBIAN_SUITE='wheezy', | ||||
9 | - DEBIAN_MIRROR='mirrors.kernel.org/debian/', | ||||
10 | + DEBIAN_MIRROR='archive.debian.org/debian/', | ||||
11 | APT_CACHE='127.0.0.1:3142/' | ||||
12 | ) | ||||
13 |