Moving /usr/share/live-helper to /usr/share/live/build.
This commit is contained in:
parent
e87d1e3b6e
commit
c210b8ae44
15
Makefile
15
Makefile
|
@ -40,16 +40,16 @@ build:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Installing shared data
|
# Installing shared data
|
||||||
mkdir -p $(DESTDIR)/usr/share/live-helper
|
mkdir -p $(DESTDIR)/usr/share/live/build
|
||||||
cp -r cgi data examples functions scripts hooks includes lists repositories templates $(DESTDIR)/usr/share/live-helper
|
cp -r cgi data examples functions scripts hooks includes lists repositories templates $(DESTDIR)/usr/share/live/build
|
||||||
|
|
||||||
# Installing executables
|
# Installing executables
|
||||||
mkdir -p $(DESTDIR)/usr/bin
|
mkdir -p $(DESTDIR)/usr/bin
|
||||||
mv $(DESTDIR)/usr/share/live-helper/scripts/build/lh $(DESTDIR)/usr/share/live-helper/scripts/build/live-helper $(DESTDIR)/usr/bin
|
mv $(DESTDIR)/usr/share/live/build/scripts/build/lh $(DESTDIR)/usr/share/live/build/scripts/build/live-helper $(DESTDIR)/usr/bin
|
||||||
|
|
||||||
# Installing documentation
|
# Installing documentation
|
||||||
mkdir -p $(DESTDIR)/usr/share/doc/live-helper
|
mkdir -p $(DESTDIR)/usr/share/doc/live-build
|
||||||
cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-helper
|
cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-build
|
||||||
|
|
||||||
# Installing manpages
|
# Installing manpages
|
||||||
for MANPAGE in manpages/en/*; \
|
for MANPAGE in manpages/en/*; \
|
||||||
|
@ -72,13 +72,14 @@ install:
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
# Uninstalling shared data
|
# Uninstalling shared data
|
||||||
rm -rf $(DESTDIR)/usr/share/live-helper
|
rm -rf $(DESTDIR)/usr/share/live/build
|
||||||
|
rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/live
|
||||||
|
|
||||||
# Uninstalling executables
|
# Uninstalling executables
|
||||||
rm -f $(DESTDIR)/usr/bin/lh $(DESTDIR)/usr/bin/live-helper
|
rm -f $(DESTDIR)/usr/bin/lh $(DESTDIR)/usr/bin/live-helper
|
||||||
|
|
||||||
# Uninstalling documentation
|
# Uninstalling documentation
|
||||||
rm -rf $(DESTDIR)/usr/share/doc/live-helper
|
rm -rf $(DESTDIR)/usr/share/doc/live-build
|
||||||
|
|
||||||
# Uninstalling manpages
|
# Uninstalling manpages
|
||||||
for MANPAGE in manpages/en/*; \
|
for MANPAGE in manpages/en/*; \
|
||||||
|
|
2
cgi/cgi
2
cgi/cgi
|
@ -8,7 +8,7 @@
|
||||||
# under certain conditions; see COPYING for details.
|
# under certain conditions; see COPYING for details.
|
||||||
|
|
||||||
# Including common functions
|
# Including common functions
|
||||||
. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh
|
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
|
||||||
|
|
||||||
# Reading defaults
|
# Reading defaults
|
||||||
if [ -r /etc/default/live-helper.cgi ]
|
if [ -r /etc/default/live-helper.cgi ]
|
||||||
|
|
2
cgi/cron
2
cgi/cron
|
@ -8,7 +8,7 @@
|
||||||
# under certain conditions; see COPYING for details.
|
# under certain conditions; see COPYING for details.
|
||||||
|
|
||||||
# Including common functions
|
# Including common functions
|
||||||
. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh
|
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
|
||||||
|
|
||||||
# Reading defaults
|
# Reading defaults
|
||||||
if [ -r /etc/default/live-helper.cgi ]
|
if [ -r /etc/default/live-helper.cgi ]
|
||||||
|
|
|
@ -7,7 +7,7 @@ _MODE="debian-official"
|
||||||
_DEBUG="disabled"
|
_DEBUG="disabled"
|
||||||
|
|
||||||
_DESTDIR="/srv/debian-live/build/www"
|
_DESTDIR="/srv/debian-live/build/www"
|
||||||
_TEMPLATES="/usr/share/live-helper/templates/cgi/${_MODE}"
|
_TEMPLATES="/usr/share/live/build/templates/cgi/${_MODE}"
|
||||||
_TEMPDIR="/srv/debian-live/build/tmp"
|
_TEMPDIR="/srv/debian-live/build/tmp"
|
||||||
|
|
||||||
LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
|
LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
|
||||||
|
|
|
@ -13,15 +13,15 @@ override_dh_auto_install:
|
||||||
$(MAKE) DESTDIR=$(CURDIR)/debian/live-build install
|
$(MAKE) DESTDIR=$(CURDIR)/debian/live-build install
|
||||||
$(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install
|
$(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install
|
||||||
|
|
||||||
mv debian/live-build/usr/share/doc/live-helper/ChangeLog.live-package debian/live-build/usr/share/doc/live-helper/changelog.live-package
|
mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-package debian/live-build/usr/share/doc/live-build/changelog.live-package
|
||||||
mv debian/live-build/usr/share/doc/live-helper/ChangeLog.live-webhelper debian/live-build/usr/share/doc/live-helper/changelog.live-webhelper
|
mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-webhelper debian/live-build/usr/share/doc/live-build/changelog.live-webhelper
|
||||||
|
|
||||||
rm -f debian/live-build/usr/share/doc/live-helper/COPYING
|
rm -f debian/live-build/usr/share/doc/live-build/COPYING
|
||||||
rm -f debian/live-build/usr/share/doc/live-helper/ChangeLog
|
rm -f debian/live-build/usr/share/doc/live-build/ChangeLog
|
||||||
|
|
||||||
# live-buld-cgi
|
# live-buld-cgi
|
||||||
mkdir -p debian/live-build-cgi/usr/share/live-helper
|
mkdir -p debian/live-build-cgi/usr/share/live/build
|
||||||
mv debian/live-build/usr/share/live-helper/cgi debian/live-build-cgi/usr/share/live-helper
|
mv debian/live-build/usr/share/live/build/cgi debian/live-build-cgi/usr/share/live/build
|
||||||
|
|
||||||
override_dh_installchangelogs:
|
override_dh_installchangelogs:
|
||||||
dh_installchangelogs docs/ChangeLog
|
dh_installchangelogs docs/ChangeLog
|
||||||
|
|
|
@ -18,7 +18,7 @@ else
|
||||||
mkdir -p "${DIRECTORY}"/live-helper/bin
|
mkdir -p "${DIRECTORY}"/live-helper/bin
|
||||||
cp -a /usr/bin/lh* "${DIRECTORY}"/live-helper/bin
|
cp -a /usr/bin/lh* "${DIRECTORY}"/live-helper/bin
|
||||||
|
|
||||||
cp -a /usr/share/live-helper "${DIRECTORY}"/live-helper/share
|
cp -a /usr/share/live/build "${DIRECTORY}"/live-helper/share
|
||||||
|
|
||||||
cp -a /usr/share/doc/live-helper "${DIRECTORY}"/live-helper/doc
|
cp -a /usr/share/doc/live-build "${DIRECTORY}"/live-helper/doc
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -11,7 +11,7 @@ Set_defaults ()
|
||||||
{
|
{
|
||||||
## config/common
|
## config/common
|
||||||
|
|
||||||
LH_BASE="${LH_BASE:-/usr/share/live-helper}"
|
LH_BASE="${LH_BASE:-/usr/share/live/build}"
|
||||||
|
|
||||||
# Setting mode
|
# Setting mode
|
||||||
if [ -z "${LH_MODE}" ]
|
if [ -z "${LH_MODE}" ]
|
||||||
|
|
|
@ -21,7 +21,7 @@ Expand_packagelist ()
|
||||||
_LH_NESTED=0
|
_LH_NESTED=0
|
||||||
_LH_ENABLED=1
|
_LH_ENABLED=1
|
||||||
|
|
||||||
for _LH_SEARCH_PATH in ${@} "${LH_BASE:-/usr/share/live-helper}/lists"
|
for _LH_SEARCH_PATH in ${@} "${LH_BASE:-/usr/share/live/build}/lists"
|
||||||
do
|
do
|
||||||
if [ -e "${_LH_SEARCH_PATH}/${_LH_LIST_NAME}" ]
|
if [ -e "${_LH_SEARCH_PATH}/${_LH_LIST_NAME}" ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# /usr/share/live-helper/hooks/minimal - hook list for live-helper(7)
|
# /usr/share/live/build/hooks/minimal - hook list for live-helper(7)
|
||||||
# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
|
# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
|
||||||
#
|
#
|
||||||
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# /usr/share/live-helper/hooks/stripped - hook list for live-helper(7)
|
# /usr/share/live/build/hooks/stripped - hook list for live-helper(7)
|
||||||
# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
|
# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
|
||||||
#
|
#
|
||||||
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/debian-forensics - package list for live-helper(7)
|
# /usr/share/live/build/lists/debian-forensics - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Debian Forensics
|
## LH: Debian Forensics
|
||||||
#include <standard>
|
#include <standard>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/debian-junior - package list for live-helper(7)
|
# /usr/share/live/build/lists/debian-junior - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Debian Junior
|
## LH: Debian Junior
|
||||||
#include <standard>
|
#include <standard>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/debian-live - package list for live-helper(7)
|
# /usr/share/live/build/lists/debian-live - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Debian Live
|
## LH: Debian Live
|
||||||
#include <standard>
|
#include <standard>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/debian-science - package list for live-helper(7)
|
# /usr/share/live/build/lists/debian-science - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Debian Science
|
## LH: Debian Science
|
||||||
#include <standard>
|
#include <standard>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/gnome - package list for live-helper(7)
|
# /usr/share/live/build/lists/gnome - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: GNOME Desktop
|
## LH: GNOME Desktop
|
||||||
#include <gnome-core>
|
#include <gnome-core>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/gnome-core - package list for live-helper(7)
|
# /usr/share/live/build/lists/gnome-core - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: GNOME Core
|
## LH: GNOME Core
|
||||||
#include <standard-x11>
|
#include <standard-x11>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/gnome-full - package list for live-helper(7)
|
# /usr/share/live/build/lists/gnome-full - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: GNOME full
|
## LH: GNOME full
|
||||||
#include <gnome>
|
#include <gnome>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/gnome-junior - package list for live-helper(7)
|
# /usr/share/live/build/lists/gnome-junior - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Debian Junior (Gnome)
|
## LH: Debian Junior (Gnome)
|
||||||
#include <gnome>
|
#include <gnome>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/gnustep - package list for live-helper(7)
|
# /usr/share/live/build/lists/gnustep - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: GNUstep desktop
|
## LH: GNUstep desktop
|
||||||
#include <standard-x11>
|
#include <standard-x11>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/kde - package list for live-helper(7)
|
# /usr/share/live/build/lists/kde - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: KDE
|
## LH: KDE
|
||||||
#include <kde-core>
|
#include <kde-core>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/kde-core - package list for live-helper(7)
|
# /usr/share/live/build/lists/kde-core - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: KDE Core
|
## LH: KDE Core
|
||||||
#include <standard-x11>
|
#include <standard-x11>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/kde-extra - package list for live-helper(7)
|
# /usr/share/live/build/lists/kde-extra - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: KDE Extra
|
## LH: KDE Extra
|
||||||
#include <kde-full>
|
#include <kde-full>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/kde-full - package list for live-helper(7)
|
# /usr/share/live/build/lists/kde-full - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: KDE Full
|
## LH: KDE Full
|
||||||
#include <kde>
|
#include <kde>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/kde-junior - package list for live-helper(7)
|
# /usr/share/live/build/lists/kde-junior - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: KDE Junior
|
## LH: KDE Junior
|
||||||
#include <kde>
|
#include <kde>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/lxde - package list for live-helper(7)
|
# /usr/share/live/build/lists/lxde - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: LXDE
|
## LH: LXDE
|
||||||
#include <standard-x11>
|
#include <standard-x11>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/minimal - package list for live-helper(7)
|
# /usr/share/live/build/lists/minimal - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Minimal
|
## LH: Minimal
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/rescue - package list for live-helper(7)
|
# /usr/share/live/build/lists/rescue - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Rescue
|
## LH: Rescue
|
||||||
#include <standard>
|
#include <standard>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/standard - package list for live-helper(7)
|
# /usr/share/live/build/lists/standard - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Standard
|
## LH: Standard
|
||||||
#include <minimal>
|
#include <minimal>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/standard-x11 - package list for live-helper(7)
|
# /usr/share/live/build/lists/standard-x11 - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Standard X11
|
## LH: Standard X11
|
||||||
#include <standard>
|
#include <standard>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/studio - package list for live-helper(7)
|
# /usr/share/live/build/lists/studio - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Music Studio base
|
## LH: Music Studio base
|
||||||
# packagelist inspired from the A/DeMuDi one.
|
# packagelist inspired from the A/DeMuDi one.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/studio-gnome - package list for live-helper(7)
|
# /usr/share/live/build/lists/studio-gnome - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Music Studio (Gnome)
|
## LH: Music Studio (Gnome)
|
||||||
#include <gnome>
|
#include <gnome>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/studio-kde - package list for live-helper(7)
|
# /usr/share/live/build/lists/studio-kde - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Music Studio (KDE)
|
## LH: Music Studio (KDE)
|
||||||
#include <kde>
|
#include <kde>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/studio-xfce - package list for live-helper(7)
|
# /usr/share/live/build/lists/studio-xfce - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Music Studio (Xfce)
|
## LH: Music Studio (Xfce)
|
||||||
#include <xfce>
|
#include <xfce>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/xfce - package list for live-helper(7)
|
# /usr/share/live/build/lists/xfce - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Xfce
|
## LH: Xfce
|
||||||
#include <standard-x11>
|
#include <standard-x11>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /usr/share/live-helper/lists/xfce-junior - package list for live-helper(7)
|
# /usr/share/live/build/lists/xfce-junior - package list for live-helper(7)
|
||||||
|
|
||||||
## LH: Xfce Debian Junior
|
## LH: Xfce Debian Junior
|
||||||
#include <xfce>
|
#include <xfce>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh\fP \- Wrapper für live\-helper Programme
|
\fBlh\fP \- Wrapper für live\-helper Programme
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary\fP \- Erstellt die "binary" Stufe
|
\fBlh binary\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_checksums\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_checksums\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_chroot\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_chroot\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_debian\-installer\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_debian\-installer\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_disk\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_disk\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_encryption\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_encryption\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_grub\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_grub\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_grub2\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_grub2\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_includes\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_includes\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_iso\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_iso\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_linux\-image\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_linux\-image\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_local\-hooks\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_local\-hooks\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_local\-includes\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_local\-includes\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_local\-packageslists\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_local\-packageslists\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_manifest\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_manifest\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_memtest\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_memtest\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_net\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_net\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_rootfs\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_rootfs\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_silo\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_silo\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_syslinux\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_syslinux\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_tar\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_tar\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_usb\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_usb\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_virtual\-hdd\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_virtual\-hdd\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_win32\-loader\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_win32\-loader\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh binary_yaboot\fP \- Erstellt die "binary" Stufe
|
\fBlh binary_yaboot\fP \- Erstellt die "binary" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh bootstrap\fP \- Erstellt die "bootstrap" Stufe
|
\fBlh bootstrap\fP \- Erstellt die "bootstrap" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh bootstrap_cache\fP \- Erstellt die "bootstrap" Stufe
|
\fBlh bootstrap_cache\fP \- Erstellt die "bootstrap" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh bootstrap_cdebootstrap\fP \- Erstellt die "bootstrap" Stufe
|
\fBlh bootstrap_cdebootstrap\fP \- Erstellt die "bootstrap" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh bootstrap_copy\fP \- Erstellt die "bootstrap" Stufe
|
\fBlh bootstrap_copy\fP \- Erstellt die "bootstrap" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh bootstrap_debootstrap\fP \- Erstellt die "bootstrap" Stufe
|
\fBlh bootstrap_debootstrap\fP \- Erstellt die "bootstrap" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh build\fP \- Erstellt die "bootstrap", "chroot", "binary" und "source"
|
\fBlh build\fP \- Erstellt die "bootstrap", "chroot", "binary" und "source"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_apt\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_apt\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_cache\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_cache\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_debianchroot\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_debianchroot\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_devpts\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_devpts\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_dpkg\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_dpkg\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_hacks\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_hacks\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_hooks\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_hooks\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_hostname\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_hostname\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_hosts\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_hosts\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_install\-packages\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_install\-packages\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_interactive\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_interactive\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_linux\-image\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_linux\-image\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_local\-hooks\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_local\-hooks\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_local\-includes\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_local\-includes\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_local\-packages\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_local\-packages\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_local\-packageslists\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_local\-packageslists\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_local\-patches\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_local\-patches\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_local\-preseed\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_local\-preseed\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_localization\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_localization\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_packages\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_packages\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_packageslists\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_packageslists\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_preseed\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_preseed\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_proc\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_proc\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_resolv\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_resolv\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_selinuxfs\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_selinuxfs\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_sources\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_sources\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_symlinks\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_symlinks\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_sysfs\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_sysfs\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_sysv\-rc\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_sysv\-rc\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_sysvinit\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_sysvinit\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_tasks\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_tasks\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-HELPER 1 10.08.2010 2.0~a22 "Debian Live Projekt"
|
.TH LIVE\-HELPER 1 14.08.2010 2.0~a22 "Debian Live Projekt"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlh chroot_upstart\fP \- Erstellt die "chroot" Stufe
|
\fBlh chroot_upstart\fP \- Erstellt die "chroot" Stufe
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue