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

Steffen Moeller steffen_moeller at gmx.de
Wed Oct 21 09:33:45 UTC 2009


Tiago Bortoletto Vaz wrote:
> 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.
> 
Thanks for your investigation. If /etc/init.d/qpe was wrong, I should have 
spotted it, is my spontaneous reply. But admittedly I use the killall 
route, normally. I'll investigate and probably come up with some variability.

Cheers,

Steffen




More information about the pkg-fso-maint mailing list