slitaz-arm rev 56
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Mar 14 18:02:26 2014 +0000 (2014-03-14) |
parents | 2677c4a43ce8 |
children | ffd23dba61e3 |
files | rootfs/etc/init.d/rcS rpi/README sat-rpi |
line diff
1.1 --- a/rootfs/etc/init.d/rcS Fri Mar 14 00:00:28 2014 +0100 1.2 +++ b/rootfs/etc/init.d/rcS Fri Mar 14 18:02:26 2014 +0000 1.3 @@ -30,7 +30,7 @@ 1.4 # Be quiet at boot 1.5 echo "0 0 0 0" > /proc/sys/kernel/printk 1.6 1.7 -# Use udev and disable hotplug helper (udevd listen to netlink) 1.8 +# Use udev and disable hotplug helper (udevd listens to netlink) 1.9 if [ -x "/sbin/udevd" ]; then 1.10 echo "" > /proc/sys/kernel/hotplug 1.11 echo "Starting udevd & udevadm [trigger settle]..." 1.12 @@ -87,5 +87,5 @@ 1.13 newline 1.14 colorize 32 "$MESSAGE" 1.15 1.16 -# Back to a verbose mode but wait ti finish with a clean boot 1.17 +# Back to a verbose mode but wait to finish with a clean boot 1.18 (sleep 4; echo "7 4 1 7" > /proc/sys/kernel/printk) &
2.1 --- a/rpi/README Fri Mar 14 00:00:28 2014 +0100 2.2 +++ b/rpi/README Fri Mar 14 18:02:26 2014 +0000 2.3 @@ -7,9 +7,9 @@ 2.4 2.5 TazBerry 2.6 ------------------------------------------------------------------------------- 2.7 -SliTaz Raspberry Pi Config Tool with cmdline suport and user frindly ncurses 2.8 -interface. Symply run the tool to get the menu or give TazBerry a function in 2.9 -argument to execute it. Tazberry cmdline output is formated to be used in GUI 2.10 +SliTaz Raspberry Pi Config Tool with cmdline support and user friendly ncurses 2.11 +interface. Simply run the tool to get the menu or give TazBerry a function in 2.12 +argument to execute it. Tazberry cmdline output is formatted to be used in GUI 2.13 tools such as CGI scripts or GTK boxes: 2.14 2.15 $ tazberry ls-functions
3.1 --- a/sat-rpi Fri Mar 14 00:00:28 2014 +0100 3.2 +++ b/sat-rpi Fri Mar 14 18:02:26 2014 +0000 3.3 @@ -447,7 +447,7 @@ 3.4 boot/ : Must be copied to a FAT32 partition 3.5 rootfs/ : Must be copied to a ext4 or btrfs partition 3.6 3.7 -Manual Installation. Assuming the sdcard is /dev/sdc and have got 3 3.8 +Manual Installation. Assuming the sdcard is /dev/sdc and has got 3 3.9 partitions (boot,swap,root). Mount the sdcard, copy files, unmount: 3.10 3.11 # mkdir -p /media/rpi/boot /media/rpi/root