From e0ea1e6d659feeca2c82cb4d2343f3893c987d07 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 8 Jan 2019 11:26:24 +0100 Subject: [PATCH] add FIXME option to also support Debian derivatives --- mmdebstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmdebstrap b/mmdebstrap index 4a7b77e..9144312 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -1759,6 +1759,8 @@ sub main() { } elsif ($stdindata ne '') { $sourceslist .= $stdindata; } else { + # FIXME: change default mirror depending on $suite + # (for derivatives) $sourceslist .= "deb http://deb.debian.org/debian $suite $options->{components}\n"; if (any { $_ eq $suite } ('stable', 'oldstable', 'stretch') ) { $sourceslist .= "deb http://deb.debian.org/debian $suite-updates $options->{components}\n";