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