/[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 3216 - (show annotations) (download)
Mon Jan 9 16:04:21 2006 UTC (7 years, 4 months ago) by lange
File size: 364 byte(s)
copy setup script
1 #! /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
13
14 fcopy -v /etc/rc2.d/S99fai-setup

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5