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:
|
||||
# Installing shared data
|
||||
mkdir -p $(DESTDIR)/usr/share/live-helper
|
||||
cp -r cgi data examples functions scripts hooks includes lists repositories templates $(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/build
|
||||
|
||||
# Installing executables
|
||||
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
|
||||
mkdir -p $(DESTDIR)/usr/share/doc/live-helper
|
||||
cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-helper
|
||||
mkdir -p $(DESTDIR)/usr/share/doc/live-build
|
||||
cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-build
|
||||
|
||||
# Installing manpages
|
||||
for MANPAGE in manpages/en/*; \
|
||||
|
@ -72,13 +72,14 @@ install:
|
|||
|
||||
uninstall:
|
||||
# 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
|
||||
rm -f $(DESTDIR)/usr/bin/lh $(DESTDIR)/usr/bin/live-helper
|
||||
|
||||
# Uninstalling documentation
|
||||
rm -rf $(DESTDIR)/usr/share/doc/live-helper
|
||||
rm -rf $(DESTDIR)/usr/share/doc/live-build
|
||||
|
||||
# Uninstalling manpages
|
||||
for MANPAGE in manpages/en/*; \
|
||||
|
|
2
cgi/cgi
2
cgi/cgi
|
@ -8,7 +8,7 @@
|
|||
# under certain conditions; see COPYING for details.
|
||||
|
||||
# Including common functions
|
||||
. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh
|
||||
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
|
||||
|
||||
# Reading defaults
|
||||
if [ -r /etc/default/live-helper.cgi ]
|
||||
|
|
2
cgi/cron
2
cgi/cron
|
@ -8,7 +8,7 @@
|
|||
# under certain conditions; see COPYING for details.
|
||||
|
||||
# Including common functions
|
||||
. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh
|
||||
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
|
||||
|
||||
# Reading defaults
|
||||
if [ -r /etc/default/live-helper.cgi ]
|
||||
|
|
|
@ -7,7 +7,7 @@ _MODE="debian-official"
|
|||
_DEBUG="disabled"
|
||||
|
||||
_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"
|
||||
|
||||
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) -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-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-package debian/live-build/usr/share/doc/live-build/changelog.live-package
|
||||
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-helper/ChangeLog
|
||||
rm -f debian/live-build/usr/share/doc/live-build/COPYING
|
||||
rm -f debian/live-build/usr/share/doc/live-build/ChangeLog
|
||||
|
||||
# live-buld-cgi
|
||||
mkdir -p debian/live-build-cgi/usr/share/live-helper
|
||||
mv debian/live-build/usr/share/live-helper/cgi 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/build/cgi debian/live-build-cgi/usr/share/live/build
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs docs/ChangeLog
|
||||
|
|
|
@ -18,7 +18,7 @@ else
|
|||
mkdir -p "${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
|
||||
|
|
|
@ -11,7 +11,7 @@ Set_defaults ()
|
|||
{
|
||||
## config/common
|
||||
|
||||
LH_BASE="${LH_BASE:-/usr/share/live-helper}"
|
||||
LH_BASE="${LH_BASE:-/usr/share/live/build}"
|
||||
|
||||
# Setting mode
|
||||
if [ -z "${LH_MODE}" ]
|
||||
|
|
|
@ -21,7 +21,7 @@ Expand_packagelist ()
|
|||
_LH_NESTED=0
|
||||
_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
|
||||
if [ -e "${_LH_SEARCH_PATH}/${_LH_LIST_NAME}" ]
|
||||
then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/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>
|
||||
#
|
||||
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/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>
|
||||
#
|
||||
# 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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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)
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
|
||||
|
|
|
@ -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
|
||||
#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
|
||||
#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
|
||||
#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
|
||||
# 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)
|
||||
#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)
|
||||
#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)
|
||||
#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
|
||||
#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
|
||||
#include <xfce>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh\fP \- Wrapper für live\-helper Programme
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_checksums\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_chroot\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_debian\-installer\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_disk\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_encryption\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_grub\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_grub2\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_includes\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_iso\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_linux\-image\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_local\-hooks\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_local\-includes\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_local\-packageslists\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_manifest\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_memtest\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_net\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_rootfs\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_silo\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_syslinux\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_tar\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_usb\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_virtual\-hdd\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_win32\-loader\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh binary_yaboot\fP \- Erstellt die "binary" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh bootstrap\fP \- Erstellt die "bootstrap" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh bootstrap_cache\fP \- Erstellt die "bootstrap" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh bootstrap_cdebootstrap\fP \- Erstellt die "bootstrap" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh bootstrap_copy\fP \- Erstellt die "bootstrap" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh bootstrap_debootstrap\fP \- Erstellt die "bootstrap" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh build\fP \- Erstellt die "bootstrap", "chroot", "binary" und "source"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_apt\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_cache\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_debianchroot\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_devpts\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_dpkg\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_hacks\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_hooks\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_hostname\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_hosts\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_install\-packages\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_interactive\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_linux\-image\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_local\-hooks\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_local\-includes\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_local\-packages\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_local\-packageslists\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_local\-patches\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_local\-preseed\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_localization\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_packages\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_packageslists\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_preseed\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_proc\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_resolv\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_selinuxfs\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_sources\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_symlinks\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_sysfs\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_sysv\-rc\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_sysvinit\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\fBlh chroot_tasks\fP \- Erstellt die "chroot" Stufe
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" 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
|
||||
\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