diff options
Diffstat (limited to 'components')
-rwxr-xr-x | components/bootstrap-cdebootstrap | 4 | ||||
-rwxr-xr-x | components/bootstrap-debootstrap | 4 |
2 files changed, 4 insertions, 4 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 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 |