Translating the description of the helpers
This commit is contained in:
parent
6f5445b5d2
commit
8a477ac3a9
|
@ -30,7 +30,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="utility to build Debian Live systems"
|
||||
DESCRIPTION="$(Echo 'utility to build Debian Live systems')"
|
||||
HELP="FIXME"
|
||||
USAGE="FIXME"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build binary images"
|
||||
DESCRIPTION="$(Echo 'build binary images')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="copy chroot into chroot"
|
||||
DESCRIPTION="$(Echo 'copy chroot into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install debian-installer into binary"
|
||||
DESCRIPTION="$(Echo 'install debian-installer into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install disk information into binary"
|
||||
DESCRIPTION="$(Echo 'install disk information into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="encrypts rootfs"
|
||||
DESCRIPTION="$(Echo 'encrypts rootfs')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="installs grub into binary"
|
||||
DESCRIPTION="$(Echo 'installs grub into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="copy files into binary"
|
||||
DESCRIPTION="$(Echo 'copy files into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build iso binary image"
|
||||
DESCRIPTION="$(Echo 'build iso binary image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install linux-image into binary"
|
||||
DESCRIPTION="$(Echo 'install linux-image into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="execute local hooks in binary"
|
||||
DESCRIPTION="$(Echo 'execute local hooks in binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="copy files into binary"
|
||||
DESCRIPTION="$(Echo 'copy files into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install local packages into binary"
|
||||
DESCRIPTION="$(Echo 'install local packages into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="create manifest"
|
||||
DESCRIPTION="$(Echo 'create manifest')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="create binary md5sums"
|
||||
DESCRIPTION="$(Echo 'create binary md5sums')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="installs a memtest into binary"
|
||||
DESCRIPTION="$(Echo 'installs a memtest into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build netboot binary image"
|
||||
DESCRIPTION="$(Echo 'build netboot binary image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build rootfs image"
|
||||
DESCRIPTION="$(Echo 'build rootfs image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="installs silo into binary"
|
||||
DESCRIPTION="$(Echo 'installs silo into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="installs syslinux into binary"
|
||||
DESCRIPTION="$(Echo 'installs syslinux into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build harddisk binary image"
|
||||
DESCRIPTION="$(Echo 'build harddisk binary image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build binary image"
|
||||
DESCRIPTION="$(Echo 'build binary image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="installs yaboot into binary"
|
||||
DESCRIPTION="$(Echo 'installs yaboot into binary')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="bootstrap a Debian system"
|
||||
DESCRIPTION="$(Echo 'bootstrap a Debian system')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="cache bootstrap stage"
|
||||
DESCRIPTION="$(Echo 'cache bootstrap stage')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="bootstrap a Debian system with cdebootstrap(1)"
|
||||
DESCRIPTION="$(Echo 'bootstrap a Debian system with cdebootstrap(1)')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="bootstrap by copying the host system"
|
||||
DESCRIPTION="$(Echo 'bootstrap by copying the host system')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="bootstrap a Debian system with debootstrap(8)"
|
||||
DESCRIPTION="$(Echo 'bootstrap a Debian system with debootstrap(8)')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build a Debian Live system"
|
||||
DESCRIPTION="$(Echo 'build a Debian Live system')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="customize the Debian system"
|
||||
DESCRIPTION="$(Echo 'customize the Debian system')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /etc/apt/apt.conf"
|
||||
DESCRIPTION="$(Echo 'manage /etc/apt/apt.conf')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|install-binary|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="cache chroot stage"
|
||||
DESCRIPTION="$(Echo 'cache chroot stage')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /etc/debian_chroot"
|
||||
DESCRIPTION="$(Echo 'manage /etc/debian_chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="mount /dev/pts"
|
||||
DESCRIPTION="$(Echo 'mount /dev/pts')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /sbin/dpkg"
|
||||
DESCRIPTION="$(Echo 'manage /sbin/dpkg')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="execute hacks in chroot"
|
||||
DESCRIPTION="$(Echo 'execute hacks in chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="execute hooks in chroot"
|
||||
DESCRIPTION="$(Echo 'execute hooks in chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /bin/hostname"
|
||||
DESCRIPTION="$(Echo 'manage /bin/hostname')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /etc/hosts"
|
||||
DESCRIPTION="$(Echo 'manage /etc/hosts')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install queued packages into chroot"
|
||||
DESCRIPTION="$(Echo 'install queued packages into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="make build interactive"
|
||||
DESCRIPTION="$(Echo 'make build interactive')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /etc/kernel-img.conf"
|
||||
DESCRIPTION="$(Echo 'manage /etc/kernel-img.conf')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="execute local hooks in chroot"
|
||||
DESCRIPTION="$(Echo 'execute local hooks in chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="copy local files into chroot"
|
||||
DESCRIPTION="$(Echo 'copy local files into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="queue install of local packages into chroot"
|
||||
DESCRIPTION="$(Echo 'queue install of local packages into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="apply local patches against chroot"
|
||||
DESCRIPTION="$(Echo 'apply local patches against chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="execute local preseed in chroot"
|
||||
DESCRIPTION="$(Echo 'execute local preseed in chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install localization packages into chroot"
|
||||
DESCRIPTION="$(Echo 'install localization packages into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="queue install of packages into chroot"
|
||||
DESCRIPTION="$(Echo 'queue install of packages into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="queue install of packages lists into chroot"
|
||||
DESCRIPTION="$(Echo 'queue install of packages lists into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="execute preseed in chroot"
|
||||
DESCRIPTION="$(Echo 'execute preseed in chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="mount /proc"
|
||||
DESCRIPTION="$(Echo 'mount /proc')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /etc/resolv.conf"
|
||||
DESCRIPTION="$(Echo 'manage /etc/resolv.conf')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="mount /selinux"
|
||||
DESCRIPTION="$(Echo 'mount /selinux')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /etc/apt/sources.list"
|
||||
DESCRIPTION="$(Echo 'manage /etc/apt/sources.list')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="convert symlinks"
|
||||
DESCRIPTION="$(Echo 'convert symlinks')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="mount /sys"
|
||||
DESCRIPTION="$(Echo 'mount /sys')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="manage /usr/sbin/policy-rc.d"
|
||||
DESCRIPTION="$(Echo 'manage /usr/sbin/policy-rc.d')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="configure sysvinit"
|
||||
DESCRIPTION="$(Echo 'configure sysvinit')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install tasks into chroot"
|
||||
DESCRIPTION="$(Echo 'install tasks into chroot')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="clean up system build directories"
|
||||
DESCRIPTION="$(Echo 'clean up system build directories')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [--stage] [--source]"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ done
|
|||
|
||||
# Setting static variables
|
||||
SYSTEM_LH_CONFFILE="/etc/default/live-helper"
|
||||
DESCRIPTION="create configuration for live-helper(7)"
|
||||
DESCRIPTION="$(Echo 'create configuration for live-helper(7)')"
|
||||
USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
||||
\t [--apt-ftp-proxy URL]\n\
|
||||
\t [--apt-http-proxy URL]\n\
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build source images"
|
||||
DESCRIPTION="$(Echo 'build source images')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="debian sources"
|
||||
DESCRIPTION="$(Echo 'debian sources')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="copy debian-live config into source"
|
||||
DESCRIPTION="$(Echo 'copy debian-live config into source')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="install disk information into source"
|
||||
DESCRIPTION="$(Echo 'install disk information into source')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build iso source image"
|
||||
DESCRIPTION="$(Echo 'build iso source image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="create source md5sums"
|
||||
DESCRIPTION="$(Echo 'create source md5sums')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build source net image"
|
||||
DESCRIPTION="$(Echo 'build source net image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build source tarball"
|
||||
DESCRIPTION="$(Echo 'build source tarball')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="build source image"
|
||||
DESCRIPTION="$(Echo 'build source image')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ do
|
|||
done
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="ensure that a system is built as root"
|
||||
DESCRIPTION="$(Echo 'ensure that a system is built as root')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
|
Loading…
Reference in New Issue