summaryrefslogtreecommitdiff
path: root/build/buildweb.sh
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-01-03 19:39:07 +0000
committerFrans Pop <elendil@planet.nl>2006-01-03 19:39:07 +0000
commit34ca3cccdabee78aa15909ca2d5ee4e90a9019d4 (patch)
treec19c9c38b96ebb0ead73b8d05c5f7abcde8e9341 /build/buildweb.sh
parentb087b8a7479e7868cf31d73855cd9269d4f3cb29 (diff)
downloadinstallation-guide-34ca3cccdabee78aa15909ca2d5ee4e90a9019d4.zip
- Change default build to Etch.
- Remove all Sarge specific content and make Etch specific content default. - Delete some obsolete entities.
Diffstat (limited to 'build/buildweb.sh')
-rwxr-xr-xbuild/buildweb.sh12
1 files changed, 3 insertions, 9 deletions
diff --git a/build/buildweb.sh b/build/buildweb.sh
index 5426b59ed..43ec4dfae 100755
--- a/build/buildweb.sh
+++ b/build/buildweb.sh
@@ -66,15 +66,9 @@ for lang in $languages; do
[ -n "$USES_PO" ] && rm -r ../$lang || true
done
-if [ "$manual_release" = "etch" ] ; then
- PRESEED="../en/appendix/example-preseed-etch.xml"
- LCKEEP="-v lckeep=1"
-else
- PRESEED="../en/appendix/example-preseed-sarge.xml"
- LCKEEP=""
-fi
-if [ -f $PRESEED ] && [ -f preseed.awk ] ; then
- gawk -f preseed.awk $LCKEEP $PRESEED >$destination/example-preseed.txt
+PRESEED="../en/appendix/preseed.xml"
+if [ -f $PRESEED ] && [ -f preseed.pl ] ; then
+ ./preseed.pl -r $manual_release $PRESEED >$destination/example-preseed.txt
fi
clear_po