From 9e3863aa8fc22fe0a671b5d38431b2d311fad472 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Nov 2013 17:09:45 +0100 Subject: Switching to later submodule naming scheme for python stubs. --- components/binary-hooks | 108 +++++++ components/binary_hooks | 108 ------- components/bootstrap-cdebootstrap | 183 ++++++++++++ components/bootstrap-debootstrap | 180 ++++++++++++ components/bootstrap-hooks | 108 +++++++ components/bootstrap_cdebootstrap | 183 ------------ components/bootstrap_debootstrap | 180 ------------ components/bootstrap_hooks | 108 ------- components/chroot-hooks | 108 +++++++ components/chroot_hooks | 108 ------- components/source-hooks | 108 +++++++ components/source_hooks | 108 ------- manpages/de/lb-binary-hooks.de.1 | 102 +++++++ manpages/de/lb-bootstrap-cdebootstrap.de.1 | 69 +++++ manpages/de/lb-bootstrap-debootstrap.de.1 | 69 +++++ manpages/de/lb-bootstrap-hooks.de.1 | 98 ++++++ manpages/de/lb-chroot-hooks.de.1 | 97 ++++++ manpages/de/lb-source-hooks.de.1 | 102 +++++++ manpages/de/lb_binary_hooks.de.1 | 102 ------- manpages/de/lb_bootstrap_cdebootstrap.de.1 | 69 ----- manpages/de/lb_bootstrap_debootstrap.de.1 | 69 ----- manpages/de/lb_bootstrap_hooks.de.1 | 98 ------ manpages/de/lb_chroot_hooks.de.1 | 97 ------ manpages/de/lb_source_hooks.de.1 | 102 ------- manpages/en/lb-binary-hooks.1 | 73 +++++ manpages/en/lb-bootstrap-cdebootstrap.1 | 53 ++++ manpages/en/lb-bootstrap-debootstrap.1 | 53 ++++ manpages/en/lb-bootstrap-hooks.1 | 71 +++++ manpages/en/lb-chroot-hooks.1 | 71 +++++ manpages/en/lb-source-hooks.1 | 73 +++++ manpages/en/lb_binary_hooks.1 | 73 ----- manpages/en/lb_bootstrap_cdebootstrap.1 | 53 ---- manpages/en/lb_bootstrap_debootstrap.1 | 53 ---- manpages/en/lb_bootstrap_hooks.1 | 71 ----- manpages/en/lb_chroot_hooks.1 | 71 ----- manpages/en/lb_source_hooks.1 | 73 ----- manpages/es/lb-binary-hooks.es.1 | 99 +++++++ manpages/es/lb-bootstrap-cdebootstrap.es.1 | 69 +++++ manpages/es/lb-bootstrap-debootstrap.es.1 | 69 +++++ manpages/es/lb-bootstrap-hooks.es.1 | 96 ++++++ manpages/es/lb-chroot-hooks.es.1 | 94 ++++++ manpages/es/lb-source-hooks.es.1 | 99 +++++++ manpages/es/lb_binary_hooks.es.1 | 99 ------- manpages/es/lb_bootstrap_cdebootstrap.es.1 | 69 ----- manpages/es/lb_bootstrap_debootstrap.es.1 | 69 ----- manpages/es/lb_bootstrap_hooks.es.1 | 96 ------ manpages/es/lb_chroot_hooks.es.1 | 94 ------ manpages/es/lb_source_hooks.es.1 | 99 ------- manpages/po/de/lb-binary-hooks.1.po | 408 +++++++++++++++++++++++++ manpages/po/de/lb-bootstrap-cdebootstrap.1.po | 302 +++++++++++++++++++ manpages/po/de/lb-bootstrap-debootstrap.1.po | 302 +++++++++++++++++++ manpages/po/de/lb-bootstrap-hooks.1.po | 399 +++++++++++++++++++++++++ manpages/po/de/lb-chroot-hooks.1.po | 396 +++++++++++++++++++++++++ manpages/po/de/lb-source-hooks.1.po | 408 +++++++++++++++++++++++++ manpages/po/de/lb_binary_hooks.1.po | 409 -------------------------- manpages/po/de/lb_bootstrap_cdebootstrap.1.po | 302 ------------------- manpages/po/de/lb_bootstrap_debootstrap.1.po | 302 ------------------- manpages/po/de/lb_bootstrap_hooks.1.po | 399 ------------------------- manpages/po/de/lb_chroot_hooks.1.po | 396 ------------------------- manpages/po/de/lb_source_hooks.1.po | 409 -------------------------- manpages/po/es/lb-binary-hooks.1.po | 385 ++++++++++++++++++++++++ manpages/po/es/lb-bootstrap-cdebootstrap.1.po | 302 +++++++++++++++++++ manpages/po/es/lb-bootstrap-debootstrap.1.po | 302 +++++++++++++++++++ manpages/po/es/lb-bootstrap-hooks.1.po | 379 ++++++++++++++++++++++++ manpages/po/es/lb-chroot-hooks.1.po | 377 ++++++++++++++++++++++++ manpages/po/es/lb-source-hooks.1.po | 385 ++++++++++++++++++++++++ manpages/po/es/lb_binary_hooks.1.po | 386 ------------------------ manpages/po/es/lb_bootstrap_cdebootstrap.1.po | 303 ------------------- manpages/po/es/lb_bootstrap_debootstrap.1.po | 303 ------------------- manpages/po/es/lb_bootstrap_hooks.1.po | 379 ------------------------ manpages/po/es/lb_chroot_hooks.1.po | 377 ------------------------ manpages/po/es/lb_source_hooks.1.po | 386 ------------------------ manpages/po4a.cfg | 12 +- manpages/pot/lb-binary-hooks.1.pot | 371 +++++++++++++++++++++++ manpages/pot/lb-bootstrap-cdebootstrap.1.pot | 284 ++++++++++++++++++ manpages/pot/lb-bootstrap-debootstrap.1.pot | 284 ++++++++++++++++++ manpages/pot/lb-bootstrap-hooks.1.pot | 365 +++++++++++++++++++++++ manpages/pot/lb-chroot-hooks.1.pot | 363 +++++++++++++++++++++++ manpages/pot/lb-source-hooks.1.pot | 371 +++++++++++++++++++++++ scripts/build/binary | 2 +- scripts/build/bootstrap | 4 +- scripts/build/chroot | 2 +- scripts/build/source | 2 +- 83 files changed, 8646 insertions(+), 6614 deletions(-) create mode 100755 components/binary-hooks delete mode 100755 components/binary_hooks create mode 100755 components/bootstrap-cdebootstrap create mode 100755 components/bootstrap-debootstrap create mode 100755 components/bootstrap-hooks delete mode 100755 components/bootstrap_cdebootstrap delete mode 100755 components/bootstrap_debootstrap delete mode 100755 components/bootstrap_hooks create mode 100755 components/chroot-hooks delete mode 100755 components/chroot_hooks create mode 100755 components/source-hooks delete mode 100755 components/source_hooks create mode 100644 manpages/de/lb-binary-hooks.de.1 create mode 100644 manpages/de/lb-bootstrap-cdebootstrap.de.1 create mode 100644 manpages/de/lb-bootstrap-debootstrap.de.1 create mode 100644 manpages/de/lb-bootstrap-hooks.de.1 create mode 100644 manpages/de/lb-chroot-hooks.de.1 create mode 100644 manpages/de/lb-source-hooks.de.1 delete mode 100644 manpages/de/lb_binary_hooks.de.1 delete mode 100644 manpages/de/lb_bootstrap_cdebootstrap.de.1 delete mode 100644 manpages/de/lb_bootstrap_debootstrap.de.1 delete mode 100644 manpages/de/lb_bootstrap_hooks.de.1 delete mode 100644 manpages/de/lb_chroot_hooks.de.1 delete mode 100644 manpages/de/lb_source_hooks.de.1 create mode 100644 manpages/en/lb-binary-hooks.1 create mode 100644 manpages/en/lb-bootstrap-cdebootstrap.1 create mode 100644 manpages/en/lb-bootstrap-debootstrap.1 create mode 100644 manpages/en/lb-bootstrap-hooks.1 create mode 100644 manpages/en/lb-chroot-hooks.1 create mode 100644 manpages/en/lb-source-hooks.1 delete mode 100644 manpages/en/lb_binary_hooks.1 delete mode 100644 manpages/en/lb_bootstrap_cdebootstrap.1 delete mode 100644 manpages/en/lb_bootstrap_debootstrap.1 delete mode 100644 manpages/en/lb_bootstrap_hooks.1 delete mode 100644 manpages/en/lb_chroot_hooks.1 delete mode 100644 manpages/en/lb_source_hooks.1 create mode 100644 manpages/es/lb-binary-hooks.es.1 create mode 100644 manpages/es/lb-bootstrap-cdebootstrap.es.1 create mode 100644 manpages/es/lb-bootstrap-debootstrap.es.1 create mode 100644 manpages/es/lb-bootstrap-hooks.es.1 create mode 100644 manpages/es/lb-chroot-hooks.es.1 create mode 100644 manpages/es/lb-source-hooks.es.1 delete mode 100644 manpages/es/lb_binary_hooks.es.1 delete mode 100644 manpages/es/lb_bootstrap_cdebootstrap.es.1 delete mode 100644 manpages/es/lb_bootstrap_debootstrap.es.1 delete mode 100644 manpages/es/lb_bootstrap_hooks.es.1 delete mode 100644 manpages/es/lb_chroot_hooks.es.1 delete mode 100644 manpages/es/lb_source_hooks.es.1 create mode 100644 manpages/po/de/lb-binary-hooks.1.po create mode 100644 manpages/po/de/lb-bootstrap-cdebootstrap.1.po create mode 100644 manpages/po/de/lb-bootstrap-debootstrap.1.po create mode 100644 manpages/po/de/lb-bootstrap-hooks.1.po create mode 100644 manpages/po/de/lb-chroot-hooks.1.po create mode 100644 manpages/po/de/lb-source-hooks.1.po delete mode 100644 manpages/po/de/lb_binary_hooks.1.po delete mode 100644 manpages/po/de/lb_bootstrap_cdebootstrap.1.po delete mode 100644 manpages/po/de/lb_bootstrap_debootstrap.1.po delete mode 100644 manpages/po/de/lb_bootstrap_hooks.1.po delete mode 100644 manpages/po/de/lb_chroot_hooks.1.po delete mode 100644 manpages/po/de/lb_source_hooks.1.po create mode 100644 manpages/po/es/lb-binary-hooks.1.po create mode 100644 manpages/po/es/lb-bootstrap-cdebootstrap.1.po create mode 100644 manpages/po/es/lb-bootstrap-debootstrap.1.po create mode 100644 manpages/po/es/lb-bootstrap-hooks.1.po create mode 100644 manpages/po/es/lb-chroot-hooks.1.po create mode 100644 manpages/po/es/lb-source-hooks.1.po delete mode 100644 manpages/po/es/lb_binary_hooks.1.po delete mode 100644 manpages/po/es/lb_bootstrap_cdebootstrap.1.po delete mode 100644 manpages/po/es/lb_bootstrap_debootstrap.1.po delete mode 100644 manpages/po/es/lb_bootstrap_hooks.1.po delete mode 100644 manpages/po/es/lb_chroot_hooks.1.po delete mode 100644 manpages/po/es/lb_source_hooks.1.po create mode 100644 manpages/pot/lb-binary-hooks.1.pot create mode 100644 manpages/pot/lb-bootstrap-cdebootstrap.1.pot create mode 100644 manpages/pot/lb-bootstrap-debootstrap.1.pot create mode 100644 manpages/pot/lb-bootstrap-hooks.1.pot create mode 100644 manpages/pot/lb-chroot-hooks.1.pot create mode 100644 manpages/pot/lb-source-hooks.1.pot diff --git a/components/binary-hooks b/components/binary-hooks new file mode 100755 index 000000000..8c452adf6 --- /dev/null +++ b/components/binary-hooks @@ -0,0 +1,108 @@ +#!/usr/bin/python3 + +## live-build(7) - Live System Build Components +## Copyright (C) 2006-2013 Daniel Baumann +## +## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + + +import argparse +import configparser +import glob +import os +import shutil +import subprocess +import sys + + +# TODO: +# * logfile output +# * lockfile handling +# * use gettext for i18n + +def main(): + ## Parsing Arguments + arguments = argparse.ArgumentParser( + prog = 'lb binary-hooks', + usage = '%(prog)s [arguments]', + description = '''live-build contains the components to build a live system from a configuration directory. + The binary-hooks command executes hooks after the binary stage.''', + epilog = 'See \'man lb-binary-hooks\' for more information.', + formatter_class = argparse.ArgumentDefaultsHelpFormatter + ) + + arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') + arguments.add_argument('--verbose', help='set verbose option', action='store_true') + + args = arguments.parse_args() + + # --verbose + verbose = args.verbose + + ## Calling binary hooks + + # stagefile + if os.path.isfile('.build/binary-hooks'): + if verbose: + print('I: binary-hooks already done - nothing to do') + + sys.exit(0) + + # dependencies + if not os.path.isfile('.build/bootstrap'): + print('E: bootstrap stage missing - aborting', file=sys.stderr) + + if verbose: + print('I: use \'lb bootstrap\' to bootstrap system') + + sys.exit(1) + + # hooks + if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.binary'): + if verbose: + print ('I: no binary hooks found at config/hooks/*.hook{,.binary} - nothing to do') + + sys.exit(0) + + # bind mount configuration directory + if verbose: + print('I: Mounting config to binary/live-build/config') + + os.makedirs('binary/live-build/config', exist_ok=True) + + mount = subprocess.call('mount -o bind config binary/live-build/config', shell=True) + remount = subprocess.call('mount -o remount,ro,bind binary/live-build/config', shell=True) + + # process hooks + os.makedirs('binary/live-build', exist_ok=True) + + hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.binary') + + for hook in hooks: + if verbose: + print('I: Copying config/hooks/*.hook.binary to binary/live-build') + + shutil.copy(hook, os.path.join('binary/live-build/' + os.path.basename(hook)), follow_symlinks=True) + + if verbose: + print('I: Executing \' ' + hook + '\'') + + os.chmod(hook, 0o755) + exec_hook = subprocess.call('cd binary && live-build/' + os.path.basename(hook), shell=True) + os.remove('binary/live-build/' + os.path.basename(hook)) + + # unmount coniguration directory + umount = subprocess.call('umount binary/live-build/config', shell=True) + + os.rmdir('binary/live-build/config') + os.rmdir('binary/live-build') + + ## stagefile + os.makedirs('.build', exist_ok=True) + open('.build/binary-hooks', 'w').close() + + +if __name__ == '__main__': + main() diff --git a/components/binary_hooks b/components/binary_hooks deleted file mode 100755 index 7dc7b19bf..000000000 --- a/components/binary_hooks +++ /dev/null @@ -1,108 +0,0 @@ -#!/usr/bin/python3 - -## live-build(7) - Live System Build Components -## Copyright (C) 2006-2013 Daniel Baumann -## -## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -import argparse -import configparser -import glob -import os -import shutil -import subprocess -import sys - - -# TODO: -# * logfile output -# * lockfile handling -# * use gettext for i18n - -def main(): - ## Parsing Arguments - arguments = argparse.ArgumentParser( - prog = 'lb binary_hooks', - usage = '%(prog)s [arguments]', - description = '''live-build contains the components to build a live system from a configuration directory. - The binary_hooks command executes hooks after the binary stage.''', - epilog = 'See \'man lb_binary_hooks\' for more information.', - formatter_class = argparse.ArgumentDefaultsHelpFormatter - ) - - arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') - arguments.add_argument('--verbose', help='set verbose option', action='store_true') - - args = arguments.parse_args() - - # --verbose - verbose = args.verbose - - ## Calling binary hooks - - # stagefile - if os.path.isfile('.build/binary_hooks'): - if verbose: - print('I: binary_hooks already done - nothing to do') - - sys.exit(0) - - # dependencies - if not os.path.isfile('.build/bootstrap'): - print('E: bootstrap stage missing - aborting', file=sys.stderr) - - if verbose: - print('I: use \'lb bootstrap\' to bootstrap system') - - sys.exit(1) - - # hooks - if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.binary'): - if verbose: - print ('I: no binary hooks found at config/hooks/*.hook{,.binary} - nothing to do') - - sys.exit(0) - - # bind mount configuration directory - if verbose: - print('I: Mounting config to binary/live-build/config') - - os.makedirs('binary/live-build/config', exist_ok=True) - - mount = subprocess.call('mount -o bind config binary/live-build/config', shell=True) - remount = subprocess.call('mount -o remount,ro,bind binary/live-build/config', shell=True) - - # process hooks - os.makedirs('binary/live-build', exist_ok=True) - - hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.binary') - - for hook in hooks: - if verbose: - print('I: Copying config/hooks/*.hook.binary to binary/live-build') - - shutil.copy(hook, os.path.join('binary/live-build/' + os.path.basename(hook)), follow_symlinks=True) - - if verbose: - print('I: Executing \' ' + hook + '\'') - - os.chmod(hook, 0o755) - exec_hook = subprocess.call('cd binary && live-build/' + os.path.basename(hook), shell=True) - os.remove('binary/live-build/' + os.path.basename(hook)) - - # unmount coniguration directory - umount = subprocess.call('umount binary/live-build/config', shell=True) - - os.rmdir('binary/live-build/config') - os.rmdir('binary/live-build') - - ## stagefile - os.makedirs('.build', exist_ok=True) - open('.build/binary_hooks', 'w').close() - - -if __name__ == '__main__': - main() diff --git a/components/bootstrap-cdebootstrap b/components/bootstrap-cdebootstrap new file mode 100755 index 000000000..1ac038329 --- /dev/null +++ b/components/bootstrap-cdebootstrap @@ -0,0 +1,183 @@ +#!/usr/bin/python3 + +## live-build(7) - Live System Build Components +## Copyright (C) 2006-2013 Daniel Baumann +## +## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + + +import argparse +import configparser +import glob +import os +import shutil +import subprocess +import sys + + +# TODOs: +# * logfile output +# * lockfile handling +# * use gettext for i18n +# * cdebootstrap-options from config +# * take mirrors from config/archives/debian.{bootstrap,chroot} + +def main(): + ## Parsing Arguments + arguments = argparse.ArgumentParser( + prog = 'lb bootstrap-cdebootstrap', + usage = '%(prog)s [arguments]', + description = '''live-build contains the components to build a live system from a configuration directory. + The bootstrap-cdebootstrap command bootstraps the chroot system with cdebootstrap.''', + epilog = 'See \'man lb-bootstrap-cdebootstrap\' for more information.', + formatter_class = argparse.ArgumentDefaultsHelpFormatter + ) + + arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') + arguments.add_argument('--verbose', help='set verbose option', action='store_true') + arguments.add_argument('--cdebootstrap-options', help='set cdebootstrap(1) options' ) + + args = arguments.parse_args() + + ## Parsing Configuration + if not os.path.isfile('config/build'): + print('E: config/build - no such file', file=sys.stderr) + + sys.exit(1) + + config = configparser.ConfigParser() + + config.read('config/build') + + try: + architecture = config.get('Image', 'Architecture') + distribution = config.get('Image', 'Parent-Distribution') + mirror_bootstrap = config.get('Image', 'Parent-Mirror-Bootstrap') + except: + distribution = config.get('Image', 'Distribution') + mirror_bootstrap = config.get('Image', 'Mirror-Bootstrap') + + # --verbose + verbose = args.verbose + + # --cdebootstrap-options + cdebootstrap_options_late = distribution + ' chroot ' + mirror_bootstrap + + cdebootstrap_options_early = '' + + if (architecture) and (not architecture == 'auto'): + cdebootstrap_options_early = cdebootstrap_options_early + ' --arch=' + architecture + + if args.cdebootstrap_options: + cdebootstrap_options = cdebootstrap_options_early + ' ' + args.cdebootstrap_options + ' ' + cdebootstrap_options_late + else: + cdebootstrap_options = cdebootstrap_options_early + ' ' + cdebootstrap_options_late + + ## Calling cdebootstrap + + # stagefile + if os.path.isfile('.build/bootstrap'): + if verbose: + print('I: bootstrap already done - nothing to do') + + sys.exit(0) + + # dependencies + if not os.path.isfile('/usr/bin/cdebootstrap'): + print('E: /usr/bin/cdebootstrap - no such file', file=sys.stderr) + + if verbose: + print('I: cdebootstrap can be optained from:\n' + 'I: http://anonscm.debian.org/gitweb/?p=users/waldi/cdebootstrap.git\n' + 'I: http://ftp.debian.org/debian/pool/main/c/cdebootstrap/\n' + 'I: On Debian based systems, cdebootstrap can be installed with:\n' + 'I: # sudo apt-get install cdebootstrap') + + sys.exit(1) + + # clean + if os.path.exists('chroot'): + print('E: chroot already exists - unclean build', file=sys.stderr) + + if verbose: + print('I: use \'lb clean\' to clean up a previously incomplete build') + + sys.exit(1) + + # stage cache + if os.path.exists('cache/bootstrap'): + if verbose: + print('I: Copying cache/bootstrap to chroot') + + # Notes: + # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. + cache = subprocess.call('cp -a cache/bootstrap chroot', shell=True) + + os.makedirs('.build', exist_ok=True) + open('.build/bootstrap', 'w').close() + + sys.exit(0) + + # packages cache + if glob.glob('cache/packages.bootstrap/*.deb'): + if verbose: + print('I: Copying cache/packages.bootstrap/*.deb to chroot/var/cache/bootstrap/*.deb') + + # Notes: + # * copy instead of move to make cache survive incomplete build + os.makedirs('chroot/var/cache/bootstrap', exist_ok=True) + + for package in glob.glob('cache/packages.bootstrap/*.deb'): + os.link(package, os.path.join('chroot/var/cache/bootstrap/' + os.path.basename(package))) + else: + # cdebootstrap + if verbose: + print('I: Calling \'/usr/bin/debootstrap --download-only ' + cdebootstrap_options + '\'') + + # Notes: + # * calling cdebootstrap twice: + # - to use already downloaded /var/cache/bootstrap/*.deb on incomplete builds + # - to use /var/cache/boottrap/*.deb for debian-installer + cdebootstrap = subprocess.call('/usr/bin/cdebootstrap --download-only ' + cdebootstrap_options, shell=True) + + # package cache + if glob.glob('chroot/var/cache/bootstrap/*.deb'): + if verbose: + print('I: Copying chroot/var/cache/bootstrap/*.deb to cache/packages.bootstrap') + + # Notes: + # * remove first to keep cache minimal + # * remove files instead of directory to work with symlinked directory + for package in glob.glob('cache/packages.bootstrap/*.deb'): + os.remove(package) + + os.makedirs('cache/packages.bootstrap', exist_ok=True) + + for package in glob.glob('chroot/var/cache/bootstrap/*.deb'): + shutil.copy2(package, 'cache/packages.bootstrap') + + # cdebootstrap + if not os.path.exists('chroot/bin'): + if verbose: + print('I: Calling \'/usr/bin/debootstrap ' + cdebootstrap_options + '\'') + + cdebootstrap = subprocess.call('/usr/bin/cdebootstrap ' + cdebootstrap_options, shell=True) + + # stage cache + if not os.path.exists('cache/bootstrap'): + if verbose: + print('I: Copying chroot to cache/bootstrap') + + # Notes: + # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. + cache = subprocess.call('cp -a chroot cache/bootstrap', shell=True) + + # stagefile + os.makedirs('.build', exist_ok=True) + open('.build/bootstrap', 'w').close() + + +if __name__ == '__main__': + main() diff --git a/components/bootstrap-debootstrap b/components/bootstrap-debootstrap new file mode 100755 index 000000000..118ec2b0f --- /dev/null +++ b/components/bootstrap-debootstrap @@ -0,0 +1,180 @@ +#!/usr/bin/python3 + +## live-build(7) - Live System Build Components +## Copyright (C) 2006-2013 Daniel Baumann +## +## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + + +import argparse +import configparser +import glob +import os +import shutil +import subprocess +import sys + + +# TODO: +# * logfile output +# * lockfile handling +# * use gettext for i18n +# * debootstrap-options from config +# * take mirrors from config/archives/debian.{bootstrap,chroot} + +def main(): + ## Parsing Arguments + arguments = argparse.ArgumentParser( + prog = 'lb bootstrap-debootstrap', + usage = '%(prog)s [arguments]', + description = '''live-build contains the components to build a live system from a configuration directory. + The bootstrap-debootstrap command bootstraps the chroot system with debootstrap.''', + epilog = 'See \'man lb-bootstrap-debootstrap\' for more information.', + formatter_class = argparse.ArgumentDefaultsHelpFormatter + ) + + arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') + arguments.add_argument('--verbose', help='set verbose option', action='store_true') + arguments.add_argument('--debootstrap-options', help='set debootstrap(8) options' ) + + args = arguments.parse_args() + + ## Parsing Configuration + if not os.path.isfile('config/build'): + print('E: config/build - no such file', file=sys.stderr) + + sys.exit(1) + + config = configparser.ConfigParser() + + config.read('config/build') + + try: + architecture = config.get('Image', 'Architecture') + archive_areas = config.get('Image', 'Parent-Archive-Areas') + distribution = config.get('Image', 'Parent-Distribution') + mirror_bootstrap = config.get('Image', 'Parent-Mirror-Bootstrap') + except: + archive_areas = config.get('Image', 'Archive-Areas') + distribution = config.get('Image', 'Distribution') + mirror_bootstrap = config.get('Image', 'Mirror-Bootstrap') + + # --verbose + verbose = args.verbose + + # --debootstrap-options + debootstrap_options_late = distribution + ' chroot ' + mirror_bootstrap + + debootstrap_options_early = '' + + if (architecture) and (not architecture == 'auto'): + debootstrap_options_early = debootstrap_options_early + ' --arch=' + architecture + + if (archive_areas) and (not archive_areas == 'main'): + debootstrap_options_early = debootstrap_options_early + ' --components=' + archive_areas.replace(' ',',') + + if args.debootstrap_options: + debootstrap_options = debootstrap_options_early + ' ' + args.debootstrap_options + ' ' + debootstrap_options_late + else: + debootstrap_options = debootstrap_options_early + ' ' + debootstrap_options_late + + ## Calling debootstrap + + # stagefile + if os.path.isfile('.build/bootstrap'): + if verbose: + print('I: bootstrap already done - nothing to do') + + sys.exit(0) + + # dependencies + if not os.path.isfile('/usr/sbin/debootstrap'): + print('E: /usr/sbin/debootstrap - no such file', file=sys.stderr) + + if verbose: + print('I: debootstrap can be optained from:\n' + 'I: http://anonscm.debian.org/gitweb/?p=d-i/debootstrap.git\n' + 'I: http://ftp.debian.org/debian/pool/main/d/debootstrap/\n' + 'I: On Debian based systems, debootstrap can be installed with:\n' + 'I: # sudo apt-get install debootstrap') + + sys.exit(1) + + # clean + if os.path.exists('chroot'): + print('E: chroot already exists - unclean build', file=sys.stderr) + + if verbose: + print('I: use \'lb clean\' to clean up a previously incomplete build') + + sys.exit(1) + + # stage cache + if os.path.exists('cache/bootstrap'): + if verbose: + print('I: Copying cache/bootstrap to chroot') + + # Notes: + # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. + cache = subprocess.call('cp -a cache/bootstrap chroot', shell=True) + + os.makedirs('.build', exist_ok=True) + open('.build/bootstrap', 'w').close() + + sys.exit(0) + + # packages cache + if glob.glob('cache/packages.bootstrap/*.deb'): + if verbose: + print('I: Copying cache/packages.bootstrap/*.deb to chroot/var/cache/apt/archives/*.deb') + + # Notes: + # * copy instead of move to make cache survive incomplete build + os.makedirs('chroot/var/cache/apt/archives', exist_ok=True) + + for package in glob.glob('cache/packages.bootstrap/*.deb'): + os.link(package, os.path.join('chroot/var/cache/apt/archives/' + os.path.basename(package))) + + # debootstrap + if not os.path.exists('chroot/bin'): + if verbose: + print('I: Calling \'/usr/sbin/debootstrap ' + debootstrap_options + '\'') + + debootstrap = subprocess.call('/usr/sbin/debootstrap ' + debootstrap_options, shell=True) + + # package cache + if glob.glob('chroot/var/cache/apt/archives/*.deb'): + if verbose: + print('I: Copying chroot/var/cache/apt/archives/*.deb to cache/packages.bootstrap') + + # Notes: + # * remove first to keep cache minimal, + # * remove files instead of directory to work with symlinked directory + for package in glob.glob('cache/packages.bootstrap/*.deb'): + os.remove(package) + + os.makedirs('cache/packages.bootstrap', exist_ok=True) + + # Notes: + # * move instead of copy to keep stage minimal + for package in glob.glob('chroot/var/cache/apt/archives/*.deb'): + shutil.move(package, 'cache/packages.bootstrap') + + # stage cache + if not os.path.exists('cache/bootstrap'): + if verbose: + print('I: Copying chroot to cache/bootstrap') + + # Notes: + # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. + cache = subprocess.call('cp -a chroot cache/bootstrap', shell=True) + + # stagefile + os.makedirs('.build', exist_ok=True) + open('.build/bootstrap', 'w').close() + + +if __name__ == '__main__': + main() diff --git a/components/bootstrap-hooks b/components/bootstrap-hooks new file mode 100755 index 000000000..4fd72404a --- /dev/null +++ b/components/bootstrap-hooks @@ -0,0 +1,108 @@ +#!/usr/bin/python3 + +## live-build(7) - Live System Build Components +## Copyright (C) 2006-2013 Daniel Baumann +## +## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + + +import argparse +import configparser +import glob +import os +import shutil +import subprocess +import sys + + +# TODO: +# * logfile output +# * lockfile handling +# * use gettext for i18n + +def main(): + ## Parsing Arguments + arguments = argparse.ArgumentParser( + prog = 'lb bootstrap-hooks', + usage = '%(prog)s [arguments]', + description = '''live-build contains the components to build a live system from a configuration directory. + The bootstrap-hooks command executes hooks after the bootstrap stage.''', + epilog = 'See \'man lb-bootstrap-hooks\' for more information.', + formatter_class = argparse.ArgumentDefaultsHelpFormatter + ) + + arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') + arguments.add_argument('--verbose', help='set verbose option', action='store_true') + + args = arguments.parse_args() + + # --verbose + verbose = args.verbose + + ## Calling bootstrap hooks + + # stagefile + if os.path.isfile('.build/bootstrap-hooks'): + if verbose: + print('I: bootstrap-hooks already done - nothing to do') + + sys.exit(0) + + # dependencies + if not os.path.isfile('.build/bootstrap'): + print('E: bootstrap stage missing - aborting', file=sys.stderr) + + if verbose: + print('I: use \'lb bootstrap\' to bootstrap system') + + sys.exit(1) + + # hooks + if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.bootstrap'): + if verbose: + print ('I: no bootstrap hooks found at config/hooks/*.hook{,.bootstrap} - nothing to do') + + sys.exit(0) + + # bind mount configuration directory + if verbose: + print('I: Mounting config to chroot/live-build/config') + + os.makedirs('chroot/live-build/config', exist_ok=True) + + mount = subprocess.call('mount -o bind config chroot/live-build/config', shell=True) + remount = subprocess.call('mount -o remount,ro,bind chroot/live-build/config', shell=True) + + # process hooks + os.makedirs('chroot/live-build', exist_ok=True) + + hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.bootstrap') + + for hook in hooks: + if verbose: + print('I: Copying config/hooks/*.hook.bootstrap to chroot/live-build') + + shutil.copy(hook, os.path.join('chroot/live-build/' + os.path.basename(hook)), follow_symlinks=True) + + if verbose: + print('I: Executing \' ' + hook + '\'') + + os.chmod(hook, 0o755) + exec_hook = subprocess.call('chroot chroot /live-build/' + os.path.basename(hook), shell=True) + os.remove('chroot/live-build/' + os.path.basename(hook)) + + # unmount coniguration directory + umount = subprocess.call('umount chroot/live-build/config', shell=True) + + os.rmdir('chroot/live-build/config') + os.rmdir('chroot/live-build') + + # stagefile + os.makedirs('.build', exist_ok=True) + open('.build/bootstrap-hooks', 'w').close() + + +if __name__ == '__main__': + main() diff --git a/components/bootstrap_cdebootstrap b/components/bootstrap_cdebootstrap deleted file mode 100755 index 6ab7b21b5..000000000 --- a/components/bootstrap_cdebootstrap +++ /dev/null @@ -1,183 +0,0 @@ -#!/usr/bin/python3 - -## live-build(7) - Live System Build Components -## Copyright (C) 2006-2013 Daniel Baumann -## -## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -import argparse -import configparser -import glob -import os -import shutil -import subprocess -import sys - - -# TODOs: -# * logfile output -# * lockfile handling -# * use gettext for i18n -# * cdebootstrap-options from config -# * take mirrors from config/archives/debian.{bootstrap,chroot} - -def main(): - ## Parsing Arguments - arguments = argparse.ArgumentParser( - prog = 'lb bootstrap_cdebootstrap', - usage = '%(prog)s [arguments]', - description = '''live-build contains the components to build a live system from a configuration directory. - The bootstrap_cdebootstrap command bootstraps the chroot system with cdebootstrap.''', - epilog = 'See \'man lb_bootstrap_cdebootstrap\' for more information.', - formatter_class = argparse.ArgumentDefaultsHelpFormatter - ) - - arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') - arguments.add_argument('--verbose', help='set verbose option', action='store_true') - arguments.add_argument('--cdebootstrap-options', help='set cdebootstrap(1) options' ) - - args = arguments.parse_args() - - ## Parsing Configuration - if not os.path.isfile('config/build'): - print('E: config/build - no such file', file=sys.stderr) - - sys.exit(1) - - config = configparser.ConfigParser() - - config.read('config/build') - - try: - architecture = config.get('Image', 'Architecture') - distribution = config.get('Image', 'Parent-Distribution') - mirror_bootstrap = config.get('Image', 'Parent-Mirror-Bootstrap') - except: - distribution = config.get('Image', 'Distribution') - mirror_bootstrap = config.get('Image', 'Mirror-Bootstrap') - - # --verbose - verbose = args.verbose - - # --cdebootstrap-options - cdebootstrap_options_late = distribution + ' chroot ' + mirror_bootstrap - - cdebootstrap_options_early = '' - - if (architecture) and (not architecture == 'auto'): - cdebootstrap_options_early = cdebootstrap_options_early + ' --arch=' + architecture - - if args.cdebootstrap_options: - cdebootstrap_options = cdebootstrap_options_early + ' ' + args.cdebootstrap_options + ' ' + cdebootstrap_options_late - else: - cdebootstrap_options = cdebootstrap_options_early + ' ' + cdebootstrap_options_late - - ## Calling cdebootstrap - - # stagefile - if os.path.isfile('.build/bootstrap'): - if verbose: - print('I: bootstrap already done - nothing to do') - - sys.exit(0) - - # dependencies - if not os.path.isfile('/usr/bin/cdebootstrap'): - print('E: /usr/bin/cdebootstrap - no such file', file=sys.stderr) - - if verbose: - print('I: cdebootstrap can be optained from:\n' - 'I: http://anonscm.debian.org/gitweb/?p=users/waldi/cdebootstrap.git\n' - 'I: http://ftp.debian.org/debian/pool/main/c/cdebootstrap/\n' - 'I: On Debian based systems, cdebootstrap can be installed with:\n' - 'I: # sudo apt-get install cdebootstrap') - - sys.exit(1) - - # clean - if os.path.exists('chroot'): - print('E: chroot already exists - unclean build', file=sys.stderr) - - if verbose: - print('I: use \'lb clean\' to clean up a previously incomplete build') - - sys.exit(1) - - # stage cache - if os.path.exists('cache/bootstrap'): - if verbose: - print('I: Copying cache/bootstrap to chroot') - - # Notes: - # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. - cache = subprocess.call('cp -a cache/bootstrap chroot', shell=True) - - os.makedirs('.build', exist_ok=True) - open('.build/bootstrap', 'w').close() - - sys.exit(0) - - # packages cache - if glob.glob('cache/packages.bootstrap/*.deb'): - if verbose: - print('I: Copying cache/packages.bootstrap/*.deb to chroot/var/cache/bootstrap/*.deb') - - # Notes: - # * copy instead of move to make cache survive incomplete build - os.makedirs('chroot/var/cache/bootstrap', exist_ok=True) - - for package in glob.glob('cache/packages.bootstrap/*.deb'): - os.link(package, os.path.join('chroot/var/cache/bootstrap/' + os.path.basename(package))) - else: - # cdebootstrap - if verbose: - print('I: Calling \'/usr/bin/debootstrap --download-only ' + cdebootstrap_options + '\'') - - # Notes: - # * calling cdebootstrap twice: - # - to use already downloaded /var/cache/bootstrap/*.deb on incomplete builds - # - to use /var/cache/boottrap/*.deb for debian-installer - cdebootstrap = subprocess.call('/usr/bin/cdebootstrap --download-only ' + cdebootstrap_options, shell=True) - - # package cache - if glob.glob('chroot/var/cache/bootstrap/*.deb'): - if verbose: - print('I: Copying chroot/var/cache/bootstrap/*.deb to cache/packages.bootstrap') - - # Notes: - # * remove first to keep cache minimal - # * remove files instead of directory to work with symlinked directory - for package in glob.glob('cache/packages.bootstrap/*.deb'): - os.remove(package) - - os.makedirs('cache/packages.bootstrap', exist_ok=True) - - for package in glob.glob('chroot/var/cache/bootstrap/*.deb'): - shutil.copy2(package, 'cache/packages.bootstrap') - - # cdebootstrap - if not os.path.exists('chroot/bin'): - if verbose: - print('I: Calling \'/usr/bin/debootstrap ' + cdebootstrap_options + '\'') - - cdebootstrap = subprocess.call('/usr/bin/cdebootstrap ' + cdebootstrap_options, shell=True) - - # stage cache - if not os.path.exists('cache/bootstrap'): - if verbose: - print('I: Copying chroot to cache/bootstrap') - - # Notes: - # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. - cache = subprocess.call('cp -a chroot cache/bootstrap', shell=True) - - # stagefile - os.makedirs('.build', exist_ok=True) - open('.build/bootstrap', 'w').close() - - -if __name__ == '__main__': - main() diff --git a/components/bootstrap_debootstrap b/components/bootstrap_debootstrap deleted file mode 100755 index dbf1f4cbe..000000000 --- a/components/bootstrap_debootstrap +++ /dev/null @@ -1,180 +0,0 @@ -#!/usr/bin/python3 - -## live-build(7) - Live System Build Components -## Copyright (C) 2006-2013 Daniel Baumann -## -## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -import argparse -import configparser -import glob -import os -import shutil -import subprocess -import sys - - -# TODO: -# * logfile output -# * lockfile handling -# * use gettext for i18n -# * debootstrap-options from config -# * take mirrors from config/archives/debian.{bootstrap,chroot} - -def main(): - ## Parsing Arguments - arguments = argparse.ArgumentParser( - prog = 'lb bootstrap_debootstrap', - usage = '%(prog)s [arguments]', - description = '''live-build contains the components to build a live system from a configuration directory. - The bootstrap_debootstrap command bootstraps the chroot system with debootstrap.''', - epilog = 'See \'man lb_bootstrap_debootstrap\' for more information.', - formatter_class = argparse.ArgumentDefaultsHelpFormatter - ) - - arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') - arguments.add_argument('--verbose', help='set verbose option', action='store_true') - arguments.add_argument('--debootstrap-options', help='set debootstrap(8) options' ) - - args = arguments.parse_args() - - ## Parsing Configuration - if not os.path.isfile('config/build'): - print('E: config/build - no such file', file=sys.stderr) - - sys.exit(1) - - config = configparser.ConfigParser() - - config.read('config/build') - - try: - architecture = config.get('Image', 'Architecture') - archive_areas = config.get('Image', 'Parent-Archive-Areas') - distribution = config.get('Image', 'Parent-Distribution') - mirror_bootstrap = config.get('Image', 'Parent-Mirror-Bootstrap') - except: - archive_areas = config.get('Image', 'Archive-Areas') - distribution = config.get('Image', 'Distribution') - mirror_bootstrap = config.get('Image', 'Mirror-Bootstrap') - - # --verbose - verbose = args.verbose - - # --debootstrap-options - debootstrap_options_late = distribution + ' chroot ' + mirror_bootstrap - - debootstrap_options_early = '' - - if (architecture) and (not architecture == 'auto'): - debootstrap_options_early = debootstrap_options_early + ' --arch=' + architecture - - if (archive_areas) and (not archive_areas == 'main'): - debootstrap_options_early = debootstrap_options_early + ' --components=' + archive_areas.replace(' ',',') - - if args.debootstrap_options: - debootstrap_options = debootstrap_options_early + ' ' + args.debootstrap_options + ' ' + debootstrap_options_late - else: - debootstrap_options = debootstrap_options_early + ' ' + debootstrap_options_late - - ## Calling debootstrap - - # stagefile - if os.path.isfile('.build/bootstrap'): - if verbose: - print('I: bootstrap already done - nothing to do') - - sys.exit(0) - - # dependencies - if not os.path.isfile('/usr/sbin/debootstrap'): - print('E: /usr/sbin/debootstrap - no such file', file=sys.stderr) - - if verbose: - print('I: debootstrap can be optained from:\n' - 'I: http://anonscm.debian.org/gitweb/?p=d-i/debootstrap.git\n' - 'I: http://ftp.debian.org/debian/pool/main/d/debootstrap/\n' - 'I: On Debian based systems, debootstrap can be installed with:\n' - 'I: # sudo apt-get install debootstrap') - - sys.exit(1) - - # clean - if os.path.exists('chroot'): - print('E: chroot already exists - unclean build', file=sys.stderr) - - if verbose: - print('I: use \'lb clean\' to clean up a previously incomplete build') - - sys.exit(1) - - # stage cache - if os.path.exists('cache/bootstrap'): - if verbose: - print('I: Copying cache/bootstrap to chroot') - - # Notes: - # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. - cache = subprocess.call('cp -a cache/bootstrap chroot', shell=True) - - os.makedirs('.build', exist_ok=True) - open('.build/bootstrap', 'w').close() - - sys.exit(0) - - # packages cache - if glob.glob('cache/packages.bootstrap/*.deb'): - if verbose: - print('I: Copying cache/packages.bootstrap/*.deb to chroot/var/cache/apt/archives/*.deb') - - # Notes: - # * copy instead of move to make cache survive incomplete build - os.makedirs('chroot/var/cache/apt/archives', exist_ok=True) - - for package in glob.glob('cache/packages.bootstrap/*.deb'): - os.link(package, os.path.join('chroot/var/cache/apt/archives/' + os.path.basename(package))) - - # debootstrap - if not os.path.exists('chroot/bin'): - if verbose: - print('I: Calling \'/usr/sbin/debootstrap ' + debootstrap_options + '\'') - - debootstrap = subprocess.call('/usr/sbin/debootstrap ' + debootstrap_options, shell=True) - - # package cache - if glob.glob('chroot/var/cache/apt/archives/*.deb'): - if verbose: - print('I: Copying chroot/var/cache/apt/archives/*.deb to cache/packages.bootstrap') - - # Notes: - # * remove first to keep cache minimal, - # * remove files instead of directory to work with symlinked directory - for package in glob.glob('cache/packages.bootstrap/*.deb'): - os.remove(package) - - os.makedirs('cache/packages.bootstrap', exist_ok=True) - - # Notes: - # * move instead of copy to keep stage minimal - for package in glob.glob('chroot/var/cache/apt/archives/*.deb'): - shutil.move(package, 'cache/packages.bootstrap') - - # stage cache - if not os.path.exists('cache/bootstrap'): - if verbose: - print('I: Copying chroot to cache/bootstrap') - - # Notes: - # * there's no Python equivalent to 'cp -a' that handels both symlinks and device nodes properly. - cache = subprocess.call('cp -a chroot cache/bootstrap', shell=True) - - # stagefile - os.makedirs('.build', exist_ok=True) - open('.build/bootstrap', 'w').close() - - -if __name__ == '__main__': - main() diff --git a/components/bootstrap_hooks b/components/bootstrap_hooks deleted file mode 100755 index f74ecbcee..000000000 --- a/components/bootstrap_hooks +++ /dev/null @@ -1,108 +0,0 @@ -#!/usr/bin/python3 - -## live-build(7) - Live System Build Components -## Copyright (C) 2006-2013 Daniel Baumann -## -## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -import argparse -import configparser -import glob -import os -import shutil -import subprocess -import sys - - -# TODO: -# * logfile output -# * lockfile handling -# * use gettext for i18n - -def main(): - ## Parsing Arguments - arguments = argparse.ArgumentParser( - prog = 'lb bootstrap_hooks', - usage = '%(prog)s [arguments]', - description = '''live-build contains the components to build a live system from a configuration directory. - The bootstrap_hooks command executes hooks after the bootstrap stage.''', - epilog = 'See \'man lb_bootstrap_hooks\' for more information.', - formatter_class = argparse.ArgumentDefaultsHelpFormatter - ) - - arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') - arguments.add_argument('--verbose', help='set verbose option', action='store_true') - - args = arguments.parse_args() - - # --verbose - verbose = args.verbose - - ## Calling bootstrap hooks - - # stagefile - if os.path.isfile('.build/bootstrap_hooks'): - if verbose: - print('I: bootstrap_hooks already done - nothing to do') - - sys.exit(0) - - # dependencies - if not os.path.isfile('.build/bootstrap'): - print('E: bootstrap stage missing - aborting', file=sys.stderr) - - if verbose: - print('I: use \'lb bootstrap\' to bootstrap system') - - sys.exit(1) - - # hooks - if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.bootstrap'): - if verbose: - print ('I: no bootstrap hooks found at config/hooks/*.hook{,.bootstrap} - nothing to do') - - sys.exit(0) - - # bind mount configuration directory - if verbose: - print('I: Mounting config to chroot/live-build/config') - - os.makedirs('chroot/live-build/config', exist_ok=True) - - mount = subprocess.call('mount -o bind config chroot/live-build/config', shell=True) - remount = subprocess.call('mount -o remount,ro,bind chroot/live-build/config', shell=True) - - # process hooks - os.makedirs('chroot/live-build', exist_ok=True) - - hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.bootstrap') - - for hook in hooks: - if verbose: - print('I: Copying config/hooks/*.hook.bootstrap to chroot/live-build') - - shutil.copy(hook, os.path.join('chroot/live-build/' + os.path.basename(hook)), follow_symlinks=True) - - if verbose: - print('I: Executing \' ' + hook + '\'') - - os.chmod(hook, 0o755) - exec_hook = subprocess.call('chroot chroot /live-build/' + os.path.basename(hook), shell=True) - os.remove('chroot/live-build/' + os.path.basename(hook)) - - # unmount coniguration directory - umount = subprocess.call('umount chroot/live-build/config', shell=True) - - os.rmdir('chroot/live-build/config') - os.rmdir('chroot/live-build') - - # stagefile - os.makedirs('.build', exist_ok=True) - open('.build/bootstrap_hooks', 'w').close() - - -if __name__ == '__main__': - main() diff --git a/components/chroot-hooks b/components/chroot-hooks new file mode 100755 index 000000000..0638bfc33 --- /dev/null +++ b/components/chroot-hooks @@ -0,0 +1,108 @@ +#!/usr/bin/python3 + +## live-build(7) - Live System Build Components +## Copyright (C) 2006-2013 Daniel Baumann +## +## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + + +import argparse +import configparser +import glob +import os +import shutil +import subprocess +import sys + + +# TODO: +# * logfile output +# * lockfile handling +# * use gettext for i18n + +def main(): + ## Parsing Arguments + arguments = argparse.ArgumentParser( + prog = 'lb chroot-hooks', + usage = '%(prog)s [arguments]', + description = '''live-build contains the components to build a live system from a configuration directory. + The chroot-hooks command executes hooks after the chroot stage.''', + epilog = 'See \'man lb-chroot-hooks\' for more information.', + formatter_class = argparse.ArgumentDefaultsHelpFormatter + ) + + arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') + arguments.add_argument('--verbose', help='set verbose option', action='store_true') + + args = arguments.parse_args() + + # --verbose + verbose = args.verbose + + ## Calling chroot hooks + + # stagefile + if os.path.isfile('.build/chroot-hooks'): + if verbose: + print('I: chroot-hooks already done - nothing to do') + + sys.exit(0) + + # dependencies + if not os.path.isfile('.build/bootstrap'): + print('E: bootstrap stage missing - aborting', file=sys.stderr) + + if verbose: + print('I: use \'lb bootstrap\' to bootstrap system') + + sys.exit(1) + + # hooks + if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.chroot'): + if verbose: + print ('I: no chroot hooks found at config/hooks/*.hook{,.chroot} - nothing to do') + + sys.exit(0) + + # bind mount configuration directory + if verbose: + print('I: Mounting config to chroot/live-build/config') + + os.makedirs('chroot/live-build/config', exist_ok=True) + + mount = subprocess.call('mount -o bind config chroot/live-build/config', shell=True) + remount = subprocess.call('mount -o remount,ro,bind chroot/live-build/config', shell=True) + + # process hooks + os.makedirs('chroot/live-build', exist_ok=True) + + hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.chroot') + + for hook in hooks: + if verbose: + print('I: Copying config/hooks/*.hook.chroot to chroot/live-build') + + shutil.copy(hook, os.path.join('chroot/live-build/' + os.path.basename(hook)), follow_symlinks=True) + + if verbose: + print('I: Executing \' ' + hook + '\'') + + os.chmod(hook, 0o755) + exec_hook = subprocess.call('chroot chroot /live-build/' + os.path.basename(hook), shell=True) + os.remove('chroot/live-build/' + os.path.basename(hook)) + + # unmount coniguration directory + umount = subprocess.call('umount chroot/live-build/config', shell=True) + + os.rmdir('chroot/live-build/config') + os.rmdir('chroot/live-build') + + # stagefile + os.makedirs('.build', exist_ok=True) + open('.build/chroot-hooks', 'w').close() + + +if __name__ == '__main__': + main() diff --git a/components/chroot_hooks b/components/chroot_hooks deleted file mode 100755 index 653e95379..000000000 --- a/components/chroot_hooks +++ /dev/null @@ -1,108 +0,0 @@ -#!/usr/bin/python3 - -## live-build(7) - Live System Build Components -## Copyright (C) 2006-2013 Daniel Baumann -## -## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -import argparse -import configparser -import glob -import os -import shutil -import subprocess -import sys - - -# TODO: -# * logfile output -# * lockfile handling -# * use gettext for i18n - -def main(): - ## Parsing Arguments - arguments = argparse.ArgumentParser( - prog = 'lb chroot_hooks', - usage = '%(prog)s [arguments]', - description = '''live-build contains the components to build a live system from a configuration directory. - The chroot_hooks command executes hooks after the chroot stage.''', - epilog = 'See \'man lb_chroot_hooks\' for more information.', - formatter_class = argparse.ArgumentDefaultsHelpFormatter - ) - - arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') - arguments.add_argument('--verbose', help='set verbose option', action='store_true') - - args = arguments.parse_args() - - # --verbose - verbose = args.verbose - - ## Calling chroot hooks - - # stagefile - if os.path.isfile('.build/chroot_hooks'): - if verbose: - print('I: chroot_hooks already done - nothing to do') - - sys.exit(0) - - # dependencies - if not os.path.isfile('.build/bootstrap'): - print('E: bootstrap stage missing - aborting', file=sys.stderr) - - if verbose: - print('I: use \'lb bootstrap\' to bootstrap system') - - sys.exit(1) - - # hooks - if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.chroot'): - if verbose: - print ('I: no chroot hooks found at config/hooks/*.hook{,.chroot} - nothing to do') - - sys.exit(0) - - # bind mount configuration directory - if verbose: - print('I: Mounting config to chroot/live-build/config') - - os.makedirs('chroot/live-build/config', exist_ok=True) - - mount = subprocess.call('mount -o bind config chroot/live-build/config', shell=True) - remount = subprocess.call('mount -o remount,ro,bind chroot/live-build/config', shell=True) - - # process hooks - os.makedirs('chroot/live-build', exist_ok=True) - - hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.chroot') - - for hook in hooks: - if verbose: - print('I: Copying config/hooks/*.hook.chroot to chroot/live-build') - - shutil.copy(hook, os.path.join('chroot/live-build/' + os.path.basename(hook)), follow_symlinks=True) - - if verbose: - print('I: Executing \' ' + hook + '\'') - - os.chmod(hook, 0o755) - exec_hook = subprocess.call('chroot chroot /live-build/' + os.path.basename(hook), shell=True) - os.remove('chroot/live-build/' + os.path.basename(hook)) - - # unmount coniguration directory - umount = subprocess.call('umount chroot/live-build/config', shell=True) - - os.rmdir('chroot/live-build/config') - os.rmdir('chroot/live-build') - - # stagefile - os.makedirs('.build', exist_ok=True) - open('.build/chroot_hooks', 'w').close() - - -if __name__ == '__main__': - main() diff --git a/components/source-hooks b/components/source-hooks new file mode 100755 index 000000000..a78b5823c --- /dev/null +++ b/components/source-hooks @@ -0,0 +1,108 @@ +#!/usr/bin/python3 + +## live-build(7) - Live System Build Components +## Copyright (C) 2006-2013 Daniel Baumann +## +## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + + +import argparse +import configparser +import glob +import os +import shutil +import subprocess +import sys + + +# TODO: +# * logfile output +# * lockfile handling +# * use gettext for i18n + +def main(): + ## Parsing Arguments + arguments = argparse.ArgumentParser( + prog = 'lb source-hooks', + usage = '%(prog)s [arguments]', + description = '''live-build contains the components to build a live system from a configuration directory. + The source-hooks command executes hooks after the source stage.''', + epilog = 'See \'man lb-source-hooks\' for more information.', + formatter_class = argparse.ArgumentDefaultsHelpFormatter + ) + + arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') + arguments.add_argument('--verbose', help='set verbose option', action='store_true') + + args = arguments.parse_args() + + # --verbose + verbose = args.verbose + + ## Calling source hooks + + # stagefile + if os.path.isfile('.build/source-hooks'): + if verbose: + print('I: source-hooks already done - nothing to do') + + sys.exit(0) + + # dependencies + if not os.path.isfile('.build/source'): + print('E: source stage missing - aborting', file=sys.stderr) + + if verbose: + print('I: use \'lb source\' to source system') + + sys.exit(1) + + # hooks + if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.source'): + if verbose: + print ('I: no source hooks found at config/hooks/*.hook{,.source} - nothing to do') + + sys.exit(0) + + # bind mount configuration directory + if verbose: + print('I: Mounting config to source/live-build/config') + + os.makedirs('source/live-build/config', exist_ok=True) + + mount = subprocess.call('mount -o bind config source/live-build/config', shell=True) + remount = subprocess.call('mount -o remount,ro,bind source/live-build/config', shell=True) + + # process hooks + os.makedirs('source/live-build', exist_ok=True) + + hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.source') + + for hook in hooks: + if verbose: + print('I: Copying config/hooks/*.hook.source to source/live-build') + + shutil.copy(hook, os.path.join('source/live-build/' + os.path.basename(hook)), follow_symlinks=True) + + if verbose: + print('I: Executing \' ' + hook + '\'') + + os.chmod(hook, 0o755) + exec_hook = subprocess.call('cd source && live-build/' + os.path.basename(hook), shell=True) + os.remove('source/live-build/' + os.path.basename(hook)) + + # unmount coniguration directory + umount = subprocess.call('umount source/live-build/config', shell=True) + + os.rmdir('source/live-build/config') + os.rmdir('source/live-build') + + # stagefile + os.makedirs('.build', exist_ok=True) + open('.build/source-hooks', 'w').close() + + +if __name__ == '__main__': + main() diff --git a/components/source_hooks b/components/source_hooks deleted file mode 100755 index fdb87cebc..000000000 --- a/components/source_hooks +++ /dev/null @@ -1,108 +0,0 @@ -#!/usr/bin/python3 - -## live-build(7) - Live System Build Components -## Copyright (C) 2006-2013 Daniel Baumann -## -## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -## This is free software, and you are welcome to redistribute it -## under certain conditions; see COPYING for details. - - -import argparse -import configparser -import glob -import os -import shutil -import subprocess -import sys - - -# TODO: -# * logfile output -# * lockfile handling -# * use gettext for i18n - -def main(): - ## Parsing Arguments - arguments = argparse.ArgumentParser( - prog = 'lb source_hooks', - usage = '%(prog)s [arguments]', - description = '''live-build contains the components to build a live system from a configuration directory. - The source_hooks command executes hooks after the source stage.''', - epilog = 'See \'man lb_source_hooks\' for more information.', - formatter_class = argparse.ArgumentDefaultsHelpFormatter - ) - - arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4') - arguments.add_argument('--verbose', help='set verbose option', action='store_true') - - args = arguments.parse_args() - - # --verbose - verbose = args.verbose - - ## Calling source hooks - - # stagefile - if os.path.isfile('.build/source_hooks'): - if verbose: - print('I: source_hooks already done - nothing to do') - - sys.exit(0) - - # dependencies - if not os.path.isfile('.build/source'): - print('E: source stage missing - aborting', file=sys.stderr) - - if verbose: - print('I: use \'lb source\' to source system') - - sys.exit(1) - - # hooks - if not glob.glob('config/hooks/*.hook') and not glob.glob('config/hooks/*.hook.source'): - if verbose: - print ('I: no source hooks found at config/hooks/*.hook{,.source} - nothing to do') - - sys.exit(0) - - # bind mount configuration directory - if verbose: - print('I: Mounting config to source/live-build/config') - - os.makedirs('source/live-build/config', exist_ok=True) - - mount = subprocess.call('mount -o bind config source/live-build/config', shell=True) - remount = subprocess.call('mount -o remount,ro,bind source/live-build/config', shell=True) - - # process hooks - os.makedirs('source/live-build', exist_ok=True) - - hooks = glob.glob('config/hooks/*.hook') + glob.glob('config/hooks/*.hook.source') - - for hook in hooks: - if verbose: - print('I: Copying config/hooks/*.hook.source to source/live-build') - - shutil.copy(hook, os.path.join('source/live-build/' + os.path.basename(hook)), follow_symlinks=True) - - if verbose: - print('I: Executing \' ' + hook + '\'') - - os.chmod(hook, 0o755) - exec_hook = subprocess.call('cd source && live-build/' + os.path.basename(hook), shell=True) - os.remove('source/live-build/' + os.path.basename(hook)) - - # unmount coniguration directory - umount = subprocess.call('umount source/live-build/config', shell=True) - - os.rmdir('source/live-build/config') - os.rmdir('source/live-build') - - # stagefile - os.makedirs('.build', exist_ok=True) - open('.build/source_hooks', 'w').close() - - -if __name__ == '__main__': - main() diff --git a/manpages/de/lb-binary-hooks.de.1 b/manpages/de/lb-binary-hooks.de.1 new file mode 100644 index 000000000..260ff997d --- /dev/null +++ b/manpages/de/lb-binary-hooks.de.1 @@ -0,0 +1,102 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" + +.SH NAME +\fBlive\-build\fP \- System Build Komponenten + +.SH SYNTAX +\fBlb binary\-hooks\fP [\-\-verbose] +.PP +\fBlb binary\-hooks\fP [\-\-help] +.br +\fBlb binary\-hooks\fP [\-\-version] +. +.SH BESCHREIBUNG +live\-build enthält die Komponenten um ein Live System von einem +Konfigurationsverzeichnis zu erstellen. +.PP +Der \fBlb binary\-hooks\fP Befehl führt Hooks Dateien nach dem Binary Stage aus. + +.SH SPEZIFIKATION +\fBlb binary\-hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP +Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. +.PP +Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle +Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von +\fBlb binary\-hooks\fP ausgeführt werden. +.PP +Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.binary\fP +haben. +.PP +Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook +Dateien mit dem Suffix \fB*.hook.binary\fP als zweites. +.PP +Hook Dateien werden von \fBlb binary\-hooks\fP in alphanummerischer Reihenfolge +ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook +Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als +Prefixes (nnnn, beginnend mit 0001) zu benutzen um die +Ausführungsreihenfolge zu sichern. +.PP +Hook Dateien werden durch \fBlb binary\-hooks\fP in das \fBbinary/live\-build\fP +Verzeichnis kopiert. Sie werden innerhalb des binary Verzeichnises +ausgeführt und können das Konfigurationsverzeichnis in \fBlive\-build/config\fP +innerhalb des binary Verzeichnisses lesen. +.PP +\fBWarnung:\fP Hook Dateien werden nicht in einem Chroot sondern innerhalb des +Kontext des Host Systems im binary Vereichnis ausgeführt. Sie haben Root +Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, +Dateisysteme, Netzwerk, etc.). + +.SH OPTIONEN +.IP \fB\-\-verbose\fP 4 +setzt verbose Option für mehr Ausgaben (Standardwert: aus). +.IP "\fB\-h, \-\-help\fP" 4 +zeigt Hilfenachricht und beendet sich. +.IP \fB\-\-version\fP 4 +zeigt Versionsnummer des Programms und beendet sich. + +.SH DATEIEN +.IP \fBconfig/hooks/*.hook\fP: 4 +Allgemeine Hook Dateien. +.IP \fBconfig/hooks/*.hook.binary\fP: 4 +Hook Dateien spezifisch für den Binary Stage. +.IP \fBbinary\fP: 4 +Verzeichnis in dem Hook Dateien ausgeführt werden. +.IP \fBbinary/live\-build/config\fP: 4 +bind mount des Konfigurationsverzeichnis innerhalb des binary Verzeichnisses +um von Hook Dateien gelesen werden zu können. +.IP \fBbinary/live\-build\fP: 4 +Verzeichnis in das die Hook Dateien kopiert werden. + +.SH "SIEHE AUCH" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-chroot\-hooks\fP(1) 4 +.IP \fIlb\-source\-hooks\fP(1) 4 + +.SH HOMEPAGE +Weitere Informationen über live\-build und das Live Systems Projekt können +auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch +unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. + +.SH FEHLER +Fehler können durch Einreichen eines Fehlerberichtes für das live\-build +Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder +durch Senden einer E\-Mail an die Live Systems Mailing Liste unter +<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt +werden. + +.SH AUTOR +live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> +geschrieben. diff --git a/manpages/de/lb-bootstrap-cdebootstrap.de.1 b/manpages/de/lb-bootstrap-cdebootstrap.de.1 new file mode 100644 index 000000000..d8d3f8d3c --- /dev/null +++ b/manpages/de/lb-bootstrap-cdebootstrap.de.1 @@ -0,0 +1,69 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" + +.SH NAME +\fBlive\-build\fP \- System Build Komponenten + +.SH SYNTAX +\fBlb bootstrap\-cdebootstrap\fP +[\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONEN\fP] [\-\-verbose] +.PP +\fBlb bootstrap\-cdebootstrap\fP [\-\-help] +.br +\fBlb bootstrap\-cdebootstrap\fP [\-\-version] +. +.SH BESCHREIBUNG +live\-build enthält die Komponenten um ein Live System von einem +Konfigurationsverzeichnis zu erstellen. +.PP +Der \fBlb bootstrap\-cdebootstrap\fP Befehl erstellt das Chroot System mit +\fIcdebootstrap\fP(1). + +.SH OPTIONEN +.IP \fB\-\-cdebootstrap\-options=\fP\fICDEBOOTSTRAP_OPTIONEN\fP 4 +setzt \fIcdebootstrap\fP(1) Optionen (Standardwert: keine), siehe +\fIcdebootstrap\fP(1) für mehr Informationen über cdebootstrap. +.IP \fB\-\-verbose\fP 4 +setzt verbose Option für mehr Ausgaben (Standardwert: aus). +.IP "\fB\-h, \-\-help\fP" 4 +zeigt Hilfenachricht und beendet sich. +.IP \fB\-\-version\fP 4 +zeigt Versionsnummer des Programms und beendet sich. + +.SH DATEIEN +.IP \fBconfig/build\fP 4 +.IP \fBcache/bootstrap\fP 4 +.IP \fBcache/packages.bootstrap\fP 4 +.IP \fBchroot\fP 4 +.IP \fB.build/bootstrap\fP 4 + +.SH "SIEHE AUCH" +.IP fIcdebootstrap(1) 4 + +.SH HOMEPAGE +Weitere Informationen über live\-build und das Live Systems Projekt können +auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch +unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. + +.SH FEHLER +Fehler können durch Einreichen eines Fehlerberichtes für das live\-build +Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder +durch Senden einer E\-Mail an die Live Systems Mailing Liste unter +<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt +werden. + +.SH AUTOR +live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> +geschrieben. diff --git a/manpages/de/lb-bootstrap-debootstrap.de.1 b/manpages/de/lb-bootstrap-debootstrap.de.1 new file mode 100644 index 000000000..ddd8e6cfa --- /dev/null +++ b/manpages/de/lb-bootstrap-debootstrap.de.1 @@ -0,0 +1,69 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" + +.SH NAME +\fBlive\-build\fP \- System Build Komponenten + +.SH SYNTAX +\fBlb bootstrap\-debootstrap\fP [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONEN\fP] +[\-\-verbose] +.PP +\fBlb bootstrap\-debootstrap\fP [\-\-help] +.br +\fBlb bootstrap\-debootstrap\fP [\-\-version] +. +.SH BESCHREIBUNG +live\-build enthält die Komponenten um ein Live System von einem +Konfigurationsverzeichnis zu erstellen. +.PP +Der \fBlb bootstrap\-debootstrap\fP Befehl erstellt das Chroot System mit +\fIdebootstrap\fP(8). + +.SH OPTIONEN +.IP \fB\-\-debootstrap\-options=\fP\fIDEBOOTSTRAP_OPTIONEN\fP 4 +setzt \fIdebootstrap\fP(8) Optionen (Standardwert: keine), siehe +\fIdebootstrap\fP(8) für mehr Informationen über debootstrap. +.IP \fB\-\-verbose\fP 4 +setzt verbose Option für mehr Ausgaben (Standardwert: aus). +.IP "\fB\-h, \-\-help\fP" 4 +zeigt Hilfenachricht und beendet sich. +.IP \fB\-\-version\fP 4 +zeigt Versionsnummer des Programms und beendet sich. + +.SH DATEIEN +.IP \fBconfig/build\fP 4 +.IP \fBcache/bootstrap\fP 4 +.IP \fBcache/packages.bootstrap\fP 4 +.IP \fBchroot\fP 4 +.IP \fB.build/bootstrap\fP 4 + +.SH "SIEHE AUCH" +.IP \fIdebootstrap\fP(8) 4 + +.SH HOMEPAGE +Weitere Informationen über live\-build und das Live Systems Projekt können +auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch +unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. + +.SH FEHLER +Fehler können durch Einreichen eines Fehlerberichtes für das live\-build +Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder +durch Senden einer E\-Mail an die Live Systems Mailing Liste unter +<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt +werden. + +.SH AUTOR +live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> +geschrieben. diff --git a/manpages/de/lb-bootstrap-hooks.de.1 b/manpages/de/lb-bootstrap-hooks.de.1 new file mode 100644 index 000000000..efc04046e --- /dev/null +++ b/manpages/de/lb-bootstrap-hooks.de.1 @@ -0,0 +1,98 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" + +.SH NAME +\fBlive\-build\fP \- System Build Komponenten + +.SH SYNTAX +\fBlb bootstrap\-hooks\fP [\-\-verbose] +.PP +\fBlb bootstrap\-hooks\fP [\-\-help] +.br +\fBlb bootstrap\-hooks\fP [\-\-version] +. +.SH BESCHREIBUNG +live\-build enthält die Komponenten um ein Live System von einem +Konfigurationsverzeichnis zu erstellen. +.PP +Der \fBlb bootstrap\-hooks\fP Befehl führt Hook Dateien nach dem Bootstrap Stage +aus. + +.SH SPEZIFIKATION +\fBlb bootstrap\-hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP +Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. +.PP +Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle +Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von +\fBlb bootstrap\-hooks\fP ausgeführt werden. +.PP +Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.bootstrap\fP +haben. +.PP +Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook +Dateien mit dem Suffix \fB*.hook.bootstrap\fP als zweites. +.PP +Hook Dateien werden von \fBlb bootstrap\-hooks\fP in alphanummerischer +Reihenfolge ausgeführt. Falls eine Hook Datei davon abhängt nach einer +anderen Hook Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise +Nummern als Prefixes (nnnn, beginnend mit 0001) zu benutzen um die +Ausführungsreihenfolge zu sichern. +.PP +Hook Dateien werden durch \fBlb bootstrap\-hooks\fP in das \fBchroot/live\-build\fP +Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises +ausgeführt und können das Konfigurationsverzeichnis in \fB/live\-build/config\fP +innerhalb des chroot Verzeichnisses lesen. + +.SH OPTIONEN +.IP \fB\-\-verbose\fP 4 +setzt verbose Option für mehr Ausgaben (Standardwert: aus). +.IP "\fB\-h, \-\-help\fP" 4 +zeigt Hilfenachricht und beendet sich. +.IP \fB\-\-version\fP 4 +zeigt Versionsnummer des Programms und beendet sich. + +.SH DATEIEN +.IP \fBconfig/hooks/*.hook\fP: 4 +Allgemeine Hook Dateien. +.IP \fBconfig/hooks/*.hook.bootstrap\fP: 4 +Hook Dateien spezifisch für den Bootstrap Stage. +.IP \fBchroot\fP: 4 +Verzeichnis in dem Hook Dateien ausgeführt werden. +.IP \fBchroot/live\-build/config\fP: 4 +bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses +um von Hook Dateien gelesen werden zu können. +.IP \fBchroot/live\-build\fP: 4 +Verzeichnis in das die Hook Dateien kopiert werden. + +.SH "SIEHE AUCH" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-binary\-hooks\fP(1) 4 +.IP \fIlb\-source\-hooks\fP(1) 4 + +.SH HOMEPAGE +Weitere Informationen über live\-build und das Live Systems Projekt können +auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch +unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. + +.SH FEHLER +Fehler können durch Einreichen eines Fehlerberichtes für das live\-build +Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder +durch Senden einer E\-Mail an die Live Systems Mailing Liste unter +<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt +werden. + +.SH AUTOR +live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> +geschrieben. diff --git a/manpages/de/lb-chroot-hooks.de.1 b/manpages/de/lb-chroot-hooks.de.1 new file mode 100644 index 000000000..7cfb8a59b --- /dev/null +++ b/manpages/de/lb-chroot-hooks.de.1 @@ -0,0 +1,97 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" + +.SH NAME +\fBlive\-build\fP \- System Build Komponenten + +.SH SYNTAX +\fBlb chroot\-hooks\fP [\-\-verbose] +.PP +\fBlb chroot\-hooks\fP [\-\-help] +.br +\fBlb chroot\-hooks\fP [\-\-version] +. +.SH BESCHREIBUNG +live\-build enthält die Komponenten um ein Live System von einem +Konfigurationsverzeichnis zu erstellen. +.PP +Der \fBlb chroot\-hooks\fP Befehl führt Hook Dateien nach dem Chroot Stage aus. + +.SH SPEZIFIKATION +\fBlb chroot\-hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP +Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. +.PP +Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle +Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von +\fBlb chroot\-hooks\fP ausgeführt werden. +.PP +Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.chroot\fP +haben. +.PP +Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook +Dateien mit dem Suffix \fB*.hook.chroot\fP als zweites. +.PP +Hook Dateien werden von \fBlb chroot\-hooks\fP in alphanummerischer Reihenfolge +ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook +Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als +Prefixes (nnnn, beginnend mit 0001) zu benutzen um die +Ausführungsreihenfolge zu sichern. +.PP +Hook Dateien werden durch \fBlb chroot\-hooks\fP in das \fBchroot/live\-build\fP +Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises +ausgeführt und können das Konfigurationsverzeichnis in \fB/live\-build/config\fP +innerhalb des chroot Verzeichnisses lesen. + +.SH OPTIONEN +.IP \fB\-\-verbose\fP 4 +setzt verbose Option für mehr Ausgaben (Standardwert: aus). +.IP "\fB\-h, \-\-help\fP" 4 +zeigt Hilfenachricht und beendet sich. +.IP \fB\-\-version\fP 4 +zeigt Versionsnummer des Programms und beendet sich. + +.SH DATEIEN +.IP \fBconfig/hooks/*.hook\fP: 4 +Allgemeine Hook Dateien. +.IP \fBconfig/hooks/*.hook.chroot\fP: 4 +Hook Dateien spezifisch für den Chroot Stage. +.IP \fBchroot\fP: 4 +Verzeichnis in dem Hook Dateien ausgeführt werden. +.IP \fBchroot/live\-build/config\fP: 4 +bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses +um von Hook Dateien gelesen werden zu können. +.IP \fBchroot/live\-build\fP: 4 +Verzeichnis in das die Hook Dateien kopiert werden. + +.SH "SIEHE AUCH" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-binary\-hooks\fP(1) 4 +.IP \fIlb\-source\-hooks\fP(1) 4 + +.SH HOMEPAGE +Weitere Informationen über live\-build und das Live Systems Projekt können +auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch +unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. + +.SH FEHLER +Fehler können durch Einreichen eines Fehlerberichtes für das live\-build +Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder +durch Senden einer E\-Mail an die Live Systems Mailing Liste unter +<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt +werden. + +.SH AUTOR +live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> +geschrieben. diff --git a/manpages/de/lb-source-hooks.de.1 b/manpages/de/lb-source-hooks.de.1 new file mode 100644 index 000000000..6741a2b52 --- /dev/null +++ b/manpages/de/lb-source-hooks.de.1 @@ -0,0 +1,102 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" + +.SH NAME +\fBlive\-build\fP \- System Build Komponenten + +.SH SYNTAX +\fBlb source\-hooks\fP [\-\-verbose] +.PP +\fBlb source\-hooks\fP [\-\-help] +.br +\fBlb source\-hooks\fP [\-\-version] +. +.SH BESCHREIBUNG +live\-build enthält die Komponenten um ein Live System von einem +Konfigurationsverzeichnis zu erstellen. +.PP +Der \fBlb source\-hooks\fP Befehl führt Hooks Dateien nach dem Source Stage aus. + +.SH SPEZIFIKATION +\fBlb source\-hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP +Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. +.PP +Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle +Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von +\fBlb source\-hooks\fP ausgeführt werden. +.PP +Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.source\fP +haben. +.PP +Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook +Dateien mit dem Suffix \fB*.hook.source\fP als zweites. +.PP +Hook Dateien werden von \fBlb source\-hooks\fP in alphanummerischer Reihenfolge +ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook +Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als +Prefixes (nnnn, beginnend mit 0001) zu benutzen um die +Ausführungsreihenfolge zu sichern. +.PP +Hook Dateien werden durch \fBlb source\-hooks\fP in das \fBsource/live\-build\fP +Verzeichnis kopiert. Sie werden innerhalb des source Verzeichnises +ausgeführt und können das Konfigurationsverzeichnis in \fBlive\-build/config\fP +innerhalb des source Verzeichnisses lesen. +.PP +\fBWarnung:\fP Hook Dateien werden nicht in einem Chroot sondern innerhalb des +Kontext des Host Systems im source Vereichnis ausgeführt. Sie haben Root +Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, +Dateisysteme, Netzwerk, etc.). + +.SH OPTIONEN +.IP \fB\-\-verbose\fP 4 +setzt verbose Option für mehr Ausgaben (Standardwert: aus). +.IP "\fB\-h, \-\-help\fP" 4 +zeigt Hilfenachricht und beendet sich. +.IP \fB\-\-version\fP 4 +zeigt Versionsnummer des Programms und beendet sich. + +.SH DATEIEN +.IP \fBconfig/hooks/*.hook\fP: 4 +Allgemeine Hook Dateien. +.IP \fBconfig/hooks/*.hook.source\fP: 4 +Hook Dateien spezifisch für den Source Stage. +.IP \fBsource\fP: 4 +Verzeichnis in dem Hook Dateien ausgeführt werden. +.IP \fBsource/live\-build/config\fP: 4 +bind mount des Konfigurationsverzeichnis innerhalb des source Verzeichnisses +um von Hook Dateien gelesen werden zu können. +.IP \fBsource/live\-build\fP: 4 +Verzeichnis in das die Hook Dateien kopiert werden. + +.SH "SIEHE AUCH" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-chroot\-hooks\fP(1) 4 +.IP \fIlb\-binary\-hooks\fP(1) 4 + +.SH HOMEPAGE +Weitere Informationen über live\-build und das Live Systems Projekt können +auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch +unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. + +.SH FEHLER +Fehler können durch Einreichen eines Fehlerberichtes für das live\-build +Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder +durch Senden einer E\-Mail an die Live Systems Mailing Liste unter +<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt +werden. + +.SH AUTOR +live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> +geschrieben. diff --git a/manpages/de/lb_binary_hooks.de.1 b/manpages/de/lb_binary_hooks.de.1 deleted file mode 100644 index 025e913b1..000000000 --- a/manpages/de/lb_binary_hooks.de.1 +++ /dev/null @@ -1,102 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" - -.SH NAME -\fBlive\-build\fP \- System Build Komponenten - -.SH SYNTAX -\fBlb binary_hooks\fP [\-\-verbose] -.PP -\fBlb binary_hooks\fP [\-\-help] -.br -\fBlb binary_hooks\fP [\-\-version] -. -.SH BESCHREIBUNG -live\-build enthält die Komponenten um ein Live System von einem -Konfigurationsverzeichnis zu erstellen. -.PP -Der \fBlb binary_hooks\fP Befehl führt Hooks Dateien nach dem Binary Stage aus. - -.SH SPEZIFIKATION -\fBlb binary_hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP -Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. -.PP -Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle -Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von -\fBlb binary_hooks\fP ausgeführt werden. -.PP -Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.binary\fP -haben. -.PP -Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook -Dateien mit dem Suffix \fB*.hook.binary\fP als zweites. -.PP -Hook Dateien werden von \fBlb binary_hooks\fP in alphanummerischer Reihenfolge -ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook -Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als -Prefixes (nnnn, beginnend mit 0001) zu benutzen um die -Ausführungsreihenfolge zu sichern. -.PP -Hook Dateien werden durch \fBlb binary_hooks\fP in das \fBbinary/live\-build\fP -Verzeichnis kopiert. Sie werden innerhalb des binary Verzeichnises -ausgeführt und können das Konfigurationsverzeichnis in \fBlive\-build/config\fP -innerhalb des binary Verzeichnisses lesen. -.PP -\fBWarnung:\fP Hook Dateien werden nicht in einem Chroot sondern innerhalb des -Kontext des Host Systems im binary Vereichnis ausgeführt. Sie haben Root -Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, -Dateisysteme, Netzwerk, etc.). - -.SH OPTIONEN -.IP \fB\-\-verbose\fP 4 -setzt verbose Option für mehr Ausgaben (Standardwert: aus). -.IP "\fB\-h, \-\-help\fP" 4 -zeigt Hilfenachricht und beendet sich. -.IP \fB\-\-version\fP 4 -zeigt Versionsnummer des Programms und beendet sich. - -.SH DATEIEN -.IP \fBconfig/hooks/*.hook\fP: 4 -Allgemeine Hook Dateien. -.IP \fBconfig/hooks/*.hook.binary\fP: 4 -Hook Dateien spezifisch für den Binary Stage. -.IP \fBbinary\fP: 4 -Verzeichnis in dem Hook Dateien ausgeführt werden. -.IP \fBbinary/live\-build/config\fP: 4 -bind mount des Konfigurationsverzeichnis innerhalb des binary Verzeichnisses -um von Hook Dateien gelesen werden zu können. -.IP \fBbinary/live\-build\fP: 4 -Verzeichnis in das die Hook Dateien kopiert werden. - -.SH "SIEHE AUCH" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_chroot_hooks\fP(1) 4 -.IP \fIlb_source_hooks\fP(1) 4 - -.SH HOMEPAGE -Weitere Informationen über live\-build und das Live Systems Projekt können -auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch -unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. - -.SH FEHLER -Fehler können durch Einreichen eines Fehlerberichtes für das live\-build -Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder -durch Senden einer E\-Mail an die Live Systems Mailing Liste unter -<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt -werden. - -.SH AUTOR -live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> -geschrieben. diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1 deleted file mode 100644 index 6c71caf2e..000000000 --- a/manpages/de/lb_bootstrap_cdebootstrap.de.1 +++ /dev/null @@ -1,69 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" - -.SH NAME -\fBlive\-build\fP \- System Build Komponenten - -.SH SYNTAX -\fBlb bootstrap_cdebootstrap\fP -[\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONEN\fP] [\-\-verbose] -.PP -\fBlb bootstrap_cdebootstrap\fP [\-\-help] -.br -\fBlb bootstrap_cdebootstrap\fP [\-\-version] -. -.SH BESCHREIBUNG -live\-build enthält die Komponenten um ein Live System von einem -Konfigurationsverzeichnis zu erstellen. -.PP -Der \fBlb bootstrap_cdebootstrap\fP Befehl erstellt das Chroot System mit -\fIcdebootstrap\fP(1). - -.SH OPTIONEN -.IP \fB\-\-cdebootstrap\-options=\fP\fICDEBOOTSTRAP_OPTIONEN\fP 4 -setzt \fIcdebootstrap\fP(1) Optionen (Standardwert: keine), siehe -\fIcdebootstrap\fP(1) für mehr Informationen über cdebootstrap. -.IP \fB\-\-verbose\fP 4 -setzt verbose Option für mehr Ausgaben (Standardwert: aus). -.IP "\fB\-h, \-\-help\fP" 4 -zeigt Hilfenachricht und beendet sich. -.IP \fB\-\-version\fP 4 -zeigt Versionsnummer des Programms und beendet sich. - -.SH DATEIEN -.IP \fBconfig/build\fP 4 -.IP \fBcache/bootstrap\fP 4 -.IP \fBcache/packages.bootstrap\fP 4 -.IP \fBchroot\fP 4 -.IP \fB.build/bootstrap\fP 4 - -.SH "SIEHE AUCH" -.IP fIcdebootstrap(1) 4 - -.SH HOMEPAGE -Weitere Informationen über live\-build und das Live Systems Projekt können -auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch -unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. - -.SH FEHLER -Fehler können durch Einreichen eines Fehlerberichtes für das live\-build -Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder -durch Senden einer E\-Mail an die Live Systems Mailing Liste unter -<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt -werden. - -.SH AUTOR -live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> -geschrieben. diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1 deleted file mode 100644 index 4b161a7b0..000000000 --- a/manpages/de/lb_bootstrap_debootstrap.de.1 +++ /dev/null @@ -1,69 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" - -.SH NAME -\fBlive\-build\fP \- System Build Komponenten - -.SH SYNTAX -\fBlb bootstrap_debootstrap\fP [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONEN\fP] -[\-\-verbose] -.PP -\fBlb bootstrap_debootstrap\fP [\-\-help] -.br -\fBlb bootstrap_debootstrap\fP [\-\-version] -. -.SH BESCHREIBUNG -live\-build enthält die Komponenten um ein Live System von einem -Konfigurationsverzeichnis zu erstellen. -.PP -Der \fBlb bootstrap_debootstrap\fP Befehl erstellt das Chroot System mit -\fIdebootstrap\fP(8). - -.SH OPTIONEN -.IP \fB\-\-debootstrap\-options=\fP\fIDEBOOTSTRAP_OPTIONEN\fP 4 -setzt \fIdebootstrap\fP(8) Optionen (Standardwert: keine), siehe -\fIdebootstrap\fP(8) für mehr Informationen über debootstrap. -.IP \fB\-\-verbose\fP 4 -setzt verbose Option für mehr Ausgaben (Standardwert: aus). -.IP "\fB\-h, \-\-help\fP" 4 -zeigt Hilfenachricht und beendet sich. -.IP \fB\-\-version\fP 4 -zeigt Versionsnummer des Programms und beendet sich. - -.SH DATEIEN -.IP \fBconfig/build\fP 4 -.IP \fBcache/bootstrap\fP 4 -.IP \fBcache/packages.bootstrap\fP 4 -.IP \fBchroot\fP 4 -.IP \fB.build/bootstrap\fP 4 - -.SH "SIEHE AUCH" -.IP \fIdebootstrap\fP(8) 4 - -.SH HOMEPAGE -Weitere Informationen über live\-build und das Live Systems Projekt können -auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch -unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. - -.SH FEHLER -Fehler können durch Einreichen eines Fehlerberichtes für das live\-build -Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder -durch Senden einer E\-Mail an die Live Systems Mailing Liste unter -<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt -werden. - -.SH AUTOR -live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> -geschrieben. diff --git a/manpages/de/lb_bootstrap_hooks.de.1 b/manpages/de/lb_bootstrap_hooks.de.1 deleted file mode 100644 index 8c8610238..000000000 --- a/manpages/de/lb_bootstrap_hooks.de.1 +++ /dev/null @@ -1,98 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" - -.SH NAME -\fBlive\-build\fP \- System Build Komponenten - -.SH SYNTAX -\fBlb bootstrap_hooks\fP [\-\-verbose] -.PP -\fBlb bootstrap_hooks\fP [\-\-help] -.br -\fBlb bootstrap_hooks\fP [\-\-version] -. -.SH BESCHREIBUNG -live\-build enthält die Komponenten um ein Live System von einem -Konfigurationsverzeichnis zu erstellen. -.PP -Der \fBlb bootstrap_hooks\fP Befehl führt Hook Dateien nach dem Bootstrap Stage -aus. - -.SH SPEZIFIKATION -\fBlb bootstrap_hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP -Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. -.PP -Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle -Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von -\fBlb bootstrap_hooks\fP ausgeführt werden. -.PP -Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.bootstrap\fP -haben. -.PP -Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook -Dateien mit dem Suffix \fB*.hook.bootstrap\fP als zweites. -.PP -Hook Dateien werden von \fBlb bootstrap_hooks\fP in alphanummerischer -Reihenfolge ausgeführt. Falls eine Hook Datei davon abhängt nach einer -anderen Hook Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise -Nummern als Prefixes (nnnn, beginnend mit 0001) zu benutzen um die -Ausführungsreihenfolge zu sichern. -.PP -Hook Dateien werden durch \fBlb bootstrap_hooks\fP in das \fBchroot/live\-build\fP -Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises -ausgeführt und können das Konfigurationsverzeichnis in \fB/live\-build/config\fP -innerhalb des chroot Verzeichnisses lesen. - -.SH OPTIONEN -.IP \fB\-\-verbose\fP 4 -setzt verbose Option für mehr Ausgaben (Standardwert: aus). -.IP "\fB\-h, \-\-help\fP" 4 -zeigt Hilfenachricht und beendet sich. -.IP \fB\-\-version\fP 4 -zeigt Versionsnummer des Programms und beendet sich. - -.SH DATEIEN -.IP \fBconfig/hooks/*.hook\fP: 4 -Allgemeine Hook Dateien. -.IP \fBconfig/hooks/*.hook.bootstrap\fP: 4 -Hook Dateien spezifisch für den Bootstrap Stage. -.IP \fBchroot\fP: 4 -Verzeichnis in dem Hook Dateien ausgeführt werden. -.IP \fBchroot/live\-build/config\fP: 4 -bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses -um von Hook Dateien gelesen werden zu können. -.IP \fBchroot/live\-build\fP: 4 -Verzeichnis in das die Hook Dateien kopiert werden. - -.SH "SIEHE AUCH" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_binary_hooks\fP(1) 4 -.IP \fIlb_source_hooks\fP(1) 4 - -.SH HOMEPAGE -Weitere Informationen über live\-build und das Live Systems Projekt können -auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch -unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. - -.SH FEHLER -Fehler können durch Einreichen eines Fehlerberichtes für das live\-build -Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder -durch Senden einer E\-Mail an die Live Systems Mailing Liste unter -<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt -werden. - -.SH AUTOR -live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> -geschrieben. diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1 deleted file mode 100644 index 29e1dc0b4..000000000 --- a/manpages/de/lb_chroot_hooks.de.1 +++ /dev/null @@ -1,97 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" - -.SH NAME -\fBlive\-build\fP \- System Build Komponenten - -.SH SYNTAX -\fBlb chroot_hooks\fP [\-\-verbose] -.PP -\fBlb chroot_hooks\fP [\-\-help] -.br -\fBlb chroot_hooks\fP [\-\-version] -. -.SH BESCHREIBUNG -live\-build enthält die Komponenten um ein Live System von einem -Konfigurationsverzeichnis zu erstellen. -.PP -Der \fBlb chroot_hooks\fP Befehl führt Hook Dateien nach dem Chroot Stage aus. - -.SH SPEZIFIKATION -\fBlb chroot_hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP -Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. -.PP -Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle -Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von -\fBlb chroot_hooks\fP ausgeführt werden. -.PP -Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.chroot\fP -haben. -.PP -Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook -Dateien mit dem Suffix \fB*.hook.chroot\fP als zweites. -.PP -Hook Dateien werden von \fBlb chroot_hooks\fP in alphanummerischer Reihenfolge -ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook -Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als -Prefixes (nnnn, beginnend mit 0001) zu benutzen um die -Ausführungsreihenfolge zu sichern. -.PP -Hook Dateien werden durch \fBlb chroot_hooks\fP in das \fBchroot/live\-build\fP -Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises -ausgeführt und können das Konfigurationsverzeichnis in \fB/live\-build/config\fP -innerhalb des chroot Verzeichnisses lesen. - -.SH OPTIONEN -.IP \fB\-\-verbose\fP 4 -setzt verbose Option für mehr Ausgaben (Standardwert: aus). -.IP "\fB\-h, \-\-help\fP" 4 -zeigt Hilfenachricht und beendet sich. -.IP \fB\-\-version\fP 4 -zeigt Versionsnummer des Programms und beendet sich. - -.SH DATEIEN -.IP \fBconfig/hooks/*.hook\fP: 4 -Allgemeine Hook Dateien. -.IP \fBconfig/hooks/*.hook.chroot\fP: 4 -Hook Dateien spezifisch für den Chroot Stage. -.IP \fBchroot\fP: 4 -Verzeichnis in dem Hook Dateien ausgeführt werden. -.IP \fBchroot/live\-build/config\fP: 4 -bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses -um von Hook Dateien gelesen werden zu können. -.IP \fBchroot/live\-build\fP: 4 -Verzeichnis in das die Hook Dateien kopiert werden. - -.SH "SIEHE AUCH" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_binary_hooks\fP(1) 4 -.IP \fIlb_source_hooks\fP(1) 4 - -.SH HOMEPAGE -Weitere Informationen über live\-build und das Live Systems Projekt können -auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch -unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. - -.SH FEHLER -Fehler können durch Einreichen eines Fehlerberichtes für das live\-build -Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder -durch Senden einer E\-Mail an die Live Systems Mailing Liste unter -<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt -werden. - -.SH AUTOR -live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> -geschrieben. diff --git a/manpages/de/lb_source_hooks.de.1 b/manpages/de/lb_source_hooks.de.1 deleted file mode 100644 index 333d2aae0..000000000 --- a/manpages/de/lb_source_hooks.de.1 +++ /dev/null @@ -1,102 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Live Systems Projekt" - -.SH NAME -\fBlive\-build\fP \- System Build Komponenten - -.SH SYNTAX -\fBlb source_hooks\fP [\-\-verbose] -.PP -\fBlb source_hooks\fP [\-\-help] -.br -\fBlb source_hooks\fP [\-\-version] -. -.SH BESCHREIBUNG -live\-build enthält die Komponenten um ein Live System von einem -Konfigurationsverzeichnis zu erstellen. -.PP -Der \fBlb source_hooks\fP Befehl führt Hooks Dateien nach dem Source Stage aus. - -.SH SPEZIFIKATION -\fBlb source_hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP -Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus. -.PP -Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle -Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von -\fBlb source_hooks\fP ausgeführt werden. -.PP -Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.source\fP -haben. -.PP -Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook -Dateien mit dem Suffix \fB*.hook.source\fP als zweites. -.PP -Hook Dateien werden von \fBlb source_hooks\fP in alphanummerischer Reihenfolge -ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook -Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als -Prefixes (nnnn, beginnend mit 0001) zu benutzen um die -Ausführungsreihenfolge zu sichern. -.PP -Hook Dateien werden durch \fBlb source_hooks\fP in das \fBsource/live\-build\fP -Verzeichnis kopiert. Sie werden innerhalb des source Verzeichnises -ausgeführt und können das Konfigurationsverzeichnis in \fBlive\-build/config\fP -innerhalb des source Verzeichnisses lesen. -.PP -\fBWarnung:\fP Hook Dateien werden nicht in einem Chroot sondern innerhalb des -Kontext des Host Systems im source Vereichnis ausgeführt. Sie haben Root -Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, -Dateisysteme, Netzwerk, etc.). - -.SH OPTIONEN -.IP \fB\-\-verbose\fP 4 -setzt verbose Option für mehr Ausgaben (Standardwert: aus). -.IP "\fB\-h, \-\-help\fP" 4 -zeigt Hilfenachricht und beendet sich. -.IP \fB\-\-version\fP 4 -zeigt Versionsnummer des Programms und beendet sich. - -.SH DATEIEN -.IP \fBconfig/hooks/*.hook\fP: 4 -Allgemeine Hook Dateien. -.IP \fBconfig/hooks/*.hook.source\fP: 4 -Hook Dateien spezifisch für den Source Stage. -.IP \fBsource\fP: 4 -Verzeichnis in dem Hook Dateien ausgeführt werden. -.IP \fBsource/live\-build/config\fP: 4 -bind mount des Konfigurationsverzeichnis innerhalb des source Verzeichnisses -um von Hook Dateien gelesen werden zu können. -.IP \fBsource/live\-build\fP: 4 -Verzeichnis in das die Hook Dateien kopiert werden. - -.SH "SIEHE AUCH" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_chroot_hooks\fP(1) 4 -.IP \fIlb_binary_hooks\fP(1) 4 - -.SH HOMEPAGE -Weitere Informationen über live\-build und das Live Systems Projekt können -auf der Homepage unter <\fIhttp://live\-systems.org/\fP> und im Handbuch -unter <\fIhttp://live\-systems.org/manual/\fP> gefunden werden. - -.SH FEHLER -Fehler können durch Einreichen eines Fehlerberichtes für das live\-build -Paket im Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP> oder -durch Senden einer E\-Mail an die Live Systems Mailing Liste unter -<\fIdebian\-live@lists.debian.org\fP> (englischsprachig) mitgeteilt -werden. - -.SH AUTOR -live\-build wurde von Daniel Baumann <\fImail@daniel\-baumann.ch\fP> -geschrieben. diff --git a/manpages/en/lb-binary-hooks.1 b/manpages/en/lb-binary-hooks.1 new file mode 100644 index 000000000..a85866e5c --- /dev/null +++ b/manpages/en/lb-binary-hooks.1 @@ -0,0 +1,73 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb binary\-hooks\fR [\-\-verbose] +.PP +\fBlb binary\-hooks\fR [\-\-help] +.br +\fBlb binary\-hooks\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb binary\-hooks\fR command executes hook files after the binary stage. + +.SH SPECIFICATION +\fBlb binary\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb binary\-hooks\fR automatically when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.binary\fR. +.PP +Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.binary\fR are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb binary\-hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. +.PP +Hook files are copied into the \fBbinary/live-build\fR directory by \fBlb binary\-hooks\fR. They are executed from within the binary directory and can read the configuration directory in \fBlive-build/config\fR within the binary directory. +.PP +\fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the binary directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.). + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.binary\fR:" 4 +hook files specific for the binary stage. +.IP "\fBbinary\fR:" 4 +directory in which the hook files are executed. +.IP "\fBbinary/live-build/config\fR:" 4 +bind mounted configuration directory within the binary directory to be read by hook files. +.IP "\fBbinary/live-build\fR:" 4 +directory in which hook files are copied. + +.SH SEE ALSO +.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4 +.IP "\fIlb\-chroot\-hooks\fR(1)" 4 +.IP "\fIlb\-source\-hooks\fR(1)" 4 + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-bootstrap-cdebootstrap.1 b/manpages/en/lb-bootstrap-cdebootstrap.1 new file mode 100644 index 000000000..f8f9ac498 --- /dev/null +++ b/manpages/en/lb-bootstrap-cdebootstrap.1 @@ -0,0 +1,53 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb bootstrap\-cdebootstrap\fR [\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] +.PP +\fBlb bootstrap\-cdebootstrap\fR [\-\-help] +.br +\fBlb bootstrap\-cdebootstrap\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb bootstrap\-cdebootstrap\fR command bootstraps the chroot system with \fIcdebootstrap\fR(1). + +.SH OPTIONS +.IP "\fB\-\-cdebootstrap\-options=\fR\fICDEBOOTSTRAP_OPTIONS\fR" 4 +set \fIcdebootstrap\fR(1) options (default: None), see \fIcdebootstrap\fR(1) for more information about cdebootstrap. +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/build\fR" 4 +.IP "\fBcache/bootstrap\fR" 4 +.IP "\fBcache/packages.bootstrap\fR" 4 +.IP "\fBchroot\fR" 4 +.IP "\fB.build/bootstrap\fR" 4 + +.SH SEE ALSO +.IP "fIcdebootstrap\fR(1)" 4 + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-bootstrap-debootstrap.1 b/manpages/en/lb-bootstrap-debootstrap.1 new file mode 100644 index 000000000..bb5e364f7 --- /dev/null +++ b/manpages/en/lb-bootstrap-debootstrap.1 @@ -0,0 +1,53 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb bootstrap\-debootstrap\fR [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] +.PP +\fBlb bootstrap\-debootstrap\fR [\-\-help] +.br +\fBlb bootstrap\-debootstrap\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb bootstrap\-debootstrap\fR command bootstraps the chroot system with \fIdebootstrap\fR(8). + +.SH OPTIONS +.IP "\fB\-\-debootstrap\-options=\fR\fIDEBOOTSTRAP_OPTIONS\fR" 4 +set \fIdebootstrap\fR(8) options (default: None), see \fIdebootstrap\fR(8) for more information about debootstrap. +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/build\fR" 4 +.IP "\fBcache/bootstrap\fR" 4 +.IP "\fBcache/packages.bootstrap\fR" 4 +.IP "\fBchroot\fR" 4 +.IP "\fB.build/bootstrap\fR" 4 + +.SH SEE ALSO +.IP "\fIdebootstrap\fR(8)" 4 + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-bootstrap-hooks.1 b/manpages/en/lb-bootstrap-hooks.1 new file mode 100644 index 000000000..1c67fd41c --- /dev/null +++ b/manpages/en/lb-bootstrap-hooks.1 @@ -0,0 +1,71 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb bootstrap\-hooks\fR [\-\-verbose] +.PP +\fBlb bootstrap\-hooks\fR [\-\-help] +.br +\fBlb bootstrap\-hooks\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb bootstrap\-hooks\fR command executes hook files after the bootstrap stage. + +.SH SPECIFICATION +\fBlb bootstrap\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb bootstrap\-hooks\fR automatically when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.bootstrap\fR. +.PP +Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.bootstrap\fR are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb bootstrap\-hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. +.PP +Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb bootstrap\-hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.bootstrap\fR:" 4 +hook files specific for the bootstrap stage. +.IP "\fBchroot\fR:" 4 +directory in which the hook files are executed. +.IP "\fBchroot/live-build/config\fR:" 4 +bind mounted configuration directory within the chroot directory to be read by hook files. +.IP "\fBchroot/live-build\fR:" 4 +directory in which hook files are copied. + +.SH SEE ALSO +.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4 +.IP "\fIlb\-binary\-hooks\fR(1)" 4 +.IP "\fIlb\-source\-hooks\fR(1)" 4 + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-chroot-hooks.1 b/manpages/en/lb-chroot-hooks.1 new file mode 100644 index 000000000..d0f972737 --- /dev/null +++ b/manpages/en/lb-chroot-hooks.1 @@ -0,0 +1,71 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb chroot\-hooks\fR [\-\-verbose] +.PP +\fBlb chroot\-hooks\fR [\-\-help] +.br +\fBlb chroot\-hooks\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb chroot\-hooks\fR command executes hook files after the chroot stage. + +.SH SPECIFICATION +\fBlb chroot\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb chroot\-hooks\fR automatically when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.chroot\fR. +.PP +Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.chroot\fR are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb chroot\-hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. +.PP +Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb chroot\-hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.chroot\fR:" 4 +hook files specific for the chroot stage. +.IP "\fBchroot\fR:" 4 +directory in which the hook files are executed. +.IP "\fBchroot/live-build/config\fR:" 4 +bind mounted configuration directory within the chroot directory to be read by hook files. +.IP "\fBchroot/live-build\fR:" 4 +directory in which hook files are copied. + +.SH SEE ALSO +.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4 +.IP "\fIlb\-binary\-hooks\fR(1)" 4 +.IP "\fIlb\-source\-hooks\fR(1)" 4 + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-source-hooks.1 b/manpages/en/lb-source-hooks.1 new file mode 100644 index 000000000..294f29a94 --- /dev/null +++ b/manpages/en/lb-source-hooks.1 @@ -0,0 +1,73 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb source\-hooks\fR [\-\-verbose] +.PP +\fBlb source\-hooks\fR [\-\-help] +.br +\fBlb source\-hooks\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb source\-hooks\fR command executes hook files after the source stage. + +.SH SPECIFICATION +\fBlb source\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb source\-hooks\fR automatically when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.source\fR. +.PP +Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.source\fR are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb source\-hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. +.PP +Hook files are copied into the \fBsource/live-build\fR directory by \fBlb source\-hooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory. +.PP +\fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the source directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.). + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.source\fR:" 4 +hook files specific for the source stage. +.IP "\fBsource\fR:" 4 +directory in which the hook files are executed. +.IP "\fBsource/live-build/config\fR:" 4 +bind mounted configuration directory within the source directory to be read by hook files. +.IP "\fBsource/live-build\fR:" 4 +directory in which hook files are copied. + +.SH SEE ALSO +.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4 +.IP "\fIlb\-chroot\-hooks\fR(1)" 4 +.IP "\fIlb\-binary\-hooks\fR(1)" 4 + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_binary_hooks.1 b/manpages/en/lb_binary_hooks.1 deleted file mode 100644 index b251becda..000000000 --- a/manpages/en/lb_binary_hooks.1 +++ /dev/null @@ -1,73 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb binary_hooks\fR [\-\-verbose] -.PP -\fBlb binary_hooks\fR [\-\-help] -.br -\fBlb binary_hooks\fR [\-\-version] -. -.SH DESCRIPTION -live\-build contains the components to build a live system from a configuration directory. -.PP -The \fBlb binary_hooks\fR command executes hook files after the binary stage. - -.SH SPECIFICATION -\fBlb binary_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb binary_hooks\fR automatically when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.binary\fR. -.PP -Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.binary\fR are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb binary_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBbinary/live-build\fR directory by \fBlb binary_hooks\fR. They are executed from within the binary directory and can read the configuration directory in \fBlive-build/config\fR within the binary directory. -.PP -\fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the binary directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.). - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.binary\fR:" 4 -hook files specific for the binary stage. -.IP "\fBbinary\fR:" 4 -directory in which the hook files are executed. -.IP "\fBbinary/live-build/config\fR:" 4 -bind mounted configuration directory within the binary directory to be read by hook files. -.IP "\fBbinary/live-build\fR:" 4 -directory in which hook files are copied. - -.SH SEE ALSO -.IP "\fIlb_bootstrap_hooks\fR(1)" 4 -.IP "\fIlb_chroot_hooks\fR(1)" 4 -.IP "\fIlb_source_hooks\fR(1)" 4 - -.SH HOMEPAGE -More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1 deleted file mode 100644 index 4a0fd7659..000000000 --- a/manpages/en/lb_bootstrap_cdebootstrap.1 +++ /dev/null @@ -1,53 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb bootstrap_cdebootstrap\fR [\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] -.PP -\fBlb bootstrap_cdebootstrap\fR [\-\-help] -.br -\fBlb bootstrap_cdebootstrap\fR [\-\-version] -. -.SH DESCRIPTION -live\-build contains the components to build a live system from a configuration directory. -.PP -The \fBlb bootstrap_cdebootstrap\fR command bootstraps the chroot system with \fIcdebootstrap\fR(1). - -.SH OPTIONS -.IP "\fB\-\-cdebootstrap\-options=\fR\fICDEBOOTSTRAP_OPTIONS\fR" 4 -set \fIcdebootstrap\fR(1) options (default: None), see \fIcdebootstrap\fR(1) for more information about cdebootstrap. -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/build\fR" 4 -.IP "\fBcache/bootstrap\fR" 4 -.IP "\fBcache/packages.bootstrap\fR" 4 -.IP "\fBchroot\fR" 4 -.IP "\fB.build/bootstrap\fR" 4 - -.SH SEE ALSO -.IP "fIcdebootstrap\fR(1)" 4 - -.SH HOMEPAGE -More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1 deleted file mode 100644 index 023f6124d..000000000 --- a/manpages/en/lb_bootstrap_debootstrap.1 +++ /dev/null @@ -1,53 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb bootstrap_debootstrap\fR [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] -.PP -\fBlb bootstrap_debootstrap\fR [\-\-help] -.br -\fBlb bootstrap_debootstrap\fR [\-\-version] -. -.SH DESCRIPTION -live\-build contains the components to build a live system from a configuration directory. -.PP -The \fBlb bootstrap_debootstrap\fR command bootstraps the chroot system with \fIdebootstrap\fR(8). - -.SH OPTIONS -.IP "\fB\-\-debootstrap\-options=\fR\fIDEBOOTSTRAP_OPTIONS\fR" 4 -set \fIdebootstrap\fR(8) options (default: None), see \fIdebootstrap\fR(8) for more information about debootstrap. -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/build\fR" 4 -.IP "\fBcache/bootstrap\fR" 4 -.IP "\fBcache/packages.bootstrap\fR" 4 -.IP "\fBchroot\fR" 4 -.IP "\fB.build/bootstrap\fR" 4 - -.SH SEE ALSO -.IP "\fIdebootstrap\fR(8)" 4 - -.SH HOMEPAGE -More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_bootstrap_hooks.1 b/manpages/en/lb_bootstrap_hooks.1 deleted file mode 100644 index a2d67370c..000000000 --- a/manpages/en/lb_bootstrap_hooks.1 +++ /dev/null @@ -1,71 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb bootstrap_hooks\fR [\-\-verbose] -.PP -\fBlb bootstrap_hooks\fR [\-\-help] -.br -\fBlb bootstrap_hooks\fR [\-\-version] -. -.SH DESCRIPTION -live\-build contains the components to build a live system from a configuration directory. -.PP -The \fBlb bootstrap_hooks\fR command executes hook files after the bootstrap stage. - -.SH SPECIFICATION -\fBlb bootstrap_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb bootstrap_hooks\fR automatically when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.bootstrap\fR. -.PP -Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.bootstrap\fR are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb bootstrap_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb bootstrap_hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.bootstrap\fR:" 4 -hook files specific for the bootstrap stage. -.IP "\fBchroot\fR:" 4 -directory in which the hook files are executed. -.IP "\fBchroot/live-build/config\fR:" 4 -bind mounted configuration directory within the chroot directory to be read by hook files. -.IP "\fBchroot/live-build\fR:" 4 -directory in which hook files are copied. - -.SH SEE ALSO -.IP "\fIlb_bootstrap_hooks\fR(1)" 4 -.IP "\fIlb_binary_hooks\fR(1)" 4 -.IP "\fIlb_source_hooks\fR(1)" 4 - -.SH HOMEPAGE -More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1 deleted file mode 100644 index d38aad03d..000000000 --- a/manpages/en/lb_chroot_hooks.1 +++ /dev/null @@ -1,71 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb chroot_hooks\fR [\-\-verbose] -.PP -\fBlb chroot_hooks\fR [\-\-help] -.br -\fBlb chroot_hooks\fR [\-\-version] -. -.SH DESCRIPTION -live\-build contains the components to build a live system from a configuration directory. -.PP -The \fBlb chroot_hooks\fR command executes hook files after the chroot stage. - -.SH SPECIFICATION -\fBlb chroot_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb chroot_hooks\fR automatically when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.chroot\fR. -.PP -Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.chroot\fR are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb chroot_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb chroot_hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.chroot\fR:" 4 -hook files specific for the chroot stage. -.IP "\fBchroot\fR:" 4 -directory in which the hook files are executed. -.IP "\fBchroot/live-build/config\fR:" 4 -bind mounted configuration directory within the chroot directory to be read by hook files. -.IP "\fBchroot/live-build\fR:" 4 -directory in which hook files are copied. - -.SH SEE ALSO -.IP "\fIlb_bootstrap_hooks\fR(1)" 4 -.IP "\fIlb_binary_hooks\fR(1)" 4 -.IP "\fIlb_source_hooks\fR(1)" 4 - -.SH HOMEPAGE -More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_source_hooks.1 b/manpages/en/lb_source_hooks.1 deleted file mode 100644 index c2bca7454..000000000 --- a/manpages/en/lb_source_hooks.1 +++ /dev/null @@ -1,73 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb source_hooks\fR [\-\-verbose] -.PP -\fBlb source_hooks\fR [\-\-help] -.br -\fBlb source_hooks\fR [\-\-version] -. -.SH DESCRIPTION -live\-build contains the components to build a live system from a configuration directory. -.PP -The \fBlb source_hooks\fR command executes hook files after the source stage. - -.SH SPECIFICATION -\fBlb source_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb source_hooks\fR automatically when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.source\fR. -.PP -Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.source\fR are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb source_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBsource/live-build\fR directory by \fBlb source_hooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory. -.PP -\fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the source directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.). - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.source\fR:" 4 -hook files specific for the source stage. -.IP "\fBsource\fR:" 4 -directory in which the hook files are executed. -.IP "\fBsource/live-build/config\fR:" 4 -bind mounted configuration directory within the source directory to be read by hook files. -.IP "\fBsource/live-build\fR:" 4 -directory in which hook files are copied. - -.SH SEE ALSO -.IP "\fIlb_bootstrap_hooks\fR(1)" 4 -.IP "\fIlb_chroot_hooks\fR(1)" 4 -.IP "\fIlb_binary_hooks\fR(1)" 4 - -.SH HOMEPAGE -More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/es/lb-binary-hooks.es.1 b/manpages/es/lb-binary-hooks.es.1 new file mode 100644 index 000000000..a5fe4f49a --- /dev/null +++ b/manpages/es/lb-binary-hooks.es.1 @@ -0,0 +1,99 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" + +.SH NOMBRE +\fBlive\-build\fP \- Live System Build Components + +.SH SINOPSIS +\fBlb binary\-hooks\fP [\-\-verbose] +.PP +\fBlb binary\-hooks\fP [\-\-help] +.br +\fBlb binary\-hooks\fP [\-\-version] +. +.SH DESCRIPCIÓN +live\-build contains the components to build a live system from a +configuration directory. +.PP +The \fBlb binary\-hooks\fP command executes hook files after the binary stage. + +.SH SPECIFICATION +\fBlb binary\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP +directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific +permissions. They are marked executable by \fBlb binary\-hooks\fP automatically +when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.binary\fP. +.PP +Hook files with the suffix \fB*.hook\fP are executed first, hook files with the +suffix \fB*.hook.binary\fP are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb binary\-hooks\fP. If +one hook file depends on being run after another, best practise is to use +number prefixes (nnnn, starting with 0001) to ensure the order of execution. +.PP +Hook files are copied into the \fBbinary/live\-build\fP directory by \fBlb +binary\-hooks\fP. They are executed from within the binary directory and can +read the configuration directory in \fBlive\-build/config\fP within the binary +directory. +.PP +\fBWarning:\fP hook files are not executed within a chroot but within the +context of the host system in the binary directory. They have root +privileges and access to the all host system ressources (devices, +filesystems, network, etc.). + +.SH OPCIONES +.IP \fB\-\-verbose\fP 4 +establece la opción verbose (por defecto: False). +.IP "\fB\-h, \-\-help\fP" 4 +muestra el mensaje de ayuda y sale. +.IP \fB\-\-version\fP 4 +muestra el número de versión del programa y sale. + +.SH FICHEROS +.IP \fBconfig/hooks/*.hook\fP: 4 +generic hook files. +.IP \fBconfig/hooks/*.hook.binary\fP: 4 +hook files specific for the binary stage. +.IP \fBbinary\fP: 4 +directory in which the hook files are executed. +.IP \fBbinary/live\-build/config\fP: 4 +bind mounted configuration directory within the binary directory to be read +by hook files. +.IP \fBbinary/live\-build\fP: 4 +directory in which hook files are copied. + +.SH "VER TAMBIÉN" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-chroot\-hooks\fP(1) 4 +.IP \fIlb\-source\-hooks\fP(1) 4 + +.SH "PÁGINA WEB" +Se puede encontrar más información acerca de live\-build y el proyecto Live +Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el +manual en <\fIhttp://live\-systems.org/manual/\fP>. + +.SH ERRORES +Se puede notificar los fallos enviando un informe de errores sobre el +paquete live\-build en el Bug Tracking System en +<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de +correo de Live Systems a la dirección +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTOR +live\-build fue escrito por Daniel Baumann +<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb-bootstrap-cdebootstrap.es.1 b/manpages/es/lb-bootstrap-cdebootstrap.es.1 new file mode 100644 index 000000000..dc6f35289 --- /dev/null +++ b/manpages/es/lb-bootstrap-cdebootstrap.es.1 @@ -0,0 +1,69 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" + +.SH NOMBRE +\fBlive\-build\fP \- Live System Build Components + +.SH SINOPSIS +\fBlb bootstrap\-cdebootstrap\fP +[\-\-cdebootstrap\-options=\fIOPCIONES_CDEBOOTSTRAP\fP] [\-\-verbose] +.PP +\fBlb bootstrap\-cdebootstrap\fP [\-\-help] +.br +\fBlb bootstrap\-cdebootstrap\fP [\-\-version] +. +.SH DESCRIPCIÓN +live\-build contains the components to build a live system from a +configuration directory. +.PP +The \fBlb bootstrap\-cdebootstrap\fP command bootstraps the chroot system with +\fIcdebootstrap\fP(1). + +.SH OPCIONES +.IP \fB\-\-cdebootstrap\-options=\fP\fIOPCIONES_CDEBOOTSTRAP\fP 4 +establece las opciones de \fIcdebootstrap\fP(1) (por defecto: Ninguna), ver +\fIcdebootstrap\fP(1) para más información acerca de cdebootstrap. +.IP \fB\-\-verbose\fP 4 +establece la opción verbose (por defecto: False). +.IP "\fB\-h, \-\-help\fP" 4 +muestra el mensaje de ayuda y sale. +.IP \fB\-\-version\fP 4 +muestra el número de versión del programa y sale. + +.SH FICHEROS +.IP \fBconfig/build\fP 4 +.IP \fBcache/bootstrap\fP 4 +.IP \fBcache/packages.bootstrap\fP 4 +.IP \fBchroot\fP 4 +.IP \fB.build/bootstrap\fP 4 + +.SH "VER TAMBIÉN" +.IP fIcdebootstrap(1) 4 + +.SH "PÁGINA WEB" +Se puede encontrar más información acerca de live\-build y el proyecto Live +Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el +manual en <\fIhttp://live\-systems.org/manual/\fP>. + +.SH ERRORES +Se puede notificar los fallos enviando un informe de errores sobre el +paquete live\-build en el Bug Tracking System en +<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de +correo de Live Systems a la dirección +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTOR +live\-build fue escrito por Daniel Baumann +<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb-bootstrap-debootstrap.es.1 b/manpages/es/lb-bootstrap-debootstrap.es.1 new file mode 100644 index 000000000..cb643ecb7 --- /dev/null +++ b/manpages/es/lb-bootstrap-debootstrap.es.1 @@ -0,0 +1,69 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" + +.SH NOMBRE +\fBlive\-build\fP \- Live System Build Components + +.SH SINOPSIS +\fBlb bootstrap\-debootstrap\fP [\-\-debootstrap\-options=\fIOPCIONES_DEBOOTSTRAP\fP] +[\-\-verbose] +.PP +\fBlb bootstrap\-debootstrap\fP [\-\-help] +.br +\fBlb bootstrap\-debootstrap\fP [\-\-version] +. +.SH DESCRIPCIÓN +live\-build contains the components to build a live system from a +configuration directory. +.PP +The \fBlb bootstrap\-debootstrap\fP command bootstraps the chroot system with +\fIdebootstrap\fP(8). + +.SH OPCIONES +.IP \fB\-\-debootstrap\-options=\fP\fIOPCIONES_DEBOOTSTRAP\fP 4 +establece las opciones de \fIdebootstrap\fP(8) (por defecto: Ninguna), ver +\fIdebootstrap\fP(8) para más información acerca de debootstrap. +.IP \fB\-\-verbose\fP 4 +establece la opción verbose (por defecto: False). +.IP "\fB\-h, \-\-help\fP" 4 +muestra el mensaje de ayuda y sale. +.IP \fB\-\-version\fP 4 +muestra el número de versión del programa y sale. + +.SH FICHEROS +.IP \fBconfig/build\fP 4 +.IP \fBcache/bootstrap\fP 4 +.IP \fBcache/packages.bootstrap\fP 4 +.IP \fBchroot\fP 4 +.IP \fB.build/bootstrap\fP 4 + +.SH "VER TAMBIÉN" +.IP \fIdebootstrap\fP(8) 4 + +.SH "PÁGINA WEB" +Se puede encontrar más información acerca de live\-build y el proyecto Live +Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el +manual en <\fIhttp://live\-systems.org/manual/\fP>. + +.SH ERRORES +Se puede notificar los fallos enviando un informe de errores sobre el +paquete live\-build en el Bug Tracking System en +<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de +correo de Live Systems a la dirección +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTOR +live\-build fue escrito por Daniel Baumann +<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb-bootstrap-hooks.es.1 b/manpages/es/lb-bootstrap-hooks.es.1 new file mode 100644 index 000000000..48754a697 --- /dev/null +++ b/manpages/es/lb-bootstrap-hooks.es.1 @@ -0,0 +1,96 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" + +.SH NOMBRE +\fBlive\-build\fP \- Live System Build Components + +.SH SINOPSIS +\fBlb bootstrap\-hooks\fP [\-\-verbose] +.PP +\fBlb bootstrap\-hooks\fP [\-\-help] +.br +\fBlb bootstrap\-hooks\fP [\-\-version] +. +.SH DESCRIPCIÓN +live\-build contains the components to build a live system from a +configuration directory. +.PP +The \fBlb bootstrap\-hooks\fP command executes hook files after the bootstrap +stage. + +.SH SPECIFICATION +\fBlb bootstrap\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP +directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific +permissions. They are marked executable by \fBlb bootstrap\-hooks\fP +automatically when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.bootstrap\fP. +.PP +Hook files with the suffix \fB*.hook\fP are executed first, hook files with the +suffix \fB*.hook.bootstrap\fP are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb +bootstrap\-hooks\fP. If one hook file depends on being run after another, best +practise is to use number prefixes (nnnn, starting with 0001) to ensure the +order of execution. +.PP +Hook files are copied into the \fBchroot/live\-build\fP directory by \fBlb +bootstrap\-hooks\fP. They are executed from within the chroot directory +(chrooted) and can read the configuration directory in \fB/live\-build/config\fP +within the chroot directory. + +.SH OPCIONES +.IP \fB\-\-verbose\fP 4 +establece la opción verbose (por defecto: False). +.IP "\fB\-h, \-\-help\fP" 4 +muestra el mensaje de ayuda y sale. +.IP \fB\-\-version\fP 4 +muestra el número de versión del programa y sale. + +.SH FICHEROS +.IP \fBconfig/hooks/*.hook\fP: 4 +generic hook files. +.IP \fBconfig/hooks/*.hook.bootstrap\fP: 4 +hook files specific for the bootstrap stage. +.IP \fBchroot\fP: 4 +directory in which the hook files are executed. +.IP \fBchroot/live\-build/config\fP: 4 +bind mounted configuration directory within the chroot directory to be read +by hook files. +.IP \fBchroot/live\-build\fP: 4 +directory in which hook files are copied. + +.SH "VER TAMBIÉN" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-binary\-hooks\fP(1) 4 +.IP \fIlb\-source\-hooks\fP(1) 4 + +.SH "PÁGINA WEB" +Se puede encontrar más información acerca de live\-build y el proyecto Live +Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el +manual en <\fIhttp://live\-systems.org/manual/\fP>. + +.SH ERRORES +Se puede notificar los fallos enviando un informe de errores sobre el +paquete live\-build en el Bug Tracking System en +<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de +correo de Live Systems a la dirección +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTOR +live\-build fue escrito por Daniel Baumann +<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb-chroot-hooks.es.1 b/manpages/es/lb-chroot-hooks.es.1 new file mode 100644 index 000000000..fa4074475 --- /dev/null +++ b/manpages/es/lb-chroot-hooks.es.1 @@ -0,0 +1,94 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" + +.SH NOMBRE +\fBlive\-build\fP \- Live System Build Components + +.SH SINOPSIS +\fBlb chroot\-hooks\fP [\-\-verbose] +.PP +\fBlb chroot\-hooks\fP [\-\-help] +.br +\fBlb chroot\-hooks\fP [\-\-version] +. +.SH DESCRIPCIÓN +live\-build contains the components to build a live system from a +configuration directory. +.PP +The \fBlb chroot\-hooks\fP command executes hook files after the chroot stage. + +.SH SPECIFICATION +\fBlb chroot\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP +directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific +permissions. They are marked executable by \fBlb chroot\-hooks\fP automatically +when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.chroot\fP. +.PP +Hook files with the suffix \fB*.hook\fP are executed first, hook files with the +suffix \fB*.hook.chroot\fP are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb chroot\-hooks\fP. If +one hook file depends on being run after another, best practise is to use +number prefixes (nnnn, starting with 0001) to ensure the order of execution. +.PP +Hook files are copied into the \fBchroot/live\-build\fP directory by \fBlb +chroot\-hooks\fP. They are executed from within the chroot directory (chrooted) +and can read the configuration directory in \fB/live\-build/config\fP within the +chroot directory. + +.SH OPCIONES +.IP \fB\-\-verbose\fP 4 +establece la opción verbose (por defecto: False). +.IP "\fB\-h, \-\-help\fP" 4 +muestra el mensaje de ayuda y sale. +.IP \fB\-\-version\fP 4 +muestra el número de versión del programa y sale. + +.SH FICHEROS +.IP \fBconfig/hooks/*.hook\fP: 4 +generic hook files. +.IP \fBconfig/hooks/*.hook.chroot\fP: 4 +hook files specific for the chroot stage. +.IP \fBchroot\fP: 4 +directory in which the hook files are executed. +.IP \fBchroot/live\-build/config\fP: 4 +bind mounted configuration directory within the chroot directory to be read +by hook files. +.IP \fBchroot/live\-build\fP: 4 +directory in which hook files are copied. + +.SH "VER TAMBIÉN" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-binary\-hooks\fP(1) 4 +.IP \fIlb\-source\-hooks\fP(1) 4 + +.SH "PÁGINA WEB" +Se puede encontrar más información acerca de live\-build y el proyecto Live +Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el +manual en <\fIhttp://live\-systems.org/manual/\fP>. + +.SH ERRORES +Se puede notificar los fallos enviando un informe de errores sobre el +paquete live\-build en el Bug Tracking System en +<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de +correo de Live Systems a la dirección +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTOR +live\-build fue escrito por Daniel Baumann +<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb-source-hooks.es.1 b/manpages/es/lb-source-hooks.es.1 new file mode 100644 index 000000000..23ee18891 --- /dev/null +++ b/manpages/es/lb-source-hooks.es.1 @@ -0,0 +1,99 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" + +.SH NOMBRE +\fBlive\-build\fP \- Live System Build Components + +.SH SINOPSIS +\fBlb source\-hooks\fP [\-\-verbose] +.PP +\fBlb source\-hooks\fP [\-\-help] +.br +\fBlb source\-hooks\fP [\-\-version] +. +.SH DESCRIPCIÓN +live\-build contains the components to build a live system from a +configuration directory. +.PP +The \fBlb source\-hooks\fP command executes hook files after the source stage. + +.SH SPECIFICATION +\fBlb source\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP +directory within the configuration directory. +.PP +Hook files do not require to have a specific owner nor specific +permissions. They are marked executable by \fBlb source\-hooks\fP automatically +when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.source\fP. +.PP +Hook files with the suffix \fB*.hook\fP are executed first, hook files with the +suffix \fB*.hook.source\fP are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb source\-hooks\fP. If +one hook file depends on being run after another, best practise is to use +number prefixes (nnnn, starting with 0001) to ensure the order of execution. +.PP +Hook files are copied into the \fBsource/live\-build\fP directory by \fBlb +source\-hooks\fP. They are executed from within the source directory and can +read the configuration directory in \fBlive\-build/config\fP within the source +directory. +.PP +\fBWarning:\fP hook files are not executed within a chroot but within the +context of the host system in the source directory. They have root +privileges and access to the all host system ressources (devices, +filesystems, network, etc.). + +.SH OPCIONES +.IP \fB\-\-verbose\fP 4 +establece la opción verbose (por defecto: False). +.IP "\fB\-h, \-\-help\fP" 4 +muestra el mensaje de ayuda y sale. +.IP \fB\-\-version\fP 4 +muestra el número de versión del programa y sale. + +.SH FICHEROS +.IP \fBconfig/hooks/*.hook\fP: 4 +generic hook files. +.IP \fBconfig/hooks/*.hook.source\fP: 4 +hook files specific for the source stage. +.IP \fBsource\fP: 4 +directory in which the hook files are executed. +.IP \fBsource/live\-build/config\fP: 4 +bind mounted configuration directory within the source directory to be read +by hook files. +.IP \fBsource/live\-build\fP: 4 +directory in which hook files are copied. + +.SH "VER TAMBIÉN" +.IP \fIlb\-bootstrap\-hooks\fP(1) 4 +.IP \fIlb\-chroot\-hooks\fP(1) 4 +.IP \fIlb\-binary\-hooks\fP(1) 4 + +.SH "PÁGINA WEB" +Se puede encontrar más información acerca de live\-build y el proyecto Live +Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el +manual en <\fIhttp://live\-systems.org/manual/\fP>. + +.SH ERRORES +Se puede notificar los fallos enviando un informe de errores sobre el +paquete live\-build en el Bug Tracking System en +<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de +correo de Live Systems a la dirección +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTOR +live\-build fue escrito por Daniel Baumann +<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb_binary_hooks.es.1 b/manpages/es/lb_binary_hooks.es.1 deleted file mode 100644 index 7867d367b..000000000 --- a/manpages/es/lb_binary_hooks.es.1 +++ /dev/null @@ -1,99 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" - -.SH NOMBRE -\fBlive\-build\fP \- Live System Build Components - -.SH SINOPSIS -\fBlb binary_hooks\fP [\-\-verbose] -.PP -\fBlb binary_hooks\fP [\-\-help] -.br -\fBlb binary_hooks\fP [\-\-version] -. -.SH DESCRIPCIÓN -live\-build contains the components to build a live system from a -configuration directory. -.PP -The \fBlb binary_hooks\fP command executes hook files after the binary stage. - -.SH SPECIFICATION -\fBlb binary_hooks\fP executes any hook files found in the \fBconfig/hooks\fP -directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific -permissions. They are marked executable by \fBlb binary_hooks\fP automatically -when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.binary\fP. -.PP -Hook files with the suffix \fB*.hook\fP are executed first, hook files with the -suffix \fB*.hook.binary\fP are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb binary_hooks\fP. If -one hook file depends on being run after another, best practise is to use -number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBbinary/live\-build\fP directory by \fBlb -binary_hooks\fP. They are executed from within the binary directory and can -read the configuration directory in \fBlive\-build/config\fP within the binary -directory. -.PP -\fBWarning:\fP hook files are not executed within a chroot but within the -context of the host system in the binary directory. They have root -privileges and access to the all host system ressources (devices, -filesystems, network, etc.). - -.SH OPCIONES -.IP \fB\-\-verbose\fP 4 -establece la opción verbose (por defecto: False). -.IP "\fB\-h, \-\-help\fP" 4 -muestra el mensaje de ayuda y sale. -.IP \fB\-\-version\fP 4 -muestra el número de versión del programa y sale. - -.SH FICHEROS -.IP \fBconfig/hooks/*.hook\fP: 4 -generic hook files. -.IP \fBconfig/hooks/*.hook.binary\fP: 4 -hook files specific for the binary stage. -.IP \fBbinary\fP: 4 -directory in which the hook files are executed. -.IP \fBbinary/live\-build/config\fP: 4 -bind mounted configuration directory within the binary directory to be read -by hook files. -.IP \fBbinary/live\-build\fP: 4 -directory in which hook files are copied. - -.SH "VER TAMBIÉN" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_chroot_hooks\fP(1) 4 -.IP \fIlb_source_hooks\fP(1) 4 - -.SH "PÁGINA WEB" -Se puede encontrar más información acerca de live\-build y el proyecto Live -Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el -manual en <\fIhttp://live\-systems.org/manual/\fP>. - -.SH ERRORES -Se puede notificar los fallos enviando un informe de errores sobre el -paquete live\-build en el Bug Tracking System en -<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de -correo de Live Systems a la dirección -<\fIdebian\-live@lists.debian.org\fP>. - -.SH AUTOR -live\-build fue escrito por Daniel Baumann -<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb_bootstrap_cdebootstrap.es.1 b/manpages/es/lb_bootstrap_cdebootstrap.es.1 deleted file mode 100644 index 033d91b93..000000000 --- a/manpages/es/lb_bootstrap_cdebootstrap.es.1 +++ /dev/null @@ -1,69 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" - -.SH NOMBRE -\fBlive\-build\fP \- Live System Build Components - -.SH SINOPSIS -\fBlb bootstrap_cdebootstrap\fP -[\-\-cdebootstrap\-options=\fIOPCIONES_CDEBOOTSTRAP\fP] [\-\-verbose] -.PP -\fBlb bootstrap_cdebootstrap\fP [\-\-help] -.br -\fBlb bootstrap_cdebootstrap\fP [\-\-version] -. -.SH DESCRIPCIÓN -live\-build contains the components to build a live system from a -configuration directory. -.PP -The \fBlb bootstrap_cdebootstrap\fP command bootstraps the chroot system with -\fIcdebootstrap\fP(1). - -.SH OPCIONES -.IP \fB\-\-cdebootstrap\-options=\fP\fICDEBOOTSTRAP_OPTIONS\fP 4 -establece las opciones de \fIcdebootstrap\fP(1) (por defecto: Ninguna), ver -\fIcdebootstrap\fP(1) para más información acerca de cdebootstrap. -.IP \fB\-\-verbose\fP 4 -establece la opción verbose (por defecto: False). -.IP "\fB\-h, \-\-help\fP" 4 -muestra el mensaje de ayuda y sale. -.IP \fB\-\-version\fP 4 -muestra el número de versión del programa y sale. - -.SH FICHEROS -.IP \fBconfig/build\fP 4 -.IP \fBcache/bootstrap\fP 4 -.IP \fBcache/packages.bootstrap\fP 4 -.IP \fBchroot\fP 4 -.IP \fB.build/bootstrap\fP 4 - -.SH "VER TAMBIÉN" -.IP fIcdebootstrap(1) 4 - -.SH "PÁGINA WEB" -Se puede encontrar más información acerca de live\-build y el proyecto Live -Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el -manual en <\fIhttp://live\-systems.org/manual/\fP>. - -.SH ERRORES -Se puede notificar los fallos enviando un informe de errores sobre el -paquete live\-build en el Bug Tracking System en -<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de -correo de Live Systems a la dirección -<\fIdebian\-live@lists.debian.org\fP>. - -.SH AUTOR -live\-build fue escrito por Daniel Baumann -<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb_bootstrap_debootstrap.es.1 b/manpages/es/lb_bootstrap_debootstrap.es.1 deleted file mode 100644 index a292eaa07..000000000 --- a/manpages/es/lb_bootstrap_debootstrap.es.1 +++ /dev/null @@ -1,69 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" - -.SH NOMBRE -\fBlive\-build\fP \- Live System Build Components - -.SH SINOPSIS -\fBlb bootstrap_debootstrap\fP [\-\-debootstrap\-options=\fIOPCIONES_DEBOOTSTRAP\fP] -[\-\-verbose] -.PP -\fBlb bootstrap_debootstrap\fP [\-\-help] -.br -\fBlb bootstrap_debootstrap\fP [\-\-version] -. -.SH DESCRIPCIÓN -live\-build contains the components to build a live system from a -configuration directory. -.PP -The \fBlb bootstrap_debootstrap\fP command bootstraps the chroot system with -\fIdebootstrap\fP(8). - -.SH OPCIONES -.IP \fB\-\-debootstrap\-options=\fP\fIDEBOOTSTRAP_OPTIONS\fP 4 -establece las opciones de \fIdebootstrap\fP(8) (por defecto: Ninguna), ver -\fIdebootstrap\fP(8) para más información acerca de debootstrap. -.IP \fB\-\-verbose\fP 4 -establece la opción verbose (por defecto: False). -.IP "\fB\-h, \-\-help\fP" 4 -muestra el mensaje de ayuda y sale. -.IP \fB\-\-version\fP 4 -muestra el número de versión del programa y sale. - -.SH FICHEROS -.IP \fBconfig/build\fP 4 -.IP \fBcache/bootstrap\fP 4 -.IP \fBcache/packages.bootstrap\fP 4 -.IP \fBchroot\fP 4 -.IP \fB.build/bootstrap\fP 4 - -.SH "VER TAMBIÉN" -.IP \fIdebootstrap\fP(8) 4 - -.SH "PÁGINA WEB" -Se puede encontrar más información acerca de live\-build y el proyecto Live -Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el -manual en <\fIhttp://live\-systems.org/manual/\fP>. - -.SH ERRORES -Se puede notificar los fallos enviando un informe de errores sobre el -paquete live\-build en el Bug Tracking System en -<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de -correo de Live Systems a la dirección -<\fIdebian\-live@lists.debian.org\fP>. - -.SH AUTOR -live\-build fue escrito por Daniel Baumann -<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb_bootstrap_hooks.es.1 b/manpages/es/lb_bootstrap_hooks.es.1 deleted file mode 100644 index f2ed25035..000000000 --- a/manpages/es/lb_bootstrap_hooks.es.1 +++ /dev/null @@ -1,96 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" - -.SH NOMBRE -\fBlive\-build\fP \- Live System Build Components - -.SH SINOPSIS -\fBlb bootstrap_hooks\fP [\-\-verbose] -.PP -\fBlb bootstrap_hooks\fP [\-\-help] -.br -\fBlb bootstrap_hooks\fP [\-\-version] -. -.SH DESCRIPCIÓN -live\-build contains the components to build a live system from a -configuration directory. -.PP -The \fBlb bootstrap_hooks\fP command executes hook files after the bootstrap -stage. - -.SH SPECIFICATION -\fBlb bootstrap_hooks\fP executes any hook files found in the \fBconfig/hooks\fP -directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific -permissions. They are marked executable by \fBlb bootstrap_hooks\fP -automatically when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.bootstrap\fP. -.PP -Hook files with the suffix \fB*.hook\fP are executed first, hook files with the -suffix \fB*.hook.bootstrap\fP are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb -bootstrap_hooks\fP. If one hook file depends on being run after another, best -practise is to use number prefixes (nnnn, starting with 0001) to ensure the -order of execution. -.PP -Hook files are copied into the \fBchroot/live\-build\fP directory by \fBlb -bootstrap_hooks\fP. They are executed from within the chroot directory -(chrooted) and can read the configuration directory in \fB/live\-build/config\fP -within the chroot directory. - -.SH OPCIONES -.IP \fB\-\-verbose\fP 4 -establece la opción verbose (por defecto: False). -.IP "\fB\-h, \-\-help\fP" 4 -muestra el mensaje de ayuda y sale. -.IP \fB\-\-version\fP 4 -muestra el número de versión del programa y sale. - -.SH FICHEROS -.IP \fBconfig/hooks/*.hook\fP: 4 -generic hook files. -.IP \fBconfig/hooks/*.hook.bootstrap\fP: 4 -hook files specific for the bootstrap stage. -.IP \fBchroot\fP: 4 -directory in which the hook files are executed. -.IP \fBchroot/live\-build/config\fP: 4 -bind mounted configuration directory within the chroot directory to be read -by hook files. -.IP \fBchroot/live\-build\fP: 4 -directory in which hook files are copied. - -.SH "VER TAMBIÉN" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_binary_hooks\fP(1) 4 -.IP \fIlb_source_hooks\fP(1) 4 - -.SH "PÁGINA WEB" -Se puede encontrar más información acerca de live\-build y el proyecto Live -Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el -manual en <\fIhttp://live\-systems.org/manual/\fP>. - -.SH ERRORES -Se puede notificar los fallos enviando un informe de errores sobre el -paquete live\-build en el Bug Tracking System en -<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de -correo de Live Systems a la dirección -<\fIdebian\-live@lists.debian.org\fP>. - -.SH AUTOR -live\-build fue escrito por Daniel Baumann -<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb_chroot_hooks.es.1 b/manpages/es/lb_chroot_hooks.es.1 deleted file mode 100644 index 5ba750c0b..000000000 --- a/manpages/es/lb_chroot_hooks.es.1 +++ /dev/null @@ -1,94 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" - -.SH NOMBRE -\fBlive\-build\fP \- Live System Build Components - -.SH SINOPSIS -\fBlb chroot_hooks\fP [\-\-verbose] -.PP -\fBlb chroot_hooks\fP [\-\-help] -.br -\fBlb chroot_hooks\fP [\-\-version] -. -.SH DESCRIPCIÓN -live\-build contains the components to build a live system from a -configuration directory. -.PP -The \fBlb chroot_hooks\fP command executes hook files after the chroot stage. - -.SH SPECIFICATION -\fBlb chroot_hooks\fP executes any hook files found in the \fBconfig/hooks\fP -directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific -permissions. They are marked executable by \fBlb chroot_hooks\fP automatically -when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.chroot\fP. -.PP -Hook files with the suffix \fB*.hook\fP are executed first, hook files with the -suffix \fB*.hook.chroot\fP are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb chroot_hooks\fP. If -one hook file depends on being run after another, best practise is to use -number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBchroot/live\-build\fP directory by \fBlb -chroot_hooks\fP. They are executed from within the chroot directory (chrooted) -and can read the configuration directory in \fB/live\-build/config\fP within the -chroot directory. - -.SH OPCIONES -.IP \fB\-\-verbose\fP 4 -establece la opción verbose (por defecto: False). -.IP "\fB\-h, \-\-help\fP" 4 -muestra el mensaje de ayuda y sale. -.IP \fB\-\-version\fP 4 -muestra el número de versión del programa y sale. - -.SH FICHEROS -.IP \fBconfig/hooks/*.hook\fP: 4 -generic hook files. -.IP \fBconfig/hooks/*.hook.chroot\fP: 4 -hook files specific for the chroot stage. -.IP \fBchroot\fP: 4 -directory in which the hook files are executed. -.IP \fBchroot/live\-build/config\fP: 4 -bind mounted configuration directory within the chroot directory to be read -by hook files. -.IP \fBchroot/live\-build\fP: 4 -directory in which hook files are copied. - -.SH "VER TAMBIÉN" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_binary_hooks\fP(1) 4 -.IP \fIlb_source_hooks\fP(1) 4 - -.SH "PÁGINA WEB" -Se puede encontrar más información acerca de live\-build y el proyecto Live -Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el -manual en <\fIhttp://live\-systems.org/manual/\fP>. - -.SH ERRORES -Se puede notificar los fallos enviando un informe de errores sobre el -paquete live\-build en el Bug Tracking System en -<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de -correo de Live Systems a la dirección -<\fIdebian\-live@lists.debian.org\fP>. - -.SH AUTOR -live\-build fue escrito por Daniel Baumann -<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/es/lb_source_hooks.es.1 b/manpages/es/lb_source_hooks.es.1 deleted file mode 100644 index 6e09e1111..000000000 --- a/manpages/es/lb_source_hooks.es.1 +++ /dev/null @@ -1,99 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -.\" This is free software, and you are welcome to redistribute it -.\" under certain conditions; see COPYING for details. -.\" -.\" -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" - -.SH NOMBRE -\fBlive\-build\fP \- Live System Build Components - -.SH SINOPSIS -\fBlb source_hooks\fP [\-\-verbose] -.PP -\fBlb source_hooks\fP [\-\-help] -.br -\fBlb source_hooks\fP [\-\-version] -. -.SH DESCRIPCIÓN -live\-build contains the components to build a live system from a -configuration directory. -.PP -The \fBlb source_hooks\fP command executes hook files after the source stage. - -.SH SPECIFICATION -\fBlb source_hooks\fP executes any hook files found in the \fBconfig/hooks\fP -directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific -permissions. They are marked executable by \fBlb source_hooks\fP automatically -when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.source\fP. -.PP -Hook files with the suffix \fB*.hook\fP are executed first, hook files with the -suffix \fB*.hook.source\fP are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb source_hooks\fP. If -one hook file depends on being run after another, best practise is to use -number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBsource/live\-build\fP directory by \fBlb -source_hooks\fP. They are executed from within the source directory and can -read the configuration directory in \fBlive\-build/config\fP within the source -directory. -.PP -\fBWarning:\fP hook files are not executed within a chroot but within the -context of the host system in the source directory. They have root -privileges and access to the all host system ressources (devices, -filesystems, network, etc.). - -.SH OPCIONES -.IP \fB\-\-verbose\fP 4 -establece la opción verbose (por defecto: False). -.IP "\fB\-h, \-\-help\fP" 4 -muestra el mensaje de ayuda y sale. -.IP \fB\-\-version\fP 4 -muestra el número de versión del programa y sale. - -.SH FICHEROS -.IP \fBconfig/hooks/*.hook\fP: 4 -generic hook files. -.IP \fBconfig/hooks/*.hook.source\fP: 4 -hook files specific for the source stage. -.IP \fBsource\fP: 4 -directory in which the hook files are executed. -.IP \fBsource/live\-build/config\fP: 4 -bind mounted configuration directory within the source directory to be read -by hook files. -.IP \fBsource/live\-build\fP: 4 -directory in which hook files are copied. - -.SH "VER TAMBIÉN" -.IP \fIlb_bootstrap_hooks\fP(1) 4 -.IP \fIlb_chroot_hooks\fP(1) 4 -.IP \fIlb_binary_hooks\fP(1) 4 - -.SH "PÁGINA WEB" -Se puede encontrar más información acerca de live\-build y el proyecto Live -Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el -manual en <\fIhttp://live\-systems.org/manual/\fP>. - -.SH ERRORES -Se puede notificar los fallos enviando un informe de errores sobre el -paquete live\-build en el Bug Tracking System en -<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de -correo de Live Systems a la dirección -<\fIdebian\-live@lists.debian.org\fP>. - -.SH AUTOR -live\-build fue escrito por Daniel Baumann -<\fImail@daniel\-baumann.ch\fP>. diff --git a/manpages/po/de/lb-binary-hooks.1.po b/manpages/po/de/lb-binary-hooks.1.po new file mode 100644 index 000000000..fe45610c7 --- /dev/null +++ b/manpages/po/de/lb-binary-hooks.1.po @@ -0,0 +1,408 @@ +# German translations for live-build +# Copyright (C) 2006-2013 Daniel Baumann +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Live Systems Projekt" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NAME" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "B - System Build Komponenten" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNTAX" + +#. type: Plain text +#: en/lb-binary-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-binary-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-binary-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build enthält die Komponenten um ein Live System von einem " +"Konfigurationsverzeichnis zu erstellen." + +#. type: Plain text +#: en/lb-binary-hooks.1:25 +msgid "" +"The B command executes hook files after the binary stage." +msgstr "" +"Der B Befehl führt Hooks Dateien nach dem Binary Stage aus." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "SPEZIFIKATION" + +#. type: Plain text +#: en/lb-binary-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" +"B führt alle Hook Dateien die sich im B " +"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." + +#. type: Plain text +#: en/lb-binary-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" +"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " +"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " +"B ausgeführt werden." + +#. type: Plain text +#: en/lb-binary-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>." +msgstr "" +"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.binary> " +"haben." + +#. type: Plain text +#: en/lb-binary-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.binary> are executed second." +msgstr "" +"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " +"Dateien mit dem Suffix B<*.hook.binary> als zweites." + +#. type: Plain text +#: en/lb-binary-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" +"Hook Dateien werden von B in alphanummerischer Reihenfolge " +"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook " +"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als " +"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " +"Ausführungsreihenfolge zu sichern." + +#. type: Plain text +#: en/lb-binary-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the binary directory and can read the " +"configuration directory in B within the binary directory." +msgstr "" +"Hook Dateien werden durch B in das B " +"Verzeichnis kopiert. Sie werden innerhalb des binary Verzeichnises " +"ausgeführt und können das Konfigurationsverzeichnis in B " +"innerhalb des binary Verzeichnisses lesen." + +#. type: Plain text +#: en/lb-binary-hooks.1:40 +msgid "" +"B hook files are not executed within a chroot but within the " +"context of the host system in the binary directory. They have root " +"privileges and access to the all host system ressources (devices, " +"filesystems, network, etc.)." +msgstr "" +"B Hook Dateien werden nicht in einem Chroot sondern innerhalb des " +"Kontext des Host Systems im binary Vereichnis ausgeführt. Sie haben Root " +"Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, " +"Dateisysteme, Netzwerk, etc.)." + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONEN" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "zeigt Hilfenachricht und beendet sich." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "zeigt Versionsnummer des Programms und beendet sich." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "DATEIEN" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "Allgemeine Hook Dateien." + +#. type: IP +#: en/lb-binary-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:54 +msgid "hook files specific for the binary stage." +msgstr "Hook Dateien spezifisch für den Binary Stage." + +#. type: IP +#: en/lb-binary-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." + +#. type: IP +#: en/lb-binary-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:58 +msgid "" +"bind mounted configuration directory within the binary directory to be read " +"by hook files." +msgstr "" +"bind mount des Konfigurationsverzeichnis innerhalb des binary Verzeichnisses " +"um von Hook Dateien gelesen werden zu können." + +#. type: IP +#: en/lb-binary-hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "Verzeichnis in das die Hook Dateien kopiert werden." + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:63 en/lb-source-hooks.1:63 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HOMEPAGE" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Weitere Informationen über live-build und das Live Systems Projekt können " +"auf der Homepage unter EIE und im Handbuch " +"unter EIE gefunden werden." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "FEHLER" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " +"Paket im Bug Tracking System unter EIE oder " +"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " +"EIE (englischsprachig) mitgeteilt " +"werden." + +# +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build wurde von Daniel Baumann EIE " +"geschrieben." diff --git a/manpages/po/de/lb-bootstrap-cdebootstrap.1.po b/manpages/po/de/lb-bootstrap-cdebootstrap.1.po new file mode 100644 index 000000000..324117d90 --- /dev/null +++ b/manpages/po/de/lb-bootstrap-cdebootstrap.1.po @@ -0,0 +1,302 @@ +# German translations for live-build +# Copyright (C) 2006-2013 Daniel Baumann +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Live Systems Projekt" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NAME" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "B - System Build Komponenten" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNTAX" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build enthält die Komponenten um ein Live System von einem " +"Konfigurationsverzeichnis zu erstellen." + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONEN" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "zeigt Hilfenachricht und beendet sich." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "zeigt Versionsnummer des Programms und beendet sich." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "DATEIEN" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HOMEPAGE" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Weitere Informationen über live-build und das Live Systems Projekt können " +"auf der Homepage unter EIE und im Handbuch " +"unter EIE gefunden werden." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "FEHLER" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " +"Paket im Bug Tracking System unter EIE oder " +"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " +"EIE (englischsprachig) mitgeteilt " +"werden." + +# +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build wurde von Daniel Baumann EIE " +"geschrieben." + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:16 +msgid "" +"B [--cdebootstrap-" +"options=I] [--verbose]" +msgstr "" +"B [--cdebootstrap-" +"options=I] [--verbose]" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:25 +msgid "" +"The B command bootstraps the chroot system with " +"I(1)." +msgstr "" +"Der B Befehl erstellt das Chroot System mit " +"I(1)." + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:27 +#, no-wrap +msgid "B<--cdebootstrap-options=>I" +msgstr "B<--cdebootstrap-options=>I" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:29 +msgid "" +"set I(1) options (default: None), see I(1) for " +"more information about cdebootstrap." +msgstr "" +"setzt I(1) Optionen (Standardwert: keine), siehe " +"I(1) für mehr Informationen über cdebootstrap." + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:37 en/lb-bootstrap-debootstrap.1:37 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:38 en/lb-bootstrap-debootstrap.1:38 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:39 en/lb-bootstrap-debootstrap.1:39 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:40 en/lb-bootstrap-debootstrap.1:40 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:41 en/lb-bootstrap-debootstrap.1:41 +#, no-wrap +msgid "B<.build/bootstrap>" +msgstr "B<.build/bootstrap>" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:44 +#, no-wrap +msgid "fIcdebootstrap(1)" +msgstr "fIcdebootstrap(1)" diff --git a/manpages/po/de/lb-bootstrap-debootstrap.1.po b/manpages/po/de/lb-bootstrap-debootstrap.1.po new file mode 100644 index 000000000..9a4272248 --- /dev/null +++ b/manpages/po/de/lb-bootstrap-debootstrap.1.po @@ -0,0 +1,302 @@ +# German translations for live-build +# Copyright (C) 2006-2013 Daniel Baumann +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Live Systems Projekt" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NAME" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "B - System Build Komponenten" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNTAX" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build enthält die Komponenten um ein Live System von einem " +"Konfigurationsverzeichnis zu erstellen." + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONEN" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "zeigt Hilfenachricht und beendet sich." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "zeigt Versionsnummer des Programms und beendet sich." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "DATEIEN" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HOMEPAGE" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Weitere Informationen über live-build und das Live Systems Projekt können " +"auf der Homepage unter EIE und im Handbuch " +"unter EIE gefunden werden." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "FEHLER" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " +"Paket im Bug Tracking System unter EIE oder " +"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " +"EIE (englischsprachig) mitgeteilt " +"werden." + +# +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build wurde von Daniel Baumann EIE " +"geschrieben." + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:37 en/lb-bootstrap-debootstrap.1:37 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:38 en/lb-bootstrap-debootstrap.1:38 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:39 en/lb-bootstrap-debootstrap.1:39 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:40 en/lb-bootstrap-debootstrap.1:40 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:41 en/lb-bootstrap-debootstrap.1:41 +#, no-wrap +msgid "B<.build/bootstrap>" +msgstr "B<.build/bootstrap>" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:16 +msgid "" +"B [--debootstrap-options=I] " +"[--verbose]" +msgstr "" +"B [--debootstrap-options=I] " +"[--verbose]" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:25 +msgid "" +"The B command bootstraps the chroot system with " +"I(8)." +msgstr "" +"Der B Befehl erstellt das Chroot System mit " +"I(8)." + +#. type: IP +#: en/lb-bootstrap-debootstrap.1:27 +#, no-wrap +msgid "B<--debootstrap-options=>I" +msgstr "B<--debootstrap-options=>I" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:29 +msgid "" +"set I(8) options (default: None), see I(8) for " +"more information about debootstrap." +msgstr "" +"setzt I(8) Optionen (Standardwert: keine), siehe I" +"(8) für mehr Informationen über debootstrap." + +#. type: IP +#: en/lb-bootstrap-debootstrap.1:44 +#, no-wrap +msgid "I(8)" +msgstr "I(8)" diff --git a/manpages/po/de/lb-bootstrap-hooks.1.po b/manpages/po/de/lb-bootstrap-hooks.1.po new file mode 100644 index 000000000..343221dc2 --- /dev/null +++ b/manpages/po/de/lb-bootstrap-hooks.1.po @@ -0,0 +1,399 @@ +# German translations for live-build +# Copyright (C) 2006-2013 Daniel Baumann +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Live Systems Projekt" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NAME" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "B - System Build Komponenten" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNTAX" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build enthält die Komponenten um ein Live System von einem " +"Konfigurationsverzeichnis zu erstellen." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "SPEZIFIKATION" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONEN" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "zeigt Hilfenachricht und beendet sich." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "zeigt Versionsnummer des Programms und beendet sich." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "DATEIEN" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "Allgemeine Hook Dateien." + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "Verzeichnis in das die Hook Dateien kopiert werden." + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HOMEPAGE" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Weitere Informationen über live-build und das Live Systems Projekt können " +"auf der Homepage unter EIE und im Handbuch " +"unter EIE gefunden werden." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "FEHLER" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " +"Paket im Bug Tracking System unter EIE oder " +"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " +"EIE (englischsprachig) mitgeteilt " +"werden." + +# +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build wurde von Daniel Baumann EIE " +"geschrieben." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:25 +msgid "" +"The B command executes hook files after the bootstrap " +"stage." +msgstr "" +"Der B Befehl führt Hook Dateien nach dem Bootstrap Stage " +"aus." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" +"B führt alle Hook Dateien die sich im B " +"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they " +"are executed." +msgstr "" +"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " +"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " +"B ausgeführt werden." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:32 +msgid "" +"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." +msgstr "" +"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.bootstrap> " +"haben." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.bootstrap> are executed second." +msgstr "" +"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " +"Dateien mit dem Suffix B<*.hook.bootstrap> als zweites." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. " +"If one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" +"Hook Dateien werden von B in alphanummerischer " +"Reihenfolge ausgeführt. Falls eine Hook Datei davon abhängt nach einer " +"anderen Hook Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise " +"Nummern als Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " +"Ausführungsreihenfolge zu sichern." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory " +"(chrooted) and can read the configuration directory in B " +"within the chroot directory." +msgstr "" +"Hook Dateien werden durch B in das B " +"Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises " +"ausgeführt und können das Konfigurationsverzeichnis in B " +"innerhalb des chroot Verzeichnisses lesen." + +#. type: IP +#: en/lb-bootstrap-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:52 +msgid "hook files specific for the bootstrap stage." +msgstr "Hook Dateien spezifisch für den Bootstrap Stage." + +#. type: IP +#: en/lb-bootstrap-hooks.1:52 en/lb-chroot-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" +"bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses " +"um von Hook Dateien gelesen werden zu können." + +#. type: IP +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" diff --git a/manpages/po/de/lb-chroot-hooks.1.po b/manpages/po/de/lb-chroot-hooks.1.po new file mode 100644 index 000000000..b7e886867 --- /dev/null +++ b/manpages/po/de/lb-chroot-hooks.1.po @@ -0,0 +1,396 @@ +# German translations for live-build +# Copyright (C) 2006-2013 Daniel Baumann +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Live Systems Projekt" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NAME" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "B - System Build Komponenten" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNTAX" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build enthält die Komponenten um ein Live System von einem " +"Konfigurationsverzeichnis zu erstellen." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "SPEZIFIKATION" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONEN" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "zeigt Hilfenachricht und beendet sich." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "zeigt Versionsnummer des Programms und beendet sich." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "DATEIEN" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "Allgemeine Hook Dateien." + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "Verzeichnis in das die Hook Dateien kopiert werden." + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HOMEPAGE" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Weitere Informationen über live-build und das Live Systems Projekt können " +"auf der Homepage unter EIE und im Handbuch " +"unter EIE gefunden werden." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "FEHLER" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " +"Paket im Bug Tracking System unter EIE oder " +"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " +"EIE (englischsprachig) mitgeteilt " +"werden." + +# +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build wurde von Daniel Baumann EIE " +"geschrieben." + +#. type: IP +#: en/lb-bootstrap-hooks.1:52 en/lb-chroot-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" +"bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses " +"um von Hook Dateien gelesen werden zu können." + +#. type: IP +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: Plain text +#: en/lb-chroot-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-chroot-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-chroot-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-chroot-hooks.1:25 +msgid "" +"The B command executes hook files after the chroot stage." +msgstr "" +"Der B Befehl führt Hook Dateien nach dem Chroot Stage aus." + +#. type: Plain text +#: en/lb-chroot-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" +"B führt alle Hook Dateien die sich im B " +"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." + +#. type: Plain text +#: en/lb-chroot-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" +"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " +"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " +"B ausgeführt werden." + +#. type: Plain text +#: en/lb-chroot-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.chroot>." +msgstr "" +"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.chroot> " +"haben." + +#. type: Plain text +#: en/lb-chroot-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.chroot> are executed second." +msgstr "" +"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " +"Dateien mit dem Suffix B<*.hook.chroot> als zweites." + +#. type: Plain text +#: en/lb-chroot-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" +"Hook Dateien werden von B in alphanummerischer Reihenfolge " +"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook " +"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als " +"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " +"Ausführungsreihenfolge zu sichern." + +#. type: Plain text +#: en/lb-chroot-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory (chrooted) and " +"can read the configuration directory in B within the " +"chroot directory." +msgstr "" +"Hook Dateien werden durch B in das B " +"Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises " +"ausgeführt und können das Konfigurationsverzeichnis in B " +"innerhalb des chroot Verzeichnisses lesen." + +#. type: IP +#: en/lb-chroot-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-chroot-hooks.1:52 +msgid "hook files specific for the chroot stage." +msgstr "Hook Dateien spezifisch für den Chroot Stage." diff --git a/manpages/po/de/lb-source-hooks.1.po b/manpages/po/de/lb-source-hooks.1.po new file mode 100644 index 000000000..ea8065965 --- /dev/null +++ b/manpages/po/de/lb-source-hooks.1.po @@ -0,0 +1,408 @@ +# German translations for live-build +# Copyright (C) 2006-2013 Daniel Baumann +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Daniel Baumann \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Live Systems Projekt" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NAME" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "B - System Build Komponenten" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNTAX" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build enthält die Komponenten um ein Live System von einem " +"Konfigurationsverzeichnis zu erstellen." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "SPEZIFIKATION" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONEN" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "zeigt Hilfenachricht und beendet sich." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "zeigt Versionsnummer des Programms und beendet sich." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "DATEIEN" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "Allgemeine Hook Dateien." + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "Verzeichnis in das die Hook Dateien kopiert werden." + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:63 en/lb-source-hooks.1:63 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "HOMEPAGE" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Weitere Informationen über live-build und das Live Systems Projekt können " +"auf der Homepage unter EIE und im Handbuch " +"unter EIE gefunden werden." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "FEHLER" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " +"Paket im Bug Tracking System unter EIE oder " +"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " +"EIE (englischsprachig) mitgeteilt " +"werden." + +# +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build wurde von Daniel Baumann EIE " +"geschrieben." + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: Plain text +#: en/lb-source-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-source-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-source-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-source-hooks.1:25 +msgid "" +"The B command executes hook files after the source stage." +msgstr "" +"Der B Befehl führt Hooks Dateien nach dem Source Stage aus." + +#. type: Plain text +#: en/lb-source-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" +"B führt alle Hook Dateien die sich im B " +"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." + +#. type: Plain text +#: en/lb-source-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" +"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " +"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " +"B ausgeführt werden." + +#. type: Plain text +#: en/lb-source-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.source>." +msgstr "" +"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.source> " +"haben." + +#. type: Plain text +#: en/lb-source-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.source> are executed second." +msgstr "" +"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " +"Dateien mit dem Suffix B<*.hook.source> als zweites." + +#. type: Plain text +#: en/lb-source-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" +"Hook Dateien werden von B in alphanummerischer Reihenfolge " +"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook " +"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als " +"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " +"Ausführungsreihenfolge zu sichern." + +#. type: Plain text +#: en/lb-source-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the source directory and can read the " +"configuration directory in B within the source directory." +msgstr "" +"Hook Dateien werden durch B in das B " +"Verzeichnis kopiert. Sie werden innerhalb des source Verzeichnises " +"ausgeführt und können das Konfigurationsverzeichnis in B " +"innerhalb des source Verzeichnisses lesen." + +#. type: Plain text +#: en/lb-source-hooks.1:40 +msgid "" +"B hook files are not executed within a chroot but within the " +"context of the host system in the source directory. They have root " +"privileges and access to the all host system ressources (devices, " +"filesystems, network, etc.)." +msgstr "" +"B Hook Dateien werden nicht in einem Chroot sondern innerhalb des " +"Kontext des Host Systems im source Vereichnis ausgeführt. Sie haben Root " +"Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, " +"Dateisysteme, Netzwerk, etc.)." + +#. type: IP +#: en/lb-source-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-source-hooks.1:54 +msgid "hook files specific for the source stage." +msgstr "Hook Dateien spezifisch für den Source Stage." + +#. type: IP +#: en/lb-source-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-source-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-source-hooks.1:58 +msgid "" +"bind mounted configuration directory within the source directory to be read " +"by hook files." +msgstr "" +"bind mount des Konfigurationsverzeichnis innerhalb des source Verzeichnisses " +"um von Hook Dateien gelesen werden zu können." + +#. type: IP +#: en/lb-source-hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "B:" diff --git a/manpages/po/de/lb_binary_hooks.1.po b/manpages/po/de/lb_binary_hooks.1.po deleted file mode 100644 index e9933ea05..000000000 --- a/manpages/po/de/lb_binary_hooks.1.po +++ /dev/null @@ -1,409 +0,0 @@ -# German translations for live-build -# Copyright (C) 2006-2013 Daniel Baumann -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Daniel Baumann \n" -"Language-Team: none\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Live Systems Projekt" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NAME" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -msgid "B - Live System Build Components" -msgstr "B - System Build Komponenten" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SYNTAX" - -#. type: Plain text -#: en/lb_binary_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_binary_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_binary_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "BESCHREIBUNG" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build enthält die Komponenten um ein Live System von einem " -"Konfigurationsverzeichnis zu erstellen." - -#. type: Plain text -#: en/lb_binary_hooks.1:25 -msgid "" -"The B command executes hook files after the binary stage." -msgstr "" -"Der B Befehl führt Hooks Dateien nach dem Binary Stage aus." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "SPEZIFIKATION" - -#. type: Plain text -#: en/lb_binary_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" -"B führt alle Hook Dateien die sich im B " -"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." - -#. type: Plain text -#: en/lb_binary_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they are " -"executed." -msgstr "" -"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " -"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " -"B ausgeführt werden." - -#. type: Plain text -#: en/lb_binary_hooks.1:32 -msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>." -msgstr "" -"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.binary> " -"haben." - -#. type: Plain text -#: en/lb_binary_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.binary> are executed second." -msgstr "" -"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " -"Dateien mit dem Suffix B<*.hook.binary> als zweites." - -#. type: Plain text -#: en/lb_binary_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. If " -"one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" -"Hook Dateien werden von B in alphanummerischer Reihenfolge " -"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook " -"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als " -"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " -"Ausführungsreihenfolge zu sichern." - -#. type: Plain text -#: en/lb_binary_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the binary directory and can " -"read the configuration directory in B within the binary " -"directory." -msgstr "" -"Hook Dateien werden durch B in das B " -"Verzeichnis kopiert. Sie werden innerhalb des binary Verzeichnises " -"ausgeführt und können das Konfigurationsverzeichnis in B " -"innerhalb des binary Verzeichnisses lesen." - -#. type: Plain text -#: en/lb_binary_hooks.1:40 -msgid "" -"B hook files are not executed within a chroot but within the " -"context of the host system in the binary directory. They have root " -"privileges and access to the all host system ressources (devices, " -"filesystems, network, etc.)." -msgstr "" -"B Hook Dateien werden nicht in einem Chroot sondern innerhalb des " -"Kontext des Host Systems im binary Vereichnis ausgeführt. Sie haben Root " -"Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, " -"Dateisysteme, Netzwerk, etc.)." - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPTIONEN" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "zeigt Hilfenachricht und beendet sich." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "zeigt Versionsnummer des Programms und beendet sich." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "DATEIEN" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "Allgemeine Hook Dateien." - -#. type: IP -#: en/lb_binary_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:54 -msgid "hook files specific for the binary stage." -msgstr "Hook Dateien spezifisch für den Binary Stage." - -#. type: IP -#: en/lb_binary_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." - -#. type: IP -#: en/lb_binary_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:58 -msgid "" -"bind mounted configuration directory within the binary directory to be read " -"by hook files." -msgstr "" -"bind mount des Konfigurationsverzeichnis innerhalb des binary Verzeichnisses " -"um von Hook Dateien gelesen werden zu können." - -#. type: IP -#: en/lb_binary_hooks.1:58 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "Verzeichnis in das die Hook Dateien kopiert werden." - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "SIEHE AUCH" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:63 en/lb_source_hooks.1:63 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "HOMEPAGE" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Weitere Informationen über live-build und das Live Systems Projekt können " -"auf der Homepage unter EIE und im Handbuch " -"unter EIE gefunden werden." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "FEHLER" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " -"Paket im Bug Tracking System unter EIE oder " -"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " -"EIE (englischsprachig) mitgeteilt " -"werden." - -# -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build wurde von Daniel Baumann EIE " -"geschrieben." diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po deleted file mode 100644 index 9feb44985..000000000 --- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po +++ /dev/null @@ -1,302 +0,0 @@ -# German translations for live-build -# Copyright (C) 2006-2013 Daniel Baumann -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 12:39+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Daniel Baumann \n" -"Language-Team: none\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Live Systems Projekt" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NAME" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -msgid "B - Live System Build Components" -msgstr "B - System Build Komponenten" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SYNTAX" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "BESCHREIBUNG" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build enthält die Komponenten um ein Live System von einem " -"Konfigurationsverzeichnis zu erstellen." - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPTIONEN" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "zeigt Hilfenachricht und beendet sich." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "zeigt Versionsnummer des Programms und beendet sich." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "DATEIEN" - -#. type: SH -#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 -#: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 -#, no-wrap -msgid "SEE ALSO" -msgstr "SIEHE AUCH" - -#. type: SH -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -#, no-wrap -msgid "HOMEPAGE" -msgstr "HOMEPAGE" - -#. type: Plain text -#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 -#: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Weitere Informationen über live-build und das Live Systems Projekt können " -"auf der Homepage unter EIE und im Handbuch " -"unter EIE gefunden werden." - -#. type: SH -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -#, no-wrap -msgid "BUGS" -msgstr "FEHLER" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " -"Paket im Bug Tracking System unter EIE oder " -"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " -"EIE (englischsprachig) mitgeteilt " -"werden." - -# -#. type: SH -#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 -#: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 -#: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build wurde von Daniel Baumann EIE " -"geschrieben." - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:16 -msgid "" -"B [--cdebootstrap-" -"options=I] [--verbose]" -msgstr "" -"B [--cdebootstrap-" -"options=I] [--verbose]" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:25 -msgid "" -"The B command bootstraps the chroot system with " -"I(1)." -msgstr "" -"Der B Befehl erstellt das Chroot System mit " -"I(1)." - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:27 -#, no-wrap -msgid "B<--cdebootstrap-options=>I" -msgstr "B<--cdebootstrap-options=>I" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:29 -msgid "" -"set I(1) options (default: None), see I(1) for " -"more information about cdebootstrap." -msgstr "" -"setzt I(1) Optionen (Standardwert: keine), siehe " -"I(1) für mehr Informationen über cdebootstrap." - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:39 en/lb_bootstrap_debootstrap.1:39 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:41 en/lb_bootstrap_debootstrap.1:41 -#, no-wrap -msgid "B<.build/bootstrap>" -msgstr "B<.build/bootstrap>" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:44 -#, no-wrap -msgid "fIcdebootstrap(1)" -msgstr "fIcdebootstrap(1)" diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po deleted file mode 100644 index e3e5cc2a8..000000000 --- a/manpages/po/de/lb_bootstrap_debootstrap.1.po +++ /dev/null @@ -1,302 +0,0 @@ -# German translations for live-build -# Copyright (C) 2006-2013 Daniel Baumann -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 12:39+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Daniel Baumann \n" -"Language-Team: none\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Live Systems Projekt" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NAME" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -msgid "B - Live System Build Components" -msgstr "B - System Build Komponenten" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SYNTAX" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "BESCHREIBUNG" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build enthält die Komponenten um ein Live System von einem " -"Konfigurationsverzeichnis zu erstellen." - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPTIONEN" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "zeigt Hilfenachricht und beendet sich." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "zeigt Versionsnummer des Programms und beendet sich." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "DATEIEN" - -#. type: SH -#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 -#: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 -#, no-wrap -msgid "SEE ALSO" -msgstr "SIEHE AUCH" - -#. type: SH -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -#, no-wrap -msgid "HOMEPAGE" -msgstr "HOMEPAGE" - -#. type: Plain text -#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 -#: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Weitere Informationen über live-build und das Live Systems Projekt können " -"auf der Homepage unter EIE und im Handbuch " -"unter EIE gefunden werden." - -#. type: SH -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -#, no-wrap -msgid "BUGS" -msgstr "FEHLER" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " -"Paket im Bug Tracking System unter EIE oder " -"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " -"EIE (englischsprachig) mitgeteilt " -"werden." - -# -#. type: SH -#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 -#: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 -#: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build wurde von Daniel Baumann EIE " -"geschrieben." - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:39 en/lb_bootstrap_debootstrap.1:39 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:41 en/lb_bootstrap_debootstrap.1:41 -#, no-wrap -msgid "B<.build/bootstrap>" -msgstr "B<.build/bootstrap>" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:16 -msgid "" -"B [--debootstrap-options=I] " -"[--verbose]" -msgstr "" -"B [--debootstrap-options=I] " -"[--verbose]" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:25 -msgid "" -"The B command bootstraps the chroot system with " -"I(8)." -msgstr "" -"Der B Befehl erstellt das Chroot System mit " -"I(8)." - -#. type: IP -#: en/lb_bootstrap_debootstrap.1:27 -#, no-wrap -msgid "B<--debootstrap-options=>I" -msgstr "B<--debootstrap-options=>I" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:29 -msgid "" -"set I(8) options (default: None), see I(8) for " -"more information about debootstrap." -msgstr "" -"setzt I(8) Optionen (Standardwert: keine), siehe I" -"(8) für mehr Informationen über debootstrap." - -#. type: IP -#: en/lb_bootstrap_debootstrap.1:44 -#, no-wrap -msgid "I(8)" -msgstr "I(8)" diff --git a/manpages/po/de/lb_bootstrap_hooks.1.po b/manpages/po/de/lb_bootstrap_hooks.1.po deleted file mode 100644 index ba4df0a84..000000000 --- a/manpages/po/de/lb_bootstrap_hooks.1.po +++ /dev/null @@ -1,399 +0,0 @@ -# German translations for live-build -# Copyright (C) 2006-2013 Daniel Baumann -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Daniel Baumann \n" -"Language-Team: none\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Live Systems Projekt" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NAME" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -msgid "B - Live System Build Components" -msgstr "B - System Build Komponenten" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SYNTAX" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "BESCHREIBUNG" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build enthält die Komponenten um ein Live System von einem " -"Konfigurationsverzeichnis zu erstellen." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "SPEZIFIKATION" - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPTIONEN" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "zeigt Hilfenachricht und beendet sich." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "zeigt Versionsnummer des Programms und beendet sich." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "DATEIEN" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "Allgemeine Hook Dateien." - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "Verzeichnis in das die Hook Dateien kopiert werden." - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "SIEHE AUCH" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "HOMEPAGE" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Weitere Informationen über live-build und das Live Systems Projekt können " -"auf der Homepage unter EIE und im Handbuch " -"unter EIE gefunden werden." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "FEHLER" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " -"Paket im Bug Tracking System unter EIE oder " -"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " -"EIE (englischsprachig) mitgeteilt " -"werden." - -# -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build wurde von Daniel Baumann EIE " -"geschrieben." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:25 -msgid "" -"The B command executes hook files after the bootstrap " -"stage." -msgstr "" -"Der B Befehl führt Hook Dateien nach dem Bootstrap Stage " -"aus." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" -"B führt alle Hook Dateien die sich im B " -"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they " -"are executed." -msgstr "" -"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " -"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " -"B ausgeführt werden." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:32 -msgid "" -"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." -msgstr "" -"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.bootstrap> " -"haben." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.bootstrap> are executed second." -msgstr "" -"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " -"Dateien mit dem Suffix B<*.hook.bootstrap> als zweites." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. " -"If one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" -"Hook Dateien werden von B in alphanummerischer " -"Reihenfolge ausgeführt. Falls eine Hook Datei davon abhängt nach einer " -"anderen Hook Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise " -"Nummern als Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " -"Ausführungsreihenfolge zu sichern." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the chroot directory " -"(chrooted) and can read the configuration directory in B " -"within the chroot directory." -msgstr "" -"Hook Dateien werden durch B in das B " -"Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises " -"ausgeführt und können das Konfigurationsverzeichnis in B " -"innerhalb des chroot Verzeichnisses lesen." - -#. type: IP -#: en/lb_bootstrap_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:52 -msgid "hook files specific for the bootstrap stage." -msgstr "Hook Dateien spezifisch für den Bootstrap Stage." - -#. type: IP -#: en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -msgid "" -"bind mounted configuration directory within the chroot directory to be read " -"by hook files." -msgstr "" -"bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses " -"um von Hook Dateien gelesen werden zu können." - -#. type: IP -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:61 en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:64 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po deleted file mode 100644 index f62e72d5d..000000000 --- a/manpages/po/de/lb_chroot_hooks.1.po +++ /dev/null @@ -1,396 +0,0 @@ -# German translations for live-build -# Copyright (C) 2006-2013 Daniel Baumann -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Daniel Baumann \n" -"Language-Team: none\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Live Systems Projekt" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NAME" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -msgid "B - Live System Build Components" -msgstr "B - System Build Komponenten" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SYNTAX" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "BESCHREIBUNG" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build enthält die Komponenten um ein Live System von einem " -"Konfigurationsverzeichnis zu erstellen." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "SPEZIFIKATION" - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPTIONEN" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "zeigt Hilfenachricht und beendet sich." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "zeigt Versionsnummer des Programms und beendet sich." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "DATEIEN" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "Allgemeine Hook Dateien." - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "Verzeichnis in das die Hook Dateien kopiert werden." - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "SIEHE AUCH" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "HOMEPAGE" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Weitere Informationen über live-build und das Live Systems Projekt können " -"auf der Homepage unter EIE und im Handbuch " -"unter EIE gefunden werden." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "FEHLER" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " -"Paket im Bug Tracking System unter EIE oder " -"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " -"EIE (englischsprachig) mitgeteilt " -"werden." - -# -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build wurde von Daniel Baumann EIE " -"geschrieben." - -#. type: IP -#: en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -msgid "" -"bind mounted configuration directory within the chroot directory to be read " -"by hook files." -msgstr "" -"bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses " -"um von Hook Dateien gelesen werden zu können." - -#. type: IP -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:61 en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:64 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: Plain text -#: en/lb_chroot_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_chroot_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_chroot_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_chroot_hooks.1:25 -msgid "" -"The B command executes hook files after the chroot stage." -msgstr "" -"Der B Befehl führt Hook Dateien nach dem Chroot Stage aus." - -#. type: Plain text -#: en/lb_chroot_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" -"B führt alle Hook Dateien die sich im B " -"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." - -#. type: Plain text -#: en/lb_chroot_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they are " -"executed." -msgstr "" -"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " -"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " -"B ausgeführt werden." - -#. type: Plain text -#: en/lb_chroot_hooks.1:32 -msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.chroot>." -msgstr "" -"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.chroot> " -"haben." - -#. type: Plain text -#: en/lb_chroot_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.chroot> are executed second." -msgstr "" -"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " -"Dateien mit dem Suffix B<*.hook.chroot> als zweites." - -#. type: Plain text -#: en/lb_chroot_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. If " -"one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" -"Hook Dateien werden von B in alphanummerischer Reihenfolge " -"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook " -"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als " -"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " -"Ausführungsreihenfolge zu sichern." - -#. type: Plain text -#: en/lb_chroot_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the chroot directory (chrooted) " -"and can read the configuration directory in B within the " -"chroot directory." -msgstr "" -"Hook Dateien werden durch B in das B " -"Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises " -"ausgeführt und können das Konfigurationsverzeichnis in B " -"innerhalb des chroot Verzeichnisses lesen." - -#. type: IP -#: en/lb_chroot_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_chroot_hooks.1:52 -msgid "hook files specific for the chroot stage." -msgstr "Hook Dateien spezifisch für den Chroot Stage." diff --git a/manpages/po/de/lb_source_hooks.1.po b/manpages/po/de/lb_source_hooks.1.po deleted file mode 100644 index 4d5f902b9..000000000 --- a/manpages/po/de/lb_source_hooks.1.po +++ /dev/null @@ -1,409 +0,0 @@ -# German translations for live-build -# Copyright (C) 2006-2013 Daniel Baumann -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Daniel Baumann \n" -"Language-Team: none\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Live Systems Projekt" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NAME" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -msgid "B - Live System Build Components" -msgstr "B - System Build Komponenten" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SYNTAX" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "BESCHREIBUNG" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build enthält die Komponenten um ein Live System von einem " -"Konfigurationsverzeichnis zu erstellen." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "SPEZIFIKATION" - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPTIONEN" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "zeigt Hilfenachricht und beendet sich." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "zeigt Versionsnummer des Programms und beendet sich." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "DATEIEN" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "Allgemeine Hook Dateien." - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "Verzeichnis in das die Hook Dateien kopiert werden." - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "SIEHE AUCH" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:63 en/lb_source_hooks.1:63 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "HOMEPAGE" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Weitere Informationen über live-build und das Live Systems Projekt können " -"auf der Homepage unter EIE und im Handbuch " -"unter EIE gefunden werden." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "FEHLER" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Fehler können durch Einreichen eines Fehlerberichtes für das live-build " -"Paket im Bug Tracking System unter EIE oder " -"durch Senden einer E-Mail an die Live Systems Mailing Liste unter " -"EIE (englischsprachig) mitgeteilt " -"werden." - -# -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build wurde von Daniel Baumann EIE " -"geschrieben." - -#. type: IP -#: en/lb_bootstrap_hooks.1:61 en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:64 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: Plain text -#: en/lb_source_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_source_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_source_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_source_hooks.1:25 -msgid "" -"The B command executes hook files after the source stage." -msgstr "" -"Der B Befehl führt Hooks Dateien nach dem Source Stage aus." - -#. type: Plain text -#: en/lb_source_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" -"B führt alle Hook Dateien die sich im B " -"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." - -#. type: Plain text -#: en/lb_source_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they are " -"executed." -msgstr "" -"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle " -"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von " -"B ausgeführt werden." - -#. type: Plain text -#: en/lb_source_hooks.1:32 -msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.source>." -msgstr "" -"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.source> " -"haben." - -#. type: Plain text -#: en/lb_source_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.source> are executed second." -msgstr "" -"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " -"Dateien mit dem Suffix B<*.hook.source> als zweites." - -#. type: Plain text -#: en/lb_source_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. If " -"one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" -"Hook Dateien werden von B in alphanummerischer Reihenfolge " -"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook " -"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als " -"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die " -"Ausführungsreihenfolge zu sichern." - -#. type: Plain text -#: en/lb_source_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the source directory and can " -"read the configuration directory in B within the source " -"directory." -msgstr "" -"Hook Dateien werden durch B in das B " -"Verzeichnis kopiert. Sie werden innerhalb des source Verzeichnises " -"ausgeführt und können das Konfigurationsverzeichnis in B " -"innerhalb des source Verzeichnisses lesen." - -#. type: Plain text -#: en/lb_source_hooks.1:40 -msgid "" -"B hook files are not executed within a chroot but within the " -"context of the host system in the source directory. They have root " -"privileges and access to the all host system ressources (devices, " -"filesystems, network, etc.)." -msgstr "" -"B Hook Dateien werden nicht in einem Chroot sondern innerhalb des " -"Kontext des Host Systems im source Vereichnis ausgeführt. Sie haben Root " -"Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, " -"Dateisysteme, Netzwerk, etc.)." - -#. type: IP -#: en/lb_source_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_source_hooks.1:54 -msgid "hook files specific for the source stage." -msgstr "Hook Dateien spezifisch für den Source Stage." - -#. type: IP -#: en/lb_source_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_source_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_source_hooks.1:58 -msgid "" -"bind mounted configuration directory within the source directory to be read " -"by hook files." -msgstr "" -"bind mount des Konfigurationsverzeichnis innerhalb des source Verzeichnisses " -"um von Hook Dateien gelesen werden zu können." - -#. type: IP -#: en/lb_source_hooks.1:58 -#, no-wrap -msgid "B:" -msgstr "B:" diff --git a/manpages/po/es/lb-binary-hooks.1.po b/manpages/po/es/lb-binary-hooks.1.po new file mode 100644 index 000000000..366d64249 --- /dev/null +++ b/manpages/po/es/lb-binary-hooks.1.po @@ -0,0 +1,385 @@ +# Spanish translations for live-build +# Copyright (C) 2013 Carlos Zuferri +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Carlos Zuferri \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Proyecto Live Systems" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +#, fuzzy +msgid "B - Live System Build Components" +msgstr "B - Scripts de Creación del Sistema" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: Plain text +#: en/lb-binary-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-binary-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-binary-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +#, fuzzy +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build contiene los programas para construir un sistema en vivo a partir " +"de un directorio de configuración." + +#. type: Plain text +#: en/lb-binary-hooks.1:25 +#, fuzzy +msgid "" +"The B command executes hook files after the binary stage." +msgstr "" +"El programa B preinstala el chroot del sistema con " +"I(8)." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.binary> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the binary directory and can read the " +"configuration directory in B within the binary directory." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:40 +msgid "" +"B hook files are not executed within a chroot but within the " +"context of the host system in the binary directory. They have root " +"privileges and access to the all host system ressources (devices, " +"filesystems, network, etc.)." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPCIONES" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "establece la opción verbose (por defecto: False)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "muestra el mensaje de ayuda y sale." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "muestra el número de versión del programa y sale." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "FICHEROS" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:54 +msgid "hook files specific for the binary stage." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:58 +msgid "" +"bind mounted configuration directory within the binary directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "VER TAMBIÉN" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:63 en/lb-source-hooks.1:63 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "PÁGINA WEB" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Se puede encontrar más información acerca de live-build y el proyecto Live " +"Systems en la página web EIE y en el " +"manual en EIE." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Se puede notificar los fallos enviando un informe de errores sobre el " +"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " +"la dirección EIE." + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build fue escrito por Daniel Baumann EIE." diff --git a/manpages/po/es/lb-bootstrap-cdebootstrap.1.po b/manpages/po/es/lb-bootstrap-cdebootstrap.1.po new file mode 100644 index 000000000..90bb719bb --- /dev/null +++ b/manpages/po/es/lb-bootstrap-cdebootstrap.1.po @@ -0,0 +1,302 @@ +# Spanish translations for live-build +# Copyright (C) 2013 Carlos Zuferri +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Carlos Zuferri \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Proyecto Live Systems" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +#, fuzzy +msgid "B - Live System Build Components" +msgstr "B - Scripts de Creación del Sistema" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +#, fuzzy +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build contiene los programas para construir un sistema en vivo a partir " +"de un directorio de configuración." + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPCIONES" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "establece la opción verbose (por defecto: False)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "muestra el mensaje de ayuda y sale." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "muestra el número de versión del programa y sale." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "FICHEROS" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "VER TAMBIÉN" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "PÁGINA WEB" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Se puede encontrar más información acerca de live-build y el proyecto Live " +"Systems en la página web EIE y en el " +"manual en EIE." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Se puede notificar los fallos enviando un informe de errores sobre el " +"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " +"la dirección EIE." + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build fue escrito por Daniel Baumann EIE." + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:16 +msgid "" +"B [--cdebootstrap-" +"options=I] [--verbose]" +msgstr "" +"B [--cdebootstrap-" +"options=I] [--verbose]" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:25 +#, fuzzy +msgid "" +"The B command bootstraps the chroot system with " +"I(1)." +msgstr "" +"El programa B preinstala el chroot del sistema " +"con I(1)." + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:27 +#, no-wrap +msgid "B<--cdebootstrap-options=>I" +msgstr "B<--cdebootstrap-options=>I" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:29 +msgid "" +"set I(1) options (default: None), see I(1) for " +"more information about cdebootstrap." +msgstr "" +"establece las opciones de I(1) (por defecto: Ninguna), ver " +"I(1) para más información acerca de cdebootstrap." + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:37 en/lb-bootstrap-debootstrap.1:37 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:38 en/lb-bootstrap-debootstrap.1:38 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:39 en/lb-bootstrap-debootstrap.1:39 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:40 en/lb-bootstrap-debootstrap.1:40 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:41 en/lb-bootstrap-debootstrap.1:41 +#, no-wrap +msgid "B<.build/bootstrap>" +msgstr "B<.build/bootstrap>" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:44 +#, no-wrap +msgid "fIcdebootstrap(1)" +msgstr "fIcdebootstrap(1)" diff --git a/manpages/po/es/lb-bootstrap-debootstrap.1.po b/manpages/po/es/lb-bootstrap-debootstrap.1.po new file mode 100644 index 000000000..12a3fe8f9 --- /dev/null +++ b/manpages/po/es/lb-bootstrap-debootstrap.1.po @@ -0,0 +1,302 @@ +# Spanish translations for live-build +# Copyright (C) 2013 Carlos Zuferri +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Carlos Zuferri \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Proyecto Live Systems" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +#, fuzzy +msgid "B - Live System Build Components" +msgstr "B - Scripts de Creación del Sistema" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +#, fuzzy +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build contiene los programas para construir un sistema en vivo a partir " +"de un directorio de configuración." + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPCIONES" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "establece la opción verbose (por defecto: False)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "muestra el mensaje de ayuda y sale." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "muestra el número de versión del programa y sale." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "FICHEROS" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "VER TAMBIÉN" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "PÁGINA WEB" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Se puede encontrar más información acerca de live-build y el proyecto Live " +"Systems en la página web EIE y en el " +"manual en EIE." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Se puede notificar los fallos enviando un informe de errores sobre el " +"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " +"la dirección EIE." + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build fue escrito por Daniel Baumann EIE." + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:37 en/lb-bootstrap-debootstrap.1:37 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:38 en/lb-bootstrap-debootstrap.1:38 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:39 en/lb-bootstrap-debootstrap.1:39 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:40 en/lb-bootstrap-debootstrap.1:40 +#, no-wrap +msgid "B" +msgstr "B" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:41 en/lb-bootstrap-debootstrap.1:41 +#, no-wrap +msgid "B<.build/bootstrap>" +msgstr "B<.build/bootstrap>" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:16 +msgid "" +"B [--debootstrap-options=I] " +"[--verbose]" +msgstr "" +"B [--debootstrap-options=I] " +"[--verbose]" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:25 +#, fuzzy +msgid "" +"The B command bootstraps the chroot system with " +"I(8)." +msgstr "" +"El programa B preinstala el chroot del sistema con " +"I(8)." + +#. type: IP +#: en/lb-bootstrap-debootstrap.1:27 +#, no-wrap +msgid "B<--debootstrap-options=>I" +msgstr "B<--debootstrap-options=>I" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:29 +msgid "" +"set I(8) options (default: None), see I(8) for " +"more information about debootstrap." +msgstr "" +"establece las opciones de I(8) (por defecto: Ninguna), ver " +"I(8) para más información acerca de debootstrap." + +#. type: IP +#: en/lb-bootstrap-debootstrap.1:44 +#, no-wrap +msgid "I(8)" +msgstr "I(8)" diff --git a/manpages/po/es/lb-bootstrap-hooks.1.po b/manpages/po/es/lb-bootstrap-hooks.1.po new file mode 100644 index 000000000..18d7eeeb1 --- /dev/null +++ b/manpages/po/es/lb-bootstrap-hooks.1.po @@ -0,0 +1,379 @@ +# Spanish translations for live-build +# Copyright (C) 2013 Carlos Zuferri +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Carlos Zuferri \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Proyecto Live Systems" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +#, fuzzy +msgid "B - Live System Build Components" +msgstr "B - Scripts de Creación del Sistema" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +#, fuzzy +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build contiene los programas para construir un sistema en vivo a partir " +"de un directorio de configuración." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPCIONES" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "establece la opción verbose (por defecto: False)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "muestra el mensaje de ayuda y sale." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "muestra el número de versión del programa y sale." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "FICHEROS" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "VER TAMBIÉN" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "PÁGINA WEB" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Se puede encontrar más información acerca de live-build y el proyecto Live " +"Systems en la página web EIE y en el " +"manual en EIE." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Se puede notificar los fallos enviando un informe de errores sobre el " +"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " +"la dirección EIE." + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build fue escrito por Daniel Baumann EIE." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:25 +#, fuzzy +msgid "" +"The B command executes hook files after the bootstrap " +"stage." +msgstr "" +"El programa B preinstala el chroot del sistema con " +"I(8)." + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they " +"are executed." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:32 +msgid "" +"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.bootstrap> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. " +"If one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory " +"(chrooted) and can read the configuration directory in B " +"within the chroot directory." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:52 +msgid "hook files specific for the bootstrap stage." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:52 en/lb-chroot-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" diff --git a/manpages/po/es/lb-chroot-hooks.1.po b/manpages/po/es/lb-chroot-hooks.1.po new file mode 100644 index 000000000..a2bf1e2fa --- /dev/null +++ b/manpages/po/es/lb-chroot-hooks.1.po @@ -0,0 +1,377 @@ +# Spanish translations for live-build +# Copyright (C) 2013 Carlos Zuferri +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Carlos Zuferri \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Proyecto Live Systems" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +#, fuzzy +msgid "B - Live System Build Components" +msgstr "B - Scripts de Creación del Sistema" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +#, fuzzy +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build contiene los programas para construir un sistema en vivo a partir " +"de un directorio de configuración." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPCIONES" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "establece la opción verbose (por defecto: False)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "muestra el mensaje de ayuda y sale." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "muestra el número de versión del programa y sale." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "FICHEROS" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "VER TAMBIÉN" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "PÁGINA WEB" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Se puede encontrar más información acerca de live-build y el proyecto Live " +"Systems en la página web EIE y en el " +"manual en EIE." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Se puede notificar los fallos enviando un informe de errores sobre el " +"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " +"la dirección EIE." + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build fue escrito por Daniel Baumann EIE." + +#. type: IP +#: en/lb-bootstrap-hooks.1:52 en/lb-chroot-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: Plain text +#: en/lb-chroot-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-chroot-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-chroot-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-chroot-hooks.1:25 +#, fuzzy +msgid "" +"The B command executes hook files after the chroot stage." +msgstr "" +"El programa B preinstala el chroot del sistema con " +"I(8)." + +#. type: Plain text +#: en/lb-chroot-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.chroot>." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.chroot> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory (chrooted) and " +"can read the configuration directory in B within the " +"chroot directory." +msgstr "" + +#. type: IP +#: en/lb-chroot-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-chroot-hooks.1:52 +msgid "hook files specific for the chroot stage." +msgstr "" diff --git a/manpages/po/es/lb-source-hooks.1.po b/manpages/po/es/lb-source-hooks.1.po new file mode 100644 index 000000000..822bc230a --- /dev/null +++ b/manpages/po/es/lb-source-hooks.1.po @@ -0,0 +1,385 @@ +# Spanish translations for live-build +# Copyright (C) 2013 Carlos Zuferri +# This file is distributed under the same license as the live-build package. +# +msgid "" +msgstr "" +"Project-Id-Version: live-build 4.0~alpha29-1\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: 2010-05-24 09:59+0300\n" +"Last-Translator: Carlos Zuferri \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "LIVE-BUILD" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "04.11.2013" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "4.0~alpha29-1" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "Proyecto Live Systems" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +#, fuzzy +msgid "B - Live System Build Components" +msgstr "B - Scripts de Creación del Sistema" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +#, fuzzy +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" +"live-build contiene los programas para construir un sistema en vivo a partir " +"de un directorio de configuración." + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "OPCIONES" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "establece la opción verbose (por defecto: False)." + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "B<-h, --help>" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "muestra el mensaje de ayuda y sale." + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "muestra el número de versión del programa y sale." + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "FICHEROS" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "VER TAMBIÉN" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: IP +#: en/lb-binary-hooks.1:63 en/lb-source-hooks.1:63 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "PÁGINA WEB" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" +"Se puede encontrar más información acerca de live-build y el proyecto Live " +"Systems en la página web EIE y en el " +"manual en EIE." + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" +"Se puede notificar los fallos enviando un informe de errores sobre el " +"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " +"la dirección EIE." + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" +"live-build fue escrito por Daniel Baumann EIE." + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "I(1)" + +#. type: Plain text +#: en/lb-source-hooks.1:16 +msgid "B [--verbose]" +msgstr "B [--verbose]" + +#. type: Plain text +#: en/lb-source-hooks.1:18 +msgid "B [--help]" +msgstr "B [--help]" + +#. type: Plain text +#: en/lb-source-hooks.1:20 +msgid "B [--version]" +msgstr "B [--version]" + +#. type: Plain text +#: en/lb-source-hooks.1:25 +#, fuzzy +msgid "" +"The B command executes hook files after the source stage." +msgstr "" +"El programa B preinstala el source del sistema con " +"I(8)." + +#. type: Plain text +#: en/lb-source-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.source>." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.source> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the source directory and can read the " +"configuration directory in B within the source directory." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:40 +msgid "" +"B hook files are not executed within a chroot but within the " +"context of the host system in the source directory. They have root " +"privileges and access to the all host system ressources (devices, " +"filesystems, network, etc.)." +msgstr "" + +#. type: IP +#: en/lb-source-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-source-hooks.1:54 +msgid "hook files specific for the source stage." +msgstr "" + +#. type: IP +#: en/lb-source-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb-source-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb-source-hooks.1:58 +msgid "" +"bind mounted configuration directory within the source directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-source-hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "B:" diff --git a/manpages/po/es/lb_binary_hooks.1.po b/manpages/po/es/lb_binary_hooks.1.po deleted file mode 100644 index 1ed99d700..000000000 --- a/manpages/po/es/lb_binary_hooks.1.po +++ /dev/null @@ -1,386 +0,0 @@ -# Spanish translations for live-build -# Copyright (C) 2013 Carlos Zuferri -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Carlos Zuferri \n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Proyecto Live Systems" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NOMBRE" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -#, fuzzy -msgid "B - Live System Build Components" -msgstr "B - Scripts de Creación del Sistema" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SINOPSIS" - -#. type: Plain text -#: en/lb_binary_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_binary_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_binary_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "DESCRIPCIÓN" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -#, fuzzy -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build contiene los programas para construir un sistema en vivo a partir " -"de un directorio de configuración." - -#. type: Plain text -#: en/lb_binary_hooks.1:25 -#, fuzzy -msgid "" -"The B command executes hook files after the binary stage." -msgstr "" -"El programa B preinstala el chroot del sistema con " -"I(8)." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they are " -"executed." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:32 -msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.binary> are executed second." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. If " -"one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the binary directory and can " -"read the configuration directory in B within the binary " -"directory." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:40 -msgid "" -"B hook files are not executed within a chroot but within the " -"context of the host system in the binary directory. They have root " -"privileges and access to the all host system ressources (devices, " -"filesystems, network, etc.)." -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPCIONES" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "establece la opción verbose (por defecto: False)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "muestra el mensaje de ayuda y sale." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "muestra el número de versión del programa y sale." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "FICHEROS" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "" - -#. type: IP -#: en/lb_binary_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:54 -msgid "hook files specific for the binary stage." -msgstr "" - -#. type: IP -#: en/lb_binary_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "" - -#. type: IP -#: en/lb_binary_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:58 -msgid "" -"bind mounted configuration directory within the binary directory to be read " -"by hook files." -msgstr "" - -#. type: IP -#: en/lb_binary_hooks.1:58 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "VER TAMBIÉN" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:63 en/lb_source_hooks.1:63 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "PÁGINA WEB" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Se puede encontrar más información acerca de live-build y el proyecto Live " -"Systems en la página web EIE y en el " -"manual en EIE." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "ERRORES" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Se puede notificar los fallos enviando un informe de errores sobre el " -"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " -"la dirección EIE." - -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build fue escrito por Daniel Baumann EIE." diff --git a/manpages/po/es/lb_bootstrap_cdebootstrap.1.po b/manpages/po/es/lb_bootstrap_cdebootstrap.1.po deleted file mode 100644 index 78c4076ca..000000000 --- a/manpages/po/es/lb_bootstrap_cdebootstrap.1.po +++ /dev/null @@ -1,303 +0,0 @@ -# Spanish translations for live-build -# Copyright (C) 2013 Carlos Zuferri -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 12:39+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Carlos Zuferri \n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Proyecto Live Systems" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NOMBRE" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -#, fuzzy -msgid "B - Live System Build Components" -msgstr "B - Scripts de Creación del Sistema" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SINOPSIS" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "DESCRIPCIÓN" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -#, fuzzy -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build contiene los programas para construir un sistema en vivo a partir " -"de un directorio de configuración." - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPCIONES" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "establece la opción verbose (por defecto: False)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "muestra el mensaje de ayuda y sale." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "muestra el número de versión del programa y sale." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "FICHEROS" - -#. type: SH -#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 -#: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 -#, no-wrap -msgid "SEE ALSO" -msgstr "VER TAMBIÉN" - -#. type: SH -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -#, no-wrap -msgid "HOMEPAGE" -msgstr "PÁGINA WEB" - -#. type: Plain text -#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 -#: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Se puede encontrar más información acerca de live-build y el proyecto Live " -"Systems en la página web EIE y en el " -"manual en EIE." - -#. type: SH -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -#, no-wrap -msgid "BUGS" -msgstr "ERRORES" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Se puede notificar los fallos enviando un informe de errores sobre el " -"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " -"la dirección EIE." - -#. type: SH -#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 -#: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 -#: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build fue escrito por Daniel Baumann EIE." - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:16 -msgid "" -"B [--cdebootstrap-" -"options=I] [--verbose]" -msgstr "" -"B [--cdebootstrap-" -"options=I] [--verbose]" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:25 -#, fuzzy -msgid "" -"The B command bootstraps the chroot system with " -"I(1)." -msgstr "" -"El programa B preinstala el chroot del sistema " -"con I(1)." - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:27 -#, fuzzy, no-wrap -#| msgid "--cdebootstrap-options=I" -msgid "B<--cdebootstrap-options=>I" -msgstr "--cdebootstrap-options=I" - -#. type: Plain text -#: en/lb_bootstrap_cdebootstrap.1:29 -msgid "" -"set I(1) options (default: None), see I(1) for " -"more information about cdebootstrap." -msgstr "" -"establece las opciones de I(1) (por defecto: Ninguna), ver " -"I(1) para más información acerca de cdebootstrap." - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:39 en/lb_bootstrap_debootstrap.1:39 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:41 en/lb_bootstrap_debootstrap.1:41 -#, no-wrap -msgid "B<.build/bootstrap>" -msgstr "B<.build/bootstrap>" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:44 -#, no-wrap -msgid "fIcdebootstrap(1)" -msgstr "fIcdebootstrap(1)" diff --git a/manpages/po/es/lb_bootstrap_debootstrap.1.po b/manpages/po/es/lb_bootstrap_debootstrap.1.po deleted file mode 100644 index 45efb2206..000000000 --- a/manpages/po/es/lb_bootstrap_debootstrap.1.po +++ /dev/null @@ -1,303 +0,0 @@ -# Spanish translations for live-build -# Copyright (C) 2013 Carlos Zuferri -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 12:39+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Carlos Zuferri \n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Proyecto Live Systems" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NOMBRE" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -#, fuzzy -msgid "B - Live System Build Components" -msgstr "B - Scripts de Creación del Sistema" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SINOPSIS" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "DESCRIPCIÓN" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -#, fuzzy -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build contiene los programas para construir un sistema en vivo a partir " -"de un directorio de configuración." - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPCIONES" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "establece la opción verbose (por defecto: False)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "muestra el mensaje de ayuda y sale." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "muestra el número de versión del programa y sale." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "FICHEROS" - -#. type: SH -#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 -#: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 -#, no-wrap -msgid "SEE ALSO" -msgstr "VER TAMBIÉN" - -#. type: SH -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -#, no-wrap -msgid "HOMEPAGE" -msgstr "PÁGINA WEB" - -#. type: Plain text -#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 -#: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Se puede encontrar más información acerca de live-build y el proyecto Live " -"Systems en la página web EIE y en el " -"manual en EIE." - -#. type: SH -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -#, no-wrap -msgid "BUGS" -msgstr "ERRORES" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Se puede notificar los fallos enviando un informe de errores sobre el " -"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " -"la dirección EIE." - -#. type: SH -#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 -#: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 -#: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build fue escrito por Daniel Baumann EIE." - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:39 en/lb_bootstrap_debootstrap.1:39 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40 -#, no-wrap -msgid "B" -msgstr "B" - -#. type: IP -#: en/lb_bootstrap_cdebootstrap.1:41 en/lb_bootstrap_debootstrap.1:41 -#, no-wrap -msgid "B<.build/bootstrap>" -msgstr "B<.build/bootstrap>" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:16 -msgid "" -"B [--debootstrap-options=I] " -"[--verbose]" -msgstr "" -"B [--debootstrap-options=I] " -"[--verbose]" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:25 -#, fuzzy -msgid "" -"The B command bootstraps the chroot system with " -"I(8)." -msgstr "" -"El programa B preinstala el chroot del sistema con " -"I(8)." - -#. type: IP -#: en/lb_bootstrap_debootstrap.1:27 -#, fuzzy, no-wrap -#| msgid "--debootstrap-options=I" -msgid "B<--debootstrap-options=>I" -msgstr "--debootstrap-options=I" - -#. type: Plain text -#: en/lb_bootstrap_debootstrap.1:29 -msgid "" -"set I(8) options (default: None), see I(8) for " -"more information about debootstrap." -msgstr "" -"establece las opciones de I(8) (por defecto: Ninguna), ver " -"I(8) para más información acerca de debootstrap." - -#. type: IP -#: en/lb_bootstrap_debootstrap.1:44 -#, no-wrap -msgid "I(8)" -msgstr "I(8)" diff --git a/manpages/po/es/lb_bootstrap_hooks.1.po b/manpages/po/es/lb_bootstrap_hooks.1.po deleted file mode 100644 index 4b1c9b21d..000000000 --- a/manpages/po/es/lb_bootstrap_hooks.1.po +++ /dev/null @@ -1,379 +0,0 @@ -# Spanish translations for live-build -# Copyright (C) 2013 Carlos Zuferri -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Carlos Zuferri \n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Proyecto Live Systems" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NOMBRE" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -#, fuzzy -msgid "B - Live System Build Components" -msgstr "B - Scripts de Creación del Sistema" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SINOPSIS" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "DESCRIPCIÓN" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -#, fuzzy -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build contiene los programas para construir un sistema en vivo a partir " -"de un directorio de configuración." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPCIONES" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "establece la opción verbose (por defecto: False)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "muestra el mensaje de ayuda y sale." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "muestra el número de versión del programa y sale." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "FICHEROS" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "VER TAMBIÉN" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "PÁGINA WEB" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Se puede encontrar más información acerca de live-build y el proyecto Live " -"Systems en la página web EIE y en el " -"manual en EIE." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "ERRORES" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Se puede notificar los fallos enviando un informe de errores sobre el " -"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " -"la dirección EIE." - -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build fue escrito por Daniel Baumann EIE." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:25 -#, fuzzy -msgid "" -"The B command executes hook files after the bootstrap " -"stage." -msgstr "" -"El programa B preinstala el chroot del sistema con " -"I(8)." - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they " -"are executed." -msgstr "" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:32 -msgid "" -"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." -msgstr "" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.bootstrap> are executed second." -msgstr "" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. " -"If one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the chroot directory " -"(chrooted) and can read the configuration directory in B " -"within the chroot directory." -msgstr "" - -#. type: IP -#: en/lb_bootstrap_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:52 -msgid "hook files specific for the bootstrap stage." -msgstr "" - -#. type: IP -#: en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -msgid "" -"bind mounted configuration directory within the chroot directory to be read " -"by hook files." -msgstr "" - -#. type: IP -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:61 en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:64 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" diff --git a/manpages/po/es/lb_chroot_hooks.1.po b/manpages/po/es/lb_chroot_hooks.1.po deleted file mode 100644 index cdc0a621c..000000000 --- a/manpages/po/es/lb_chroot_hooks.1.po +++ /dev/null @@ -1,377 +0,0 @@ -# Spanish translations for live-build -# Copyright (C) 2013 Carlos Zuferri -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Carlos Zuferri \n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Proyecto Live Systems" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NOMBRE" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -#, fuzzy -msgid "B - Live System Build Components" -msgstr "B - Scripts de Creación del Sistema" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SINOPSIS" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "DESCRIPCIÓN" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -#, fuzzy -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build contiene los programas para construir un sistema en vivo a partir " -"de un directorio de configuración." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPCIONES" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "establece la opción verbose (por defecto: False)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "muestra el mensaje de ayuda y sale." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "muestra el número de versión del programa y sale." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "FICHEROS" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "VER TAMBIÉN" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "PÁGINA WEB" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Se puede encontrar más información acerca de live-build y el proyecto Live " -"Systems en la página web EIE y en el " -"manual en EIE." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "ERRORES" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Se puede notificar los fallos enviando un informe de errores sobre el " -"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " -"la dirección EIE." - -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build fue escrito por Daniel Baumann EIE." - -#. type: IP -#: en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -msgid "" -"bind mounted configuration directory within the chroot directory to be read " -"by hook files." -msgstr "" - -#. type: IP -#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_bootstrap_hooks.1:61 en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:64 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: Plain text -#: en/lb_chroot_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_chroot_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_chroot_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_chroot_hooks.1:25 -#, fuzzy -msgid "" -"The B command executes hook files after the chroot stage." -msgstr "" -"El programa B preinstala el chroot del sistema con " -"I(8)." - -#. type: Plain text -#: en/lb_chroot_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" - -#. type: Plain text -#: en/lb_chroot_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they are " -"executed." -msgstr "" - -#. type: Plain text -#: en/lb_chroot_hooks.1:32 -msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.chroot>." -msgstr "" - -#. type: Plain text -#: en/lb_chroot_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.chroot> are executed second." -msgstr "" - -#. type: Plain text -#: en/lb_chroot_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. If " -"one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" - -#. type: Plain text -#: en/lb_chroot_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the chroot directory (chrooted) " -"and can read the configuration directory in B within the " -"chroot directory." -msgstr "" - -#. type: IP -#: en/lb_chroot_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_chroot_hooks.1:52 -msgid "hook files specific for the chroot stage." -msgstr "" diff --git a/manpages/po/es/lb_source_hooks.1.po b/manpages/po/es/lb_source_hooks.1.po deleted file mode 100644 index b81ba75d6..000000000 --- a/manpages/po/es/lb_source_hooks.1.po +++ /dev/null @@ -1,386 +0,0 @@ -# Spanish translations for live-build -# Copyright (C) 2013 Carlos Zuferri -# This file is distributed under the same license as the live-build package. -# -msgid "" -msgstr "" -"Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 16:37+0100\n" -"PO-Revision-Date: 2010-05-24 09:59+0300\n" -"Last-Translator: Carlos Zuferri \n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "LIVE-BUILD" -msgstr "LIVE-BUILD" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "2013-11-04" -msgstr "04.11.2013" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "4.0~alpha29-1" -msgstr "4.0~alpha29-1" - -#. type: TH -#: en/lb_binary_hooks.1:9 en/lb_bootstrap_cdebootstrap.1:9 -#: en/lb_bootstrap_debootstrap.1:9 en/lb_bootstrap_hooks.1:9 -#: en/lb_chroot_hooks.1:9 en/lb_source_hooks.1:9 -#, no-wrap -msgid "Live Systems Project" -msgstr "Proyecto Live Systems" - -#. type: SH -#: en/lb_binary_hooks.1:11 en/lb_bootstrap_cdebootstrap.1:11 -#: en/lb_bootstrap_debootstrap.1:11 en/lb_bootstrap_hooks.1:11 -#: en/lb_chroot_hooks.1:11 en/lb_source_hooks.1:11 -#, no-wrap -msgid "NAME" -msgstr "NOMBRE" - -#. type: Plain text -#: en/lb_binary_hooks.1:13 en/lb_bootstrap_cdebootstrap.1:13 -#: en/lb_bootstrap_debootstrap.1:13 en/lb_bootstrap_hooks.1:13 -#: en/lb_chroot_hooks.1:13 en/lb_source_hooks.1:13 -#, fuzzy -msgid "B - Live System Build Components" -msgstr "B - Scripts de Creación del Sistema" - -#. type: SH -#: en/lb_binary_hooks.1:14 en/lb_bootstrap_cdebootstrap.1:14 -#: en/lb_bootstrap_debootstrap.1:14 en/lb_bootstrap_hooks.1:14 -#: en/lb_chroot_hooks.1:14 en/lb_source_hooks.1:14 -#, no-wrap -msgid "SYNOPSIS" -msgstr "SINOPSIS" - -#. type: SH -#: en/lb_binary_hooks.1:21 en/lb_bootstrap_cdebootstrap.1:21 -#: en/lb_bootstrap_debootstrap.1:21 en/lb_bootstrap_hooks.1:21 -#: en/lb_chroot_hooks.1:21 en/lb_source_hooks.1:21 -#, no-wrap -msgid "DESCRIPTION" -msgstr "DESCRIPCIÓN" - -#. type: Plain text -#: en/lb_binary_hooks.1:23 en/lb_bootstrap_cdebootstrap.1:23 -#: en/lb_bootstrap_debootstrap.1:23 en/lb_bootstrap_hooks.1:23 -#: en/lb_chroot_hooks.1:23 en/lb_source_hooks.1:23 -#, fuzzy -msgid "" -"live-build contains the components to build a live system from a " -"configuration directory." -msgstr "" -"live-build contiene los programas para construir un sistema en vivo a partir " -"de un directorio de configuración." - -#. type: SH -#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 -#: en/lb_source_hooks.1:26 -#, no-wrap -msgid "SPECIFICATION" -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26 -#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 -#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 -#, no-wrap -msgid "OPTIONS" -msgstr "OPCIONES" - -#. type: IP -#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29 -#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 -#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 -#, no-wrap -msgid "B<--verbose>" -msgstr "B<--verbose>" - -#. type: Plain text -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -msgid "sets verbose option (default: False)." -msgstr "establece la opción verbose (por defecto: False)." - -#. type: IP -#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31 -#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 -#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 -#, no-wrap -msgid "B<-h, --help>" -msgstr "B<-h, --help>" - -#. type: Plain text -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -msgid "show help message and exit." -msgstr "muestra el mensaje de ayuda y sale." - -#. type: IP -#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33 -#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 -#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 -#, no-wrap -msgid "B<--version>" -msgstr "B<--version>" - -#. type: Plain text -#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35 -#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 -#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 -msgid "show program's version number and exit." -msgstr "muestra el número de versión del programa y sale." - -#. type: SH -#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 -#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 -#, no-wrap -msgid "FILES" -msgstr "FICHEROS" - -#. type: IP -#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 -#: en/lb_source_hooks.1:50 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 -#: en/lb_source_hooks.1:52 -msgid "generic hook files." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:56 en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 -#: en/lb_source_hooks.1:56 -msgid "directory in which the hook files are executed." -msgstr "" - -#. type: Plain text -#: en/lb_binary_hooks.1:60 en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 -#: en/lb_source_hooks.1:60 -msgid "directory in which hook files are copied." -msgstr "" - -#. type: SH -#: en/lb_binary_hooks.1:61 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:59 -#: en/lb_chroot_hooks.1:59 en/lb_source_hooks.1:61 -#, no-wrap -msgid "SEE ALSO" -msgstr "VER TAMBIÉN" - -#. type: IP -#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 -#: en/lb_source_hooks.1:62 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: IP -#: en/lb_binary_hooks.1:63 en/lb_source_hooks.1:63 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: SH -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_cdebootstrap.1:46 -#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:64 -#: en/lb_chroot_hooks.1:64 en/lb_source_hooks.1:66 -#, no-wrap -msgid "HOMEPAGE" -msgstr "PÁGINA WEB" - -#. type: Plain text -#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:48 -#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:66 -#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 -msgid "" -"More information about live-build and the Live Systems project can be found " -"on the homepage at EIE and in the manual " -"at EIE." -msgstr "" -"Se puede encontrar más información acerca de live-build y el proyecto Live " -"Systems en la página web EIE y en el " -"manual en EIE." - -#. type: SH -#: en/lb_binary_hooks.1:69 en/lb_bootstrap_cdebootstrap.1:49 -#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:67 -#: en/lb_chroot_hooks.1:67 en/lb_source_hooks.1:69 -#, no-wrap -msgid "BUGS" -msgstr "ERRORES" - -#. type: Plain text -#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:51 -#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:69 -#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 -msgid "" -"Bugs can be reported by submitting a bugreport for the live-build package in " -"the Bug Tracking System at EIE or by " -"writing a mail to the Live Systems mailing list at EIE." -msgstr "" -"Se puede notificar los fallos enviando un informe de errores sobre el " -"paquete live-build en el Bug Tracking System en EIE o escribiendo un mensaje a la lista de correo de Live Systems a " -"la dirección EIE." - -#. type: SH -#: en/lb_binary_hooks.1:72 en/lb_bootstrap_cdebootstrap.1:52 -#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:70 -#: en/lb_chroot_hooks.1:70 en/lb_source_hooks.1:72 -#, no-wrap -msgid "AUTHOR" -msgstr "AUTOR" - -#. type: Plain text -#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:53 -#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:71 -#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 -msgid "" -"live-build was written by Daniel Baumann EIE." -msgstr "" -"live-build fue escrito por Daniel Baumann EIE." - -#. type: IP -#: en/lb_bootstrap_hooks.1:61 en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:64 -#, no-wrap -msgid "I(1)" -msgstr "I(1)" - -#. type: Plain text -#: en/lb_source_hooks.1:16 -msgid "B [--verbose]" -msgstr "B [--verbose]" - -#. type: Plain text -#: en/lb_source_hooks.1:18 -msgid "B [--help]" -msgstr "B [--help]" - -#. type: Plain text -#: en/lb_source_hooks.1:20 -msgid "B [--version]" -msgstr "B [--version]" - -#. type: Plain text -#: en/lb_source_hooks.1:25 -#, fuzzy -msgid "" -"The B command executes hook files after the source stage." -msgstr "" -"El programa B preinstala el source del sistema con " -"I(8)." - -#. type: Plain text -#: en/lb_source_hooks.1:28 -msgid "" -"B executes any hook files found in the B " -"directory within the configuration directory." -msgstr "" - -#. type: Plain text -#: en/lb_source_hooks.1:30 -msgid "" -"Hook files do not require to have a specific owner nor specific permissions. " -"They are marked executable by B automatically when they are " -"executed." -msgstr "" - -#. type: Plain text -#: en/lb_source_hooks.1:32 -msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.source>." -msgstr "" - -#. type: Plain text -#: en/lb_source_hooks.1:34 -msgid "" -"Hook files with the suffix B<*.hook> are executed first, hook files with the " -"suffix B<*.hook.source> are executed second." -msgstr "" - -#. type: Plain text -#: en/lb_source_hooks.1:36 -msgid "" -"Hook files are executed in alphanumberical order by B. If " -"one hook file depends on being run after another, best practise is to use " -"number prefixes (nnnn, starting with 0001) to ensure the order of execution." -msgstr "" - -#. type: Plain text -#: en/lb_source_hooks.1:38 -msgid "" -"Hook files are copied into the B directory by B. They are executed from within the source directory and can " -"read the configuration directory in B within the source " -"directory." -msgstr "" - -#. type: Plain text -#: en/lb_source_hooks.1:40 -msgid "" -"B hook files are not executed within a chroot but within the " -"context of the host system in the source directory. They have root " -"privileges and access to the all host system ressources (devices, " -"filesystems, network, etc.)." -msgstr "" - -#. type: IP -#: en/lb_source_hooks.1:52 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_source_hooks.1:54 -msgid "hook files specific for the source stage." -msgstr "" - -#. type: IP -#: en/lb_source_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_source_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_source_hooks.1:58 -msgid "" -"bind mounted configuration directory within the source directory to be read " -"by hook files." -msgstr "" - -#. type: IP -#: en/lb_source_hooks.1:58 -#, no-wrap -msgid "B:" -msgstr "B:" diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg index 2b25e8308..6dcd9f5c1 100644 --- a/manpages/po4a.cfg +++ b/manpages/po4a.cfg @@ -1,8 +1,8 @@ [po4a_langs] de es [po4a_paths] pot/$master.pot $lang:po/$lang/$master.po -[type: man] en/lb_binary_hooks.1 $lang:$lang/lb_binary_hooks.$lang.1 -[type: man] en/lb_bootstrap_cdebootstrap.1 $lang:$lang/lb_bootstrap_cdebootstrap.$lang.1 -[type: man] en/lb_bootstrap_debootstrap.1 $lang:$lang/lb_bootstrap_debootstrap.$lang.1 -[type: man] en/lb_bootstrap_hooks.1 $lang:$lang/lb_bootstrap_hooks.$lang.1 -[type: man] en/lb_chroot_hooks.1 $lang:$lang/lb_chroot_hooks.$lang.1 -[type: man] en/lb_source_hooks.1 $lang:$lang/lb_source_hooks.$lang.1 +[type: man] en/lb-binary-hooks.1 $lang:$lang/lb-binary-hooks.$lang.1 +[type: man] en/lb-bootstrap-cdebootstrap.1 $lang:$lang/lb-bootstrap-cdebootstrap.$lang.1 +[type: man] en/lb-bootstrap-debootstrap.1 $lang:$lang/lb-bootstrap-debootstrap.$lang.1 +[type: man] en/lb-bootstrap-hooks.1 $lang:$lang/lb-bootstrap-hooks.$lang.1 +[type: man] en/lb-chroot-hooks.1 $lang:$lang/lb-chroot-hooks.$lang.1 +[type: man] en/lb-source-hooks.1 $lang:$lang/lb-source-hooks.$lang.1 diff --git a/manpages/pot/lb-binary-hooks.1.pot b/manpages/pot/lb-binary-hooks.1.pot new file mode 100644 index 000000000..5563ae333 --- /dev/null +++ b/manpages/pot/lb-binary-hooks.1.pot @@ -0,0 +1,371 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the live-build package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:16 +msgid "B [--verbose]" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:18 +msgid "B [--help]" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:20 +msgid "B [--version]" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:25 +msgid "" +"The B command executes hook files after the binary stage." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.binary> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the binary directory and can read the " +"configuration directory in B within the binary directory." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:40 +msgid "" +"B hook files are not executed within a chroot but within the " +"context of the host system in the binary directory. They have root " +"privileges and access to the all host system ressources (devices, " +"filesystems, network, etc.)." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:54 +msgid "hook files specific for the binary stage." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:58 +msgid "" +"bind mounted configuration directory within the binary directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:63 en/lb-source-hooks.1:63 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" diff --git a/manpages/pot/lb-bootstrap-cdebootstrap.1.pot b/manpages/pot/lb-bootstrap-cdebootstrap.1.pot new file mode 100644 index 000000000..54045fd3c --- /dev/null +++ b/manpages/pot/lb-bootstrap-cdebootstrap.1.pot @@ -0,0 +1,284 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the live-build package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:16 +msgid "" +"B [--cdebootstrap-" +"options=I] [--verbose]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:18 +msgid "B [--help]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:20 +msgid "B [--version]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:25 +msgid "" +"The B command bootstraps the chroot system with " +"I(1)." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:27 +#, no-wrap +msgid "B<--cdebootstrap-options=>I" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-cdebootstrap.1:29 +msgid "" +"set I(1) options (default: None), see I(1) for " +"more information about cdebootstrap." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:37 en/lb-bootstrap-debootstrap.1:37 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:38 en/lb-bootstrap-debootstrap.1:38 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:39 en/lb-bootstrap-debootstrap.1:39 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:40 en/lb-bootstrap-debootstrap.1:40 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:41 en/lb-bootstrap-debootstrap.1:41 +#, no-wrap +msgid "B<.build/bootstrap>" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:44 +#, no-wrap +msgid "fIcdebootstrap(1)" +msgstr "" diff --git a/manpages/pot/lb-bootstrap-debootstrap.1.pot b/manpages/pot/lb-bootstrap-debootstrap.1.pot new file mode 100644 index 000000000..dc091b125 --- /dev/null +++ b/manpages/pot/lb-bootstrap-debootstrap.1.pot @@ -0,0 +1,284 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the live-build package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:37 en/lb-bootstrap-debootstrap.1:37 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:38 en/lb-bootstrap-debootstrap.1:38 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:39 en/lb-bootstrap-debootstrap.1:39 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:40 en/lb-bootstrap-debootstrap.1:40 +#, no-wrap +msgid "B" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-cdebootstrap.1:41 en/lb-bootstrap-debootstrap.1:41 +#, no-wrap +msgid "B<.build/bootstrap>" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:16 +msgid "" +"B [--debootstrap-options=I] " +"[--verbose]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:18 +msgid "B [--help]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:20 +msgid "B [--version]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:25 +msgid "" +"The B command bootstraps the chroot system with " +"I(8)." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-debootstrap.1:27 +#, no-wrap +msgid "B<--debootstrap-options=>I" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-debootstrap.1:29 +msgid "" +"set I(8) options (default: None), see I(8) for " +"more information about debootstrap." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-debootstrap.1:44 +#, no-wrap +msgid "I(8)" +msgstr "" diff --git a/manpages/pot/lb-bootstrap-hooks.1.pot b/manpages/pot/lb-bootstrap-hooks.1.pot new file mode 100644 index 000000000..6f03cb218 --- /dev/null +++ b/manpages/pot/lb-bootstrap-hooks.1.pot @@ -0,0 +1,365 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the live-build package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:16 +msgid "B [--verbose]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:18 +msgid "B [--help]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:20 +msgid "B [--version]" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:25 +msgid "" +"The B command executes hook files after the bootstrap " +"stage." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they " +"are executed." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:32 +msgid "" +"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.bootstrap> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. " +"If one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory " +"(chrooted) and can read the configuration directory in B " +"within the chroot directory." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:52 +msgid "hook files specific for the bootstrap stage." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:52 en/lb-chroot-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "" diff --git a/manpages/pot/lb-chroot-hooks.1.pot b/manpages/pot/lb-chroot-hooks.1.pot new file mode 100644 index 000000000..7073caf8a --- /dev/null +++ b/manpages/pot/lb-chroot-hooks.1.pot @@ -0,0 +1,363 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the live-build package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:64 en/lb-bootstrap-hooks.1:62 en/lb-chroot-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:52 en/lb-chroot-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:16 +msgid "B [--verbose]" +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:18 +msgid "B [--help]" +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:20 +msgid "B [--version]" +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:25 +msgid "" +"The B command executes hook files after the chroot stage." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.chroot>." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.chroot> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory (chrooted) and " +"can read the configuration directory in B within the " +"chroot directory." +msgstr "" + +#. type: IP +#: en/lb-chroot-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-chroot-hooks.1:52 +msgid "hook files specific for the chroot stage." +msgstr "" diff --git a/manpages/pot/lb-source-hooks.1.pot b/manpages/pot/lb-source-hooks.1.pot new file mode 100644 index 000000000..66f41a426 --- /dev/null +++ b/manpages/pot/lb-source-hooks.1.pot @@ -0,0 +1,371 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the live-build package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2013-11-04 16:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "LIVE-BUILD" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "2013-11-04" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "4.0~alpha29-1" +msgstr "" + +#. type: TH +#: en/lb-binary-hooks.1:9 en/lb-bootstrap-cdebootstrap.1:9 +#: en/lb-bootstrap-debootstrap.1:9 en/lb-bootstrap-hooks.1:9 +#: en/lb-chroot-hooks.1:9 en/lb-source-hooks.1:9 +#, no-wrap +msgid "Live Systems Project" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:11 en/lb-bootstrap-cdebootstrap.1:11 +#: en/lb-bootstrap-debootstrap.1:11 en/lb-bootstrap-hooks.1:11 +#: en/lb-chroot-hooks.1:11 en/lb-source-hooks.1:11 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:13 en/lb-bootstrap-cdebootstrap.1:13 +#: en/lb-bootstrap-debootstrap.1:13 en/lb-bootstrap-hooks.1:13 +#: en/lb-chroot-hooks.1:13 en/lb-source-hooks.1:13 +msgid "B - Live System Build Components" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:14 en/lb-bootstrap-cdebootstrap.1:14 +#: en/lb-bootstrap-debootstrap.1:14 en/lb-bootstrap-hooks.1:14 +#: en/lb-chroot-hooks.1:14 en/lb-source-hooks.1:14 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:21 en/lb-bootstrap-cdebootstrap.1:21 +#: en/lb-bootstrap-debootstrap.1:21 en/lb-bootstrap-hooks.1:21 +#: en/lb-chroot-hooks.1:21 en/lb-source-hooks.1:21 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:23 en/lb-bootstrap-cdebootstrap.1:23 +#: en/lb-bootstrap-debootstrap.1:23 en/lb-bootstrap-hooks.1:23 +#: en/lb-chroot-hooks.1:23 en/lb-source-hooks.1:23 +msgid "" +"live-build contains the components to build a live system from a " +"configuration directory." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:26 en/lb-bootstrap-hooks.1:26 en/lb-chroot-hooks.1:26 +#: en/lb-source-hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:41 en/lb-bootstrap-cdebootstrap.1:26 +#: en/lb-bootstrap-debootstrap.1:26 en/lb-bootstrap-hooks.1:39 +#: en/lb-chroot-hooks.1:39 en/lb-source-hooks.1:41 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:42 en/lb-bootstrap-cdebootstrap.1:29 +#: en/lb-bootstrap-debootstrap.1:29 en/lb-bootstrap-hooks.1:40 +#: en/lb-chroot-hooks.1:40 en/lb-source-hooks.1:42 +#, no-wrap +msgid "B<--verbose>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +msgid "sets verbose option (default: False)." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:44 en/lb-bootstrap-cdebootstrap.1:31 +#: en/lb-bootstrap-debootstrap.1:31 en/lb-bootstrap-hooks.1:42 +#: en/lb-chroot-hooks.1:42 en/lb-source-hooks.1:44 +#, no-wrap +msgid "B<-h, --help>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +msgid "show help message and exit." +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:46 en/lb-bootstrap-cdebootstrap.1:33 +#: en/lb-bootstrap-debootstrap.1:33 en/lb-bootstrap-hooks.1:44 +#: en/lb-chroot-hooks.1:44 en/lb-source-hooks.1:46 +#, no-wrap +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:48 en/lb-bootstrap-cdebootstrap.1:35 +#: en/lb-bootstrap-debootstrap.1:35 en/lb-bootstrap-hooks.1:46 +#: en/lb-chroot-hooks.1:46 en/lb-source-hooks.1:48 +msgid "show program's version number and exit." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:49 en/lb-bootstrap-cdebootstrap.1:36 +#: en/lb-bootstrap-debootstrap.1:36 en/lb-bootstrap-hooks.1:47 +#: en/lb-chroot-hooks.1:47 en/lb-source-hooks.1:49 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:50 en/lb-bootstrap-hooks.1:48 en/lb-chroot-hooks.1:48 +#: en/lb-source-hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:52 en/lb-bootstrap-hooks.1:50 en/lb-chroot-hooks.1:50 +#: en/lb-source-hooks.1:52 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:56 en/lb-bootstrap-hooks.1:54 en/lb-chroot-hooks.1:54 +#: en/lb-source-hooks.1:56 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:60 en/lb-bootstrap-hooks.1:58 en/lb-chroot-hooks.1:58 +#: en/lb-source-hooks.1:60 +msgid "directory in which hook files are copied." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:61 en/lb-bootstrap-cdebootstrap.1:43 +#: en/lb-bootstrap-debootstrap.1:43 en/lb-bootstrap-hooks.1:59 +#: en/lb-chroot-hooks.1:59 en/lb-source-hooks.1:61 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:62 en/lb-bootstrap-hooks.1:60 en/lb-chroot-hooks.1:60 +#: en/lb-source-hooks.1:62 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: IP +#: en/lb-binary-hooks.1:63 en/lb-source-hooks.1:63 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:66 en/lb-bootstrap-cdebootstrap.1:46 +#: en/lb-bootstrap-debootstrap.1:46 en/lb-bootstrap-hooks.1:64 +#: en/lb-chroot-hooks.1:64 en/lb-source-hooks.1:66 +#, no-wrap +msgid "HOMEPAGE" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:68 en/lb-bootstrap-cdebootstrap.1:48 +#: en/lb-bootstrap-debootstrap.1:48 en/lb-bootstrap-hooks.1:66 +#: en/lb-chroot-hooks.1:66 en/lb-source-hooks.1:68 +msgid "" +"More information about live-build and the Live Systems project can be found " +"on the homepage at EIE and in the manual " +"at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:69 en/lb-bootstrap-cdebootstrap.1:49 +#: en/lb-bootstrap-debootstrap.1:49 en/lb-bootstrap-hooks.1:67 +#: en/lb-chroot-hooks.1:67 en/lb-source-hooks.1:69 +#, no-wrap +msgid "BUGS" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:71 en/lb-bootstrap-cdebootstrap.1:51 +#: en/lb-bootstrap-debootstrap.1:51 en/lb-bootstrap-hooks.1:69 +#: en/lb-chroot-hooks.1:69 en/lb-source-hooks.1:71 +msgid "" +"Bugs can be reported by submitting a bugreport for the live-build package in " +"the Bug Tracking System at EIE or by " +"writing a mail to the Live Systems mailing list at EIE." +msgstr "" + +#. type: SH +#: en/lb-binary-hooks.1:72 en/lb-bootstrap-cdebootstrap.1:52 +#: en/lb-bootstrap-debootstrap.1:52 en/lb-bootstrap-hooks.1:70 +#: en/lb-chroot-hooks.1:70 en/lb-source-hooks.1:72 +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: en/lb-binary-hooks.1:73 en/lb-bootstrap-cdebootstrap.1:53 +#: en/lb-bootstrap-debootstrap.1:53 en/lb-bootstrap-hooks.1:71 +#: en/lb-chroot-hooks.1:71 en/lb-source-hooks.1:73 +msgid "" +"live-build was written by Daniel Baumann EIE." +msgstr "" + +#. type: IP +#: en/lb-bootstrap-hooks.1:61 en/lb-chroot-hooks.1:61 en/lb-source-hooks.1:64 +#, no-wrap +msgid "I(1)" +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:16 +msgid "B [--verbose]" +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:18 +msgid "B [--help]" +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:20 +msgid "B [--version]" +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:25 +msgid "" +"The B command executes hook files after the source stage." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they are " +"executed." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:32 +msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.source>." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.source> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. If " +"one hook file depends on being run after another, best practise is to use " +"number prefixes (nnnn, starting with 0001) to ensure the order of execution." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the source directory and can read the " +"configuration directory in B within the source directory." +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:40 +msgid "" +"B hook files are not executed within a chroot but within the " +"context of the host system in the source directory. They have root " +"privileges and access to the all host system ressources (devices, " +"filesystems, network, etc.)." +msgstr "" + +#. type: IP +#: en/lb-source-hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:54 +msgid "hook files specific for the source stage." +msgstr "" + +#. type: IP +#: en/lb-source-hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb-source-hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb-source-hooks.1:58 +msgid "" +"bind mounted configuration directory within the source directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb-source-hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "" diff --git a/scripts/build/binary b/scripts/build/binary index 58febec6a..4ecf38779 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -68,7 +68,7 @@ lb binary_disk ${@} lb binary_loadlin ${@} lb binary_win32-loader ${@} lb binary_includes ${@} -lb binary_hooks ${@} +lb binary-hooks ${@} lb binary_checksums ${@} if [ "${LB_BUILD_WITH_CHROOT}" != "true" ] diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 1d30dfe87..006d9d628 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -35,7 +35,7 @@ Set_defaults Setup_cleanup # Bootstrapping system -lb bootstrap_${LB_BOOTSTRAP} +lb bootstrap-${LB_BOOTSTRAP} # Configuring chroot lb chroot_devpts install ${@} @@ -53,7 +53,7 @@ lb chroot_hostname install ${@} lb chroot_apt install ${@} lb bootstrap_archives binary ${@} -lb bootstrap_hooks ${@} +lb bootstrap-hooks ${@} # Deconfiguring chroot lb chroot_apt remove ${@} diff --git a/scripts/build/chroot b/scripts/build/chroot index ca8ec65a7..ef4db8744 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -69,7 +69,7 @@ done lb chroot_live-packages ${@} lb chroot_includes ${@} -lb chroot_hooks ${@} +lb chroot-hooks ${@} lb chroot_hacks ${@} lb chroot_interactive ${@} diff --git a/scripts/build/source b/scripts/build/source index 4d4e9f0e1..d32cd44e0 100755 --- a/scripts/build/source +++ b/scripts/build/source @@ -51,7 +51,7 @@ lb chroot_archives source install ${@} lb source_live ${@} lb source_debian ${@} lb source_disk ${@} -lb source_hooks ${@} +lb source-hooks ${@} lb source_checksums ${@} # Building images -- cgit v1.2.3