slitaz-boot-scripts rev 172

Add bootlog (to dispaly boot log with a simple cmd)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 27 23:40:48 2009 +0200 (2009-04-27)
parents c7c3f5408ff7
children 3965265a23b7
files applications/boot-log.desktop bootlog
line diff
     1.1 --- a/applications/boot-log.desktop	Mon Apr 27 23:20:13 2009 +0200
     1.2 +++ b/applications/boot-log.desktop	Mon Apr 27 23:40:48 2009 +0200
     1.3 @@ -1,7 +1,8 @@
     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 'cat /var/log/dmesg.log /var/log/boot.log | sed "s/.\[3g.*\]R//"'
     1.8 +Name[fr]=Log de démarrage
     1.9 +Exec=xterm -hold -title 'boot.log (shift-pgup/pgdn to scroll)' -e 'bootlog'
    1.10  Icon=other.png
    1.11  Type=Application
    1.12  Categories=System;
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/bootlog	Mon Apr 27 23:40:48 2009 +0200
     2.3 @@ -0,0 +1,4 @@
     2.4 +#!/bin/sh
     2.5 +# tazbootlog: Display SliTaz boot log message.
     2.6 +#
     2.7 +cat /var/log/dmesg.log /var/log/boot.log | sed "s/.\[3g.*\]R//"