Changeset 2554
- Timestamp:
- 06/25/07 00:04:22 (1 year ago)
- Files:
-
- trunk/doc/configuration.xml (modified) (1 diff)
- trunk/scripts/vserver-build.template (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/configuration.xml
r2547 r2554 413 413 </link> 414 414 </collection> 415 <link name="template"> 416 <description> 417 Symlink to the default template for this distribution. 418 </description> 419 </link> 415 420 </collection> 416 421 trunk/scripts/vserver-build.template
r2532 r2554 49 49 getDistribution '' 1 50 50 51 for d in "$__CONFDIR/.distributions/$DISTRIBUTION" \ 52 "$__DISTRIBDIR/$DISTRIBUTION"; do 53 if test -r "$d/template"; then 54 TEMPLATE=( "$d/template" "${TEMPLATE[@]}" ) 55 fi 56 done 57 51 58 base.init 52 59 test -z "$use_pkgmgmt" || pkgmgmt.initVariables
