diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 3 | ||||
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 62ee7bef9..6a7f68108 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -18,9 +18,10 @@ import sys # TODOs: +# * logfile output # * lockfile handling -# * cdebootstrap-options from config # * use gettext for i18n +# * cdebootstrap-options from config # * take mirrors from config/archives/debian.{bootstrap,chroot} def main(): diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index 07d2fb8b9..57da458b3 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -18,9 +18,10 @@ import sys # TODO: +# * logfile output # * lockfile handling -# * debootstrap-options from config # * use gettext for i18n +# * debootstrap-options from config # * take mirrors from config/archives/debian.{bootstrap,chroot} def main(): |