slitaz-boot-scripts diff applications/boot-log.desktop @ rev 123

hwconf.sh: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 22 11:02:59 2008 +0000 (2008-11-22)
parents d76432221c42
children de639c1eb4db
line diff
     1.1 --- a/applications/boot-log.desktop	Mon Jun 09 23:39:44 2008 +0200
     1.2 +++ b/applications/boot-log.desktop	Sat Nov 22 11:02:59 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  [Desktop Entry]
     1.5  Encoding=UTF-8
     1.6  Name=Show Boot Log
     1.7 -Exec=xterm -hold -e 'si=`cat /var/log/boot.log | wc -l`; sh=$(($si-1)); head -$sh /var/log/boot.log'
     1.8 +Exec=xterm -hold -title 'boot.log (shift-pgup/pgdn to scroll)' -e 'si=`cat /var/log/dmesg.log /var/log/boot.log | wc -l`; cat /var/log/dmesg.log /var/log/boot.log | head -$(($si-1))'
     1.9  Icon=other.png
    1.10  Type=Application
    1.11  Categories=System;