slitaz-boot-scripts rev 138

boot-log.desktop: remove (any) clear screen
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 23 17:28:35 2009 +0000 (2009-02-23)
parents 48447c5a5a52
children 7f56f98aef11
files applications/boot-log.desktop
line diff
     1.1 --- a/applications/boot-log.desktop	Wed Feb 18 01:35:59 2009 +0100
     1.2 +++ b/applications/boot-log.desktop	Mon Feb 23 17:28:35 2009 +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 -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.8 +Exec=xterm -hold -title 'boot.log (shift-pgup/pgdn to scroll)' -e 'cat /var/log/dmesg.log /var/log/boot.log | sed "s/.\[3g.*\]R//"'
     1.9  Icon=other.png
    1.10  Type=Application
    1.11  Categories=System;