# HG changeset patch # User Stanislas Leduc # Date 1369604767 -7200 # Node ID 128f191be29d8a541edf289d76e85e0dad7c3be7 # Parent 8c71735c1a701b107dc6bfb14ac56dd2dfdcc601# Parent 320f35171dddf62b013df28fd7d2d7bb7726a0fc Merge commit diff -r 8c71735c1a70 -r 128f191be29d drbl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/drbl/description.txt Sun May 26 23:46:07 2013 +0200 @@ -0,0 +1,17 @@ +DRBL (Diskless Remote Boot in Linux) is free software, open source solution +to managing the deployment of the GNU/Linux operating system across many +clients. Imagine the time required to install GNU/Linux on 40, 30, or even 10 +client machines individually! DRBL allows for the configuration all of your +client computers by installing just one server (remember, not just any virtual +private server) machine. + +DRBL provides a diskless or systemless environment for client machines. It works +on Debian, Ubuntu, Red Hat, Fedora, CentOS and SuSE. DRBL uses distributed +hardware resources and makes it possible for clients to fully access local +hardware. It also includes Clonezilla, a partitioning and disk cloning utility +similar to Symantec Ghost®. + +The features of DRBL: + * Peacefully coexists with other OS + * Simply install DRBL on a single server and all your clients are taken care of + * Save on hardware, budget, and maintenance fees diff -r 8c71735c1a70 -r 128f191be29d drbl/receipt --- a/drbl/receipt Sun May 26 23:44:51 2013 +0200 +++ b/drbl/receipt Sun May 26 23:46:07 2013 +0200 @@ -3,29 +3,26 @@ PACKAGE="drbl" VERSION="2.3.10" CATEGORY="misc" -SHORT_DESC="Diskless Remote Boot in Linux: manage the deployement of -the GNU/Linux operating system across many clients" +SHORT_DESC="Diskless Remote Boot in Linux" MAINTAINER="shann@slitaz.org" -WEB_SITE="http://drbl.org" +LICENSE="GPL2" +WEB_SITE="http://drbl.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL" -DEPENDS="perl bc" -BUILD_DEPENDS="vim" +DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \ +file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \ +reiserfsprogs rsync strace tcpdump syslinux systemd udpcast" +BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules() { - cd $src make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/etc $fs/ - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr - cp -a $install/usr/share $fs/usr + cp -a $install/* $fs/ } diff -r 8c71735c1a70 -r 128f191be29d lfs-book/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lfs-book/description.txt Sun May 26 23:46:07 2013 +0200 @@ -0,0 +1,2 @@ +Linux From Scratch (LFS) is a project that provides you with step-by-step +instructions for building your own customized Linux system entirely from source. diff -r 8c71735c1a70 -r 128f191be29d lfs-book/receipt --- a/lfs-book/receipt Sun May 26 23:44:51 2013 +0200 +++ b/lfs-book/receipt Sun May 26 23:46:07 2013 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="lfs-book" -VERSION="6.8" +VERSION="7.3" CATEGORY="development" -SHORT_DESC="Linux From Scratch docs." +SHORT_DESC="Linux From Scratch book" MAINTAINER="slaxemulator@gmail.com" -SOURCE="LFS-BOOK" -TARBALL="$SOURCE-$VERSION-HTML.tar.bz2" -WEB_SITE="http://www.linuxfromscratch.org/" +LICENSE="CC-BY-NC-SA-2 MIT" +WEB_SITE="http://www.linuxfromscratch.org/lfs/" +TARBALL="LFS-BOOK-$VERSION.tar.bz2" WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 8c71735c1a70 -r 128f191be29d lfs-book/stuff/lfs-book.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lfs-book/stuff/lfs-book.desktop Sun May 26 23:46:07 2013 +0200 @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=LFS Book +Comment=Linux From Scratch +Exec=browser file:///usr/share/doc/lfs-book/index.html +Icon=lfs-book +Categories=Development;Documentation;X-LFS; diff -r 8c71735c1a70 -r 128f191be29d lfs-book/stuff/lfs-book.png Binary file lfs-book/stuff/lfs-book.png has changed