diff options
author | Frans Pop <elendil@planet.nl> | 2007-03-03 18:36:00 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-03-03 18:36:00 +0000 |
commit | 4159d5c77867b6050c03527eaecb6588c0022cfe (patch) | |
tree | 1a02c322e4a454a7648a2ffb6f2c102af3337933 /build | |
parent | 94c426c0a2d0bda5b707f3e368aba2f947a3a06e (diff) | |
download | installation-guide-4159d5c77867b6050c03527eaecb6588c0022cfe.zip |
Replace entity in example-preseed.txt file; thanks to Geert Stappers
Diffstat (limited to 'build')
-rwxr-xr-x | build/preseed.pl | 4 |
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; |