/[fai]/trunk/examples/simple/scripts/FAISERVER/20-copy-mirror
ViewVC logotype

Contents of /trunk/examples/simple/scripts/FAISERVER/20-copy-mirror

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3199 - (hide annotations) (download)
Thu Jan 5 21:56:22 2006 UTC (7 years, 4 months ago) by lange
File size: 330 byte(s)
remove ugly workaround
1 lange 3198 #! /bin/bash
2    
3     [ -d /media/mirror ] || exit 0
4    
5     echo "Copying Debian mirror from CD to local dis. This may take some time."
6     mkdir -p $target/var/www/debian
7     cp -a /media/mirror/* $target/var/www/debian
8    
9     echo "deb http://faiserver/debian stable main" > $target/etc/apt/sources.list
10    
11     cd $target/var/www/debian/dists
12     ln -s stable sarge

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5