summaryrefslogtreecommitdiff
path: root/build/preseed.pl
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-03-03 18:36:00 +0000
committerFrans Pop <elendil@planet.nl>2007-03-03 18:36:00 +0000
commit4159d5c77867b6050c03527eaecb6588c0022cfe (patch)
tree1a02c322e4a454a7648a2ffb6f2c102af3337933 /build/preseed.pl
parent94c426c0a2d0bda5b707f3e368aba2f947a3a06e (diff)
downloadinstallation-guide-4159d5c77867b6050c03527eaecb6588c0022cfe.zip
Replace entity in example-preseed.txt file; thanks to Geert Stappers
Diffstat (limited to 'build/preseed.pl')
-rwxr-xr-xbuild/preseed.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/preseed.pl b/build/preseed.pl
index 372585c75..abcfe39a1 100755
--- a/build/preseed.pl
+++ b/build/preseed.pl
@@ -131,6 +131,10 @@ sub text_rtn {
$text =~ s/^[[:space:]]*//;
}
+ # Replace entities in examples
+ # FIXME: should maybe be extracted from entity definition
+ $text =~ s/&archive-mirror;/http.us.debian.org/;
+
print "$text";
$example{'first'} = 0;