Changeset 1490
- Timestamp:
- 08/07/08 11:46:58 (4 months ago)
- Files:
-
- 1 modified
-
trunk/image-builder/live/config/bootstrap (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/image-builder/live/config/bootstrap
r1398 r1490 31 31 # $LH_MIRROR_BOOTSTRAP: set mirror to boostrap from 32 32 # (Default: http://localhost/debian/) 33 LH_MIRROR_BOOTSTRAP="http:// localhost/debian/"33 LH_MIRROR_BOOTSTRAP="http://mirror/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:// localhost/debian/"37 LH_MIRROR_CHROOT="http://mirror/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:// localhost/debian/"45 LH_MIRROR_BINARY="http://mirror/debian/" 46 46 47 47 # $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image