diff options
Diffstat (limited to 'components/bootstrap-debootstrap')
-rwxr-xr-x | components/bootstrap-debootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/bootstrap-debootstrap b/components/bootstrap-debootstrap index 118ec2b0f..123aab1c3 100755 --- a/components/bootstrap-debootstrap +++ b/components/bootstrap-debootstrap @@ -21,8 +21,8 @@ import sys # * logfile output # * lockfile handling # * use gettext for i18n -# * debootstrap-options from config -# * take mirrors from config/archives/debian.{bootstrap,chroot} +# * debootstrap-options from config/options/debootstrap +# * take mirrors from config/archives/mirror.{bootstrap,chroot} def main(): ## Parsing Arguments |