Changeset 1506
- Timestamp:
- 08/08/08 17:50:47 (5 months ago)
- Files:
-
- 1 modified
-
trunk/image-builder/live/config/bootstrap (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/image-builder/live/config/bootstrap
r1490 r1506 31 31 # $LH_MIRROR_BOOTSTRAP: set mirror to boostrap from 32 32 # (Default: http://localhost/debian/) 33 LH_MIRROR_BOOTSTRAP="http:// mirror/debian/"33 LH_MIRROR_BOOTSTRAP="http://localhost:8080/debian/" 34 34 35 35 # $LH_MIRROR_CHROOT: set mirror to fetch packages from 36 36 # (Default: http://localhost/debian/) 37 LH_MIRROR_CHROOT="http:// mirror/debian/"37 LH_MIRROR_CHROOT="http://localhost:8080/debian/" 38 38 39 39 # $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from … … 43 43 # $LH_MIRROR_BINARY: set mirror which ends up in the image 44 44 # (Default: http://localhost/debian/) 45 LH_MIRROR_BINARY="http:// mirror/debian/"45 LH_MIRROR_BINARY="http://ftp.br.debian.org/debian/" 46 46 47 47 # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image