slitaz-arm rev 89

Rpi install: no cp -a for FAT32, add tazberry desktop entry
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 06 14:50:56 2014 +0200 (2014-04-06)
parents ba52d096f50f
children 9a53e64a39fb
files rootfs/usr/share/webhome/links.html rpi/release/install.sh rpi/rootfs/usr/share/applications/tazberry.desktop
line diff
     1.1 --- a/rootfs/usr/share/webhome/links.html	Fri Apr 04 19:04:15 2014 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,34 +0,0 @@
     1.4 -<html>
     1.5 -<head>
     1.6 -	<title>SliTaz web Home</title>
     1.7 -</head>
     1.8 -<body bgcolor="#ffffff" topmargin="20">
     1.9 -	
    1.10 -<h1>SliTaz Web Home</h1>
    1.11 -<hr />
    1.12 -
    1.13 -<table align="center">
    1.14 -	<tr>
    1.15 -		<td>
    1.16 -			<form method="get" action="https://duckduckgo.com/">
    1.17 -				<input type="text" name="q" size="46" maxlength="255" />
    1.18 -				<input type="submit" name="" value="Search" />
    1.19 -				<input type="hidden" name="t" value="slitaz" />
    1.20 -			</form>
    1.21 -		</td>
    1.22 -	</tr>
    1.23 -	<tr><td><p></p></td></tr>
    1.24 -	<tr>
    1.25 -		<td>
    1.26 -			SliTaz Network: 
    1.27 -			<a href="http://arm.slitaz.org">SliTaz ARM</a> -
    1.28 -			<a href="http://arm.slitaz.org/codex/">Codex</a> -
    1.29 -			<a href="http://forum.slitaz.org/forum/arm">Forum</a> -
    1.30 -			<a href="http://cook.slitaz.org/cross/arm/">Cooker</a> -
    1.31 -			<a href="http://hg.slitaz.org/slitaz-arm/summary">Hg</a>
    1.32 -		</td>
    1.33 -	</tr>
    1.34 -</table>
    1.35 -
    1.36 -</body>
    1.37 -</html>
     2.1 --- a/rpi/release/install.sh	Fri Apr 04 19:04:15 2014 +0200
     2.2 +++ b/rpi/release/install.sh	Sun Apr 06 14:50:56 2014 +0200
     2.3 @@ -82,7 +82,7 @@
     2.4  
     2.5  # Install
     2.6  echo -n "Installing: boot files..."
     2.7 -cp -a boot/* ${boot}; status
     2.8 +cp -f boot/* ${boot}; status
     2.9  echo -n "Installing: rootfs files..."
    2.10  cp -a rootfs/* ${root}; status
    2.11  
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/rpi/rootfs/usr/share/applications/tazberry.desktop	Sun Apr 06 14:50:56 2014 +0200
     3.3 @@ -0,0 +1,6 @@
     3.4 +[Desktop Entry]
     3.5 +Type=Application
     3.6 +Name=TazBerry Config
     3.7 +Icon=raspberrypi.png
     3.8 +Exec=terminal -e tazberry
     3.9 +Categories=System;