Changeset ddab9cf525d7cf4f65be037c24fb8490b174be3b

Show
Ignore:
Timestamp:
03/25/10 17:56:46 (3 years ago)
Author:
denever <denever@…>
Children:
8931723678aeab8a4902f2fa313e74ce6603fa78
Parents:
f739b986d6f8d9c9240b7bbce6dc8f19d176869f
git-author:
denever <denever@…> (03/12/10 12:20:01)
git-committer:
denever <denever@…> (03/25/10 17:56:46)
Message:

Updated build to use simple-cdd.conf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • distro/server/build

    rcc7692b rddab9cf  
    11#!/bin/sh -x 
     2# Now simple-cdd has a config file mirrors.conf no more needed 
    23 
    3 if [ $# == 0 ] 
    4 then 
    5         ARGS="--profiles fuss-server" 
    6 fi 
    7  
    8 # Builda l'immagine di installazione. 
    9 # ./build --profiles nomeprofilo 
    10  
    11 . /etc/debian-cd/conf.sh 
    12 export CONTRIB=0 
    13  
    14 . mirrors.conf 
    15  
    16 build-simple-cdd --debian-mirror $SIMPLECDD_MIRROR --security-mirror $SIMPLECDD_MIRROR_SECURITY --dist lenny $ARGS "$@" 
     4build-simple-cdd --conf ./simple-cdd.conf --dist lenny $ARGS "$@"