# HG changeset patch # User Paul Issott # Date 1302811150 -3600 # Node ID 0215383b014c0a128bed35812908be8a6aa9afdc # Parent da1c1d197b6e2c247684a786baffe4afcd65b4b9 Tiny edits diff -r da1c1d197b6e -r 0215383b014c boot/en/index.php --- a/boot/en/index.php Thu Apr 14 21:43:32 2011 +0200 +++ b/boot/en/index.php Thu Apr 14 20:59:10 2011 +0100 @@ -72,7 +72,7 @@

Boot your operating system from the internet and enjoy a full system - working all in RAM with speed an stability in mind. The Linux Kernel + working entirely in RAM with speed and stability in mind. The Linux Kernel and the complete SliTaz compressed root filesystem will be loaded into RAM from the Web using PXE and HTTP protocols.

diff -r da1c1d197b6e -r 0215383b014c bugs/templates/slitaz/html/page.html --- a/bugs/templates/slitaz/html/page.html Thu Apr 14 21:43:32 2011 +0200 +++ b/bugs/templates/slitaz/html/page.html Thu Apr 14 20:59:10 2011 +0100 @@ -42,7 +42,7 @@

SliTaz Bug Tracking System

- Let track bugs, features requests and tasks in one easy to + Lets you track bugs, feature requests and tasks in one easy to use and centralized place.

diff -r da1c1d197b6e -r 0215383b014c tank/tank --- a/tank/tank Thu Apr 14 21:43:32 2011 +0200 +++ b/tank/tank Thu Apr 14 20:59:10 2011 +0100 @@ -124,8 +124,8 @@ cp -a boot/* $WWW/boot echo "" ;; up-hg|-uh) - # Since Tank run stable and we update the style in slitaz-dev-tools - # the cooking package is unbuildable because it use new Tazwok function + # Since Tank runs stable and we update the style in slitaz-dev-tools + # the cooking package is unbuildable because it uses the new Tazwok function # with mercurial|* echo -e "\nUpdating Mercurial template..." cd $REPOS/slitaz-dev-tools && hg up @@ -146,7 +146,7 @@ done echo "" ;; adduser|-au) - # On Tank /etc/skel is empty to let taktank handle default user + # On Tank /etc/skel is empty to let tank handle default user # files. echo "" if [ -n "$2" ]; then @@ -158,7 +158,7 @@ echo -e "User $user already exists...\n" && exit 1 fi echo "Adding user: $user" - #adduser -s /bin/sh -g "SliTaz User" -G users -h /home/$user $user # for cooking + # adduser -s /bin/sh -g "SliTaz User" -G users -h /home/$user $user # for cooking adduser $user # HG access echo -n "Hg password: " && read passwd