slitaz-arm rev 32
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Mar 06 18:40:58 2014 +0000 (2014-03-06) |
parents | d3ca56913645 |
children | 1066913cc1c4 |
files | sat spi |
line diff
1.1 --- a/sat Wed Mar 05 23:40:22 2014 +0100 1.2 +++ b/sat Thu Mar 06 18:40:58 2014 +0000 1.3 @@ -44,7 +44,7 @@ 1.4 $(boldify "Options:") 1.5 --spk Clean or include Spk package manager in the distro 1.6 --kmap Include the system keymap config in the distro 1.7 - --noinit Dont create the compressed initramfs 1.8 + --noinit Don't create the compressed initramfs 1.9 --work= Path to work dir with packages and rootfs 1.10 --size= Specify optional vdisk size (default 20Mb) 1.11 --init= Specify the initramfs compression: gz bz2 xz 1.12 @@ -150,7 +150,7 @@ 1.13 mv -f ${rootfs}/boot/linux-* ${distro}/linux-arm 1.14 chmod -x ${distro}/linux-arm 1.15 else 1.16 - # RPi use a custom Kernel: --rpi 1.17 + # RPi uses a custom Kernel: --rpi 1.18 if [ ! "$rpi" ]; then 1.19 echo -n "Missing Kernel directory: rootfs/boot/"; false 1.20 status
2.1 --- a/spi Wed Mar 05 23:40:22 2014 +0100 2.2 +++ b/spi Thu Mar 06 18:40:58 2014 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 # 2.5 . /lib/libtaz.sh 2.6 2.7 -# Path's 2.8 +# Paths 2.9 [ "$work" ] || work="$(pwd)" 2.10 distro="$work/distro" 2.11 data="$work/rpi/data" 2.12 @@ -17,13 +17,13 @@ 2.13 firmware="$data/firmware" 2.14 tools="$data/tools" 2.15 2.16 -# URL's 2.17 +# URLs 2.18 rpi_url="http://mirror.slitaz.org/arm/rpi/" 2.19 fw_url="https://github.com/raspberrypi/firmware/raw/master/boot/" 2.20 tools_url="https://raw.github.com/raspberrypi/tools/master/mkimage/" 2.21 lkgit_url="git://github.com/raspberrypi/linux.git" 2.22 2.23 -# List's 2.24 +# Lists 2.25 fwlist="bootcode.bin fixup.dat start.elf" 2.26 toolslist="imagetool-uncompressed.py args-uncompressed.txt \ 2.27 boot-uncompressed.txt" #first32k.bin 2.28 @@ -159,7 +159,7 @@ 2.29 > ${data}/sdcard.part 2.30 partnb=$(cat ${data}/sdcard.part | wc -l) 2.31 if [ "$partnb" != 3 ]; then 2.32 - error "SliTaz RPi need 3 partitions on the sdcard" 2.33 + error "SliTaz RPi needs 3 partitions on the sdcard" 2.34 newline && exit 1 2.35 fi 2.36 2.37 @@ -343,7 +343,7 @@ 2.38 -O ${data}/linux-version.txt || exit 1 2.39 status 2.40 else 2.41 - echo "Mirror is unreatchable" && exit 1 2.42 + echo "Mirror is unreachable" && exit 1 2.43 fi 2.44 kvers=$(cat $data/linux-version.txt) 2.45 [ "$up" ] && rm -rf ${data}/linux-${kvers}*