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

rcS: get all earlier boot option at one time + home= wait for kernel usb delay
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 15:13:25 2009 +0200 (2009-04-26)
parents d029ffebc94b
children 0eba58974c18
line diff
     1.1 --- a/applications/boot-log.desktop	Sat Aug 02 15:03:49 2008 +0000
     1.2 +++ b/applications/boot-log.desktop	Sun Apr 26 15:13:25 2009 +0200
     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;