slitaz-boot-scripts annotate applications/boot-log.desktop @ rev 130

rcS.conf: fix typo
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 01 17:55:10 2009 +0100 (2009-02-01)
parents d76432221c42
children de639c1eb4db
rev   line source
pankso@51 1 [Desktop Entry]
pankso@51 2 Encoding=UTF-8
pankso@51 3 Name=Show Boot Log
pascal@113 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))'
pankso@95 5 Icon=other.png
pankso@51 6 Type=Application
pankso@51 7 Categories=System;