Updating copyright headers for live-build.

This commit is contained in:
Daniel Baumann 2010-09-02 13:12:37 +02:00
parent 11b6a59ebc
commit dc2fb99a7c
113 changed files with 887 additions and 679 deletions

13
cgi/cgi
View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# cgi - simple webfrontend for live-helper ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# 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/build}"/scripts/build.sh . "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# cgi - simple webfrontend for live-helper (cronjob) ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# 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/build}"/scripts/build.sh . "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# aliases.sh - internal shell aliases ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Find_files () Find_files ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# architecture.sh - handle architecture specific support ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Check_architecture () Check_architecture ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# arguments.sh - handle common arguments ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Arguments () Arguments ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# breakpoints.sh - run with breakpoints ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Breakpoint () Breakpoint ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# cache.sh - manage package cache ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Restore_cache () Restore_cache ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# chroot.sh - /usr/sbin/chroot wrapper script ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Chroot () Chroot ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# color.sh - define color values ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
NO_COLOR="\033[0m" NO_COLOR="\033[0m"

View File

@ -1,13 +1,13 @@
#!/bin/sh #!/bin/sh
# common.sh - common things for all live-helpers ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
PROGRAM="$(basename ${0})"
PACKAGE="live-helper" PACKAGE="live-helper"
VERSION="2.0~a23-1" VERSION="2.0~a23-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# conffile.sh - handle configuration files ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Get_conffiles () Get_conffiles ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# cursor.sh - define cursor movements ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Cursor_goto_position () Cursor_goto_position ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# defaults.sh - handle default values ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Set_defaults () Set_defaults ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# echo.sh - define output methods ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Echo () Echo ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# exit.sh - cleanup ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Exit () Exit ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# help.sh - print help information ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Help () Help ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# l10n.sh - load the needed localization things for all lh messages ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
if [ -x "$(which gettext.sh 2>/dev/null)" ] && Find_files /usr/share/locale/*/LC_MESSAGES/${PACKAGE}.mo if [ -x "$(which gettext.sh 2>/dev/null)" ] && Find_files /usr/share/locale/*/LC_MESSAGES/${PACKAGE}.mo
then then

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lockfile.sh - handle lock files ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Check_lockfile () Check_lockfile ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# losetup - wrapper around losetup ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Losetup () Losetup ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# man.sh - print man information ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Man () Man ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# packages.sh - handle packages installation ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Check_package () Check_package ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# packagelists.sh - expands package list includes ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Expand_packagelist () Expand_packagelist ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# releases.sh - list release information ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
# Debian releases # Debian releases
RELEASE_lenny="5.0.3" RELEASE_lenny="5.0.3"

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# stagefile.sh - handle stage files ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Check_stagefile () Check_stagefile ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# templates.sh - handle templates files ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Check_templates () Check_templates ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# usage.sh - print usage information ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Usage () Usage ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# version.sh - print version information ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Version () Version ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# wrapper.sh - external command wrappers ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
Apt () Apt ()
{ {

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# /usr/share/live/build/hooks/minimal - hook list for live-helper(7) ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# /usr/share/live/build/hooks/stripped - hook list for live-helper(7) ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary(1) - build binary images ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_checksums(1) - create binary checksums ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_chroot(1) - copy chroot into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_debian-installer(1) - install debian-installer into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_disk (1) - install disk information into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_encryption(1) - encrypts rootfs ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_grub(1) - installs grub into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_grub2(1) - installs grub2 into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_includes(1) - copy files into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_iso(1) - build iso binary image ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_linux-image(1) - install linux-image into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_local-hooks(1) - execute local hooks in binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_local-includes(1) - copy files into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_local-packageslists(1) - install local packages lists into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_manifest(1) - create manifest ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_memtest(1) - installs a memtest into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_net(1) - build netboot binary image ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_rootfs(1) - build rootfs image ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_silo(1) - installs silo into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_syslinux(1) - installs syslinux into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_tar(1) - build harddisk binary image ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_usb(1) - build binary usb image ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_virtual-hdd(1) - build binary virtual-hdd image ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_win32-loader(1) - copy win32-loader into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_binary_yaboot(1) - installs yaboot into binary ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_bootstrap(1) - bootstrap a Debian system ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_bootstrap_cache(1) - cach bootstrap stage ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_bootstrap_cdebootstrap(1) - bootstrap a Debian system with cdebootstrap(1) ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_bootstrap_copy(1) - bootstrap by copying the host system ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_bootstrap_debootstrap(1) - bootstrap a Debian system with debootstrap(8) ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_build(1) - build a Debian Live system ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot(1) - customize the Debian system ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_apt(1) - manage /etc/apt/apt.conf ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_cache(1) - cach chroot stage ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_debianchroot(1) - manage /etc/debian_chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_devpts(1) - mount /dev/pts ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_dpkg(1) - manage /sbin/dpkg ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_dpkg_tmpfs(1) - manage tmpfs for /var/lib/dpkg ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_hacks(1) - execute hacks in chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_hooks(1) - execute hooks in chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_hostname(1) - manage /bin/hostname ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_hosts(1) - manage /etc/hosts ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_install-packages(1) - install queued packages into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_interactive(1) - make build interactive ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_linux-image(1) - manage /etc/kernel-img.conf ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_local-hooks(1) - execute local hooks in chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_local-includes(1) - copy local files into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_local-packages(1) - queue install of local packages into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_local-packageslists(1) - queue install of local packages lists into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_local-patches(1) - apply local patches against chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_local-preseed(1) - use debconf local preseeding file ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_localization(1) - install localization packages into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_packages(1) - queue install of packages into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_packageslists(1) - queue install of packages lists into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_preseed(1) - use debconf preseeding file ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_proc(1) - mount /proc ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_resolv(1) - manage /etc/resolv.conf ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_sysfs(1) - mount /selinux ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_sources(1) - manage /etc/apt/sources.list ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_symlinks(1) - convert symlinks ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_sysfs(1) - mount /sys ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_sysv-rc(1) - manage /usr/sbin/policy-rc.d ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_sysvinit(1) - configure sysvinit ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_tasks(1) - install tasks into chroot ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_chroot_upstart(1) - manage /usr/sbin/initctl ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_clean(1) - clean up system build directories ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh_config(1) - create configuration for live-helper(7) ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

59
scripts/build/lb Executable file
View File

@ -0,0 +1,59 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
##
## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
# Setting static variables
DESCRIPTION="$(Echo 'utility to build Debian Live systems')"
HELP="FIXME"
USAGE="FIXME"
case "${1}" in
-h|--help)
if [ -x "$(which man 2>/dev/null)" ]
then
man lh
exit 0
else
${0} --usage
exit 0
fi
;;
""|-u|--usage)
Usage
;;
-v|--version)
Version
;;
*)
COMMAND="${1}"
shift
if [ -x "${LH_BASE}/scripts/build/${COMMAND}" ]
then
LH=1 exec "${LH_BASE}/scripts/build/${COMMAND}" "${@}"
elif [ -x /usr/share/live/build/scripts/build/${COMMAND} ]
then
LH=1 exec /usr/share/live/build/scripts/build/"${COMMAND}" "${@}"
elif [ -x "$(which ${COMMAND} 2>/dev/null)" ]
then
LH=1 exec "${COMMAND}" "${@}"
else
Echo_error "no such script"
exit 1
fi
;;
esac

View File

@ -1,11 +1,12 @@
#!/bin/sh #!/bin/sh
# lh(1) - generic live-helper wrapper ## live-build(7) - System Build Scripts
# 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-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it ## This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details. ## under certain conditions; see COPYING for details.
set -e set -e

39
scripts/build/live-build Executable file
View File

@ -0,0 +1,39 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
## On Debian systems, the complete text of the GNU General Public License
## can be found in /usr/share/common-licenses/GPL-3 file.
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
if [ -x "$(which man 2>/dev/null)" ]
then
man live-build
exit 0
else
Echo "live-build is a set of scripts to build Debian Live system images."
echo
Echo "The idea behind live-build is a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image."
echo
Echo "An introduction to live-build can be found in the live-build(7) manpage."
exit 0
fi

Some files were not shown because too many files have changed in this diff Show More