summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 17:21:06 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 17:21:06 +0100
commit9987bdcc1a4e94e0d86d8d2632f9fa132a7800a6 (patch)
tree406ccbf6bdef85b8d108b74ecba1e9b209ac122d /components
parent9e3863aa8fc22fe0a671b5d38431b2d311fad472 (diff)
downloadvyos-live-build-9987bdcc1a4e94e0d86d8d2632f9fa132a7800a6.tar.gz
vyos-live-build-9987bdcc1a4e94e0d86d8d2632f9fa132a7800a6.zip
Updating todos in python stubs.
Diffstat (limited to 'components')
-rwxr-xr-xcomponents/bootstrap-cdebootstrap4
-rwxr-xr-xcomponents/bootstrap-debootstrap4
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