From 9a05187e16bcb86e84bced8193c4fe9aabe675a8 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 24 Mar 2014 17:58:41 +0400 Subject: [PATCH] repo: minor important remark Installation finishes just fine if bzip2-compressed hash files are removed *but* apt-cdrom add will fail. --- features.in/repo/scripts.d/01-genbasedir | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/repo/scripts.d/01-genbasedir b/features.in/repo/scripts.d/01-genbasedir index 59c7a0b1..4ad8ceda 100755 --- a/features.in/repo/scripts.d/01-genbasedir +++ b/features.in/repo/scripts.d/01-genbasedir @@ -9,6 +9,7 @@ COMPS="$(find -mindepth 1 -maxdepth 1 -type d -name 'RPMS.*' -printf '%f\n' | [ -z "$GLOBAL_VERBOSE" ] || echo "** COMPS=$COMPS" >&2 [ -n "$COMPS" ] || exit 1 +# NB: bz2 still needed for apt-cdrom add to work genbasedir \ --topdir="$WORKDIR" \ --no-oldhashfile \