[pkg-fso-maint] [Oops] Re: Small patch for install.sh

Tiago Bortoletto Vaz tiago at debian.org
Tue Oct 20 23:06:00 UTC 2009


On Tue, Oct 20, 2009 at 08:37:38PM -0200, Tiago Bortoletto Vaz wrote:
> Hi,
> 
> I've found two small issues when trying to install Debian from a qt-moko v14
> environment. Please consider the attached patch.
> 
> Thanks,
> 
> -- 
> Tiago Bortoletto Vaz
> http://tiagovaz.org
> 0xA504FECA - http://pgp.mit.edu

> --- install.sh.orig	2009-10-20 20:27:03.000000000 -0200
> +++ install.sh	2009-10-20 20:30:24.000000000 -0200
> @@ -592,7 +592,7 @@
>  action_testing () {
>  	echo "Testing system setup"
>  
> -	intern_packages_required="wget ping fdisk mount umount mkfs.$SD_PART1_FS mkswap gunzip dd sed rdate ar basename dirname"
> +	intern_packages_required="wget ping fdisk mount umount mkfs.$SD_PART1_FS mkswap gunzip dd sed rdate binutils basename dirname"

Ignore this. Due to the var name ('package' instead of 'binary') I did this confusion :)

>  	if [ "mkfs.$SD_PART2_FS" != "mkfs.$SD_PART1_FS" ]; then
>  		intern_packages_required="$intern_packages_required mkfs.$SD_PART2_FS"
>  	fi
> @@ -675,7 +675,7 @@
>  
>  	if ps -C qpe >/dev/null; then
>  		echo "E: Qtopia wants to continually access /media/card.  You need to"
> -		echo "   stop it with \`/etc/init.d/qpe stop\` or \`killall qpe\`    "
> +		echo "   stop it with \`/etc/init.d/qpe.sh stop\` or \`killall qpe\`    "

Please keep this change.

Sorry for the noise.

Regards,

-- 
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu




More information about the pkg-fso-maint mailing list