diff options
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 2 | ||||
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 8b295eb91..8c45f2f24 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -20,6 +20,8 @@ import subprocess # TODO: # - lockfile handling # - cdebootstrap-options from config +# - use gettext for i18n +# - take mirrors from config/archives/debian.{bootstrap,chroot} def main(): ## Parsing Arguments diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index 7a541c7ea..9d4f1a4fb 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -20,6 +20,8 @@ import subprocess # TODO: # - lockfile handling # - debootstrap-options from config +# - use gettext for i18n +# - take mirrors from config/archives/debian.{bootstrap,chroot} def main(): ## Parsing Arguments |