slitaz-arm diff sat @ rev 17
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Jun 01 21:08:17 2012 +0100 (2012-06-01) |
parents | 5fc6d5fabb1c |
children | 654573f60194 |
line diff
1.1 --- a/sat Tue May 29 23:51:57 2012 +0000 1.2 +++ b/sat Fri Jun 01 21:08:17 2012 +0100 1.3 @@ -25,7 +25,7 @@ 1.4 $(boldify "Usage:") $(basename $0) [command|--options] 1.5 1.6 $(boldify "Commands:") 1.7 - gen Generate a disto cpio/gzip initramfs 1.8 + gen Generate a distro cpio/gzip initramfs 1.9 clean Clean up the work directory 1.10 vdisk Create a virtual disk to be used by Qemu 1.11 emu Emulate the distro with qemu-system-arm 1.12 @@ -41,7 +41,7 @@ 1.13 EOT 1.14 } 1.15 1.16 -# --> use libpkg.sh when release (function is shared with spk) 1.17 +# --> use libpkg.sh when released (function is shared with spk) 1.18 # Check mirror ID: return 1 if no changes or mirror unreachable 1.19 check_mirror_id() { 1.20 [ "$forced" ] && rm -f ID 1.21 @@ -70,8 +70,8 @@ 1.22 rm -rf $distro slitaz-arm.xz 1.23 mkdir -p $distro 1.24 1.25 - # Packages. Dep install it not well handled by tazpkg/spk actually 1.26 - # so simply install all packages and dont resolv deps or use equiv. 1.27 + # Packages. Dep install is not well handled by tazpkg/spk actually. 1.28 + # So simply install all packages and don't resolve deps or use equiv. 1.29 cd $packages 1.30 for pkg in $packages/*.tazpkg 1.31 do 1.32 @@ -153,7 +153,7 @@ 1.33 rm -rf $work/$r && status 1.34 done ;; 1.35 vdisk) 1.36 - # Let use and HD in Qemu to store files|packages|whatever 1.37 + # Lets use and HD in Qemu to store files|packages|whatever 1.38 vdisk="vdisk.img" 1.39 : ${size=20} 1.40 cd $work