Parent Directory
|
Revision Log
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 |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |