slitaz-boot-scripts rev 113

boot-log.desktop: show kernel message too
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 02 15:03:49 2008 +0000 (2008-08-02)
parents 75582bc44d58
children 17c69f17fb52
files applications/boot-log.desktop
line diff
     1.1 --- a/applications/boot-log.desktop	Sun Jul 27 15:46:07 2008 +0000
     1.2 +++ b/applications/boot-log.desktop	Sat Aug 02 15:03:49 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;