aboutsummaryrefslogtreecommitdiffstats
path: root/preseed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'preseed.sh')
-rwxr-xr-xpreseed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/preseed.sh b/preseed.sh
index cc617a4..3fbc329 100755
--- a/preseed.sh
+++ b/preseed.sh
@@ -46,7 +46,7 @@ rsync -aL ./include/ "$isoeditdir/include"/
find ./include \( \! -name '.*' -a -type f \) -print0 | \
xargs -r0 md5sum >> "$isoeditdir/md5sum.txt"
-# TODO: that's ugly
+# XXX: that's ugly
dist=$(for x in "$isoeditdir"/dists/*; do [ -h "$x" ] && continue; [ -d "$x" ] && echo ${x##*/} && break; done)
arch=$(for x in "$isoeditdir/dists/$dist/main"/binary-*; do test -d "$x" && echo ${x##*/binary-} && break; done)
packages="dists/$dist/main/debian-installer/binary-$arch/Packages"