summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-03-06 15:32:15 +0100
committerDaniel Baumann <daniel@debian.org>2008-03-06 15:32:15 +0100
commit56e75b63ff80e8c8e94d8de5865d2a0577cab9aa (patch)
treec37d1f7508332dcc23f657dedad2b7a867b38f1b
parent457b61105518f57bc5b2dcdef5be8f02a4a9c508 (diff)
downloadvyos-live-build-56e75b63ff80e8c8e94d8de5865d2a0577cab9aa.tar.gz
vyos-live-build-56e75b63ff80e8c8e94d8de5865d2a0577cab9aa.zip
Reworded package description.
-rw-r--r--debian/control13
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 73c50400b..f33a7c5e7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,10 @@ Package: live-helper
Architecture: all
Depends: debootstrap | cdebootstrap
Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub
-Description: Debian Live helper programs
- Live-helper is a collection of programs that can be used to build Debian Live
- system images. The philosophy behind live-helper is to provide a collection of
- small, simple, and easily understood tools that can be used in your own program
- to automate building of a Live system.
+Description: Debian Live build scripts
+ live-helper is a set of scripts to build Debian Live system images.
.
- A typical program that uses live-helper will call several live-helper commands
- in sequence. Live-helper commands are all named with a "lh_" prefix.
+ The idea behind live-helper is a framework that uses a configuration directory
+ to completely automate and customize all aspects of building a Live image.
+ .
+ An introduction to live-helper can be found in the live-helper(7) manpage.