slitaz-boot-scripts view applications/boot-log.desktop @ rev 125

Added tag 2.6 for changeset b2a46128ff7b
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 30 08:46:58 2008 +0000 (2008-11-30)
parents d76432221c42
children de639c1eb4db
line source
1 [Desktop Entry]
2 Encoding=UTF-8
3 Name=Show Boot Log
4 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))'
5 Icon=other.png
6 Type=Application
7 Categories=System;