# HG changeset patch # User Paul Issott # Date 1394131258 0 # Node ID b38c9a3fca9a3915f055d3340d19052e1dd8af77 # Parent d3ca56913645aad183807c4cec30cd3eb6d9fa06 Tiny edits diff -r d3ca56913645 -r b38c9a3fca9a sat --- a/sat Wed Mar 05 23:40:22 2014 +0100 +++ b/sat Thu Mar 06 18:40:58 2014 +0000 @@ -44,7 +44,7 @@ $(boldify "Options:") --spk Clean or include Spk package manager in the distro --kmap Include the system keymap config in the distro - --noinit Dont create the compressed initramfs + --noinit Don't create the compressed initramfs --work= Path to work dir with packages and rootfs --size= Specify optional vdisk size (default 20Mb) --init= Specify the initramfs compression: gz bz2 xz @@ -150,7 +150,7 @@ mv -f ${rootfs}/boot/linux-* ${distro}/linux-arm chmod -x ${distro}/linux-arm else - # RPi use a custom Kernel: --rpi + # RPi uses a custom Kernel: --rpi if [ ! "$rpi" ]; then echo -n "Missing Kernel directory: rootfs/boot/"; false status diff -r d3ca56913645 -r b38c9a3fca9a spi --- a/spi Wed Mar 05 23:40:22 2014 +0100 +++ b/spi Thu Mar 06 18:40:58 2014 +0000 @@ -7,7 +7,7 @@ # . /lib/libtaz.sh -# Path's +# Paths [ "$work" ] || work="$(pwd)" distro="$work/distro" data="$work/rpi/data" @@ -17,13 +17,13 @@ firmware="$data/firmware" tools="$data/tools" -# URL's +# URLs rpi_url="http://mirror.slitaz.org/arm/rpi/" fw_url="https://github.com/raspberrypi/firmware/raw/master/boot/" tools_url="https://raw.github.com/raspberrypi/tools/master/mkimage/" lkgit_url="git://github.com/raspberrypi/linux.git" -# List's +# Lists fwlist="bootcode.bin fixup.dat start.elf" toolslist="imagetool-uncompressed.py args-uncompressed.txt \ boot-uncompressed.txt" #first32k.bin @@ -159,7 +159,7 @@ > ${data}/sdcard.part partnb=$(cat ${data}/sdcard.part | wc -l) if [ "$partnb" != 3 ]; then - error "SliTaz RPi need 3 partitions on the sdcard" + error "SliTaz RPi needs 3 partitions on the sdcard" newline && exit 1 fi @@ -343,7 +343,7 @@ -O ${data}/linux-version.txt || exit 1 status else - echo "Mirror is unreatchable" && exit 1 + echo "Mirror is unreachable" && exit 1 fi kvers=$(cat $data/linux-version.txt) [ "$up" ] && rm -rf ${data}/linux-${kvers}*