# HG changeset patch # User Christophe Lincoln # Date 1240868448 -7200 # Node ID 0eba58974c1857f8dfaf0ce7306a012112a7cf4e # Parent c7c3f5408ff7f0b99a23fb813f5265cd2e3b8dac Add bootlog (to dispaly boot log with a simple cmd) diff -r c7c3f5408ff7 -r 0eba58974c18 applications/boot-log.desktop --- a/applications/boot-log.desktop Mon Apr 27 23:20:13 2009 +0200 +++ b/applications/boot-log.desktop Mon Apr 27 23:40:48 2009 +0200 @@ -1,7 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Name=Show Boot Log -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//"' +Name[fr]=Log de démarrage +Exec=xterm -hold -title 'boot.log (shift-pgup/pgdn to scroll)' -e 'bootlog' Icon=other.png Type=Application Categories=System; diff -r c7c3f5408ff7 -r 0eba58974c18 bootlog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootlog Mon Apr 27 23:40:48 2009 +0200 @@ -0,0 +1,4 @@ +#!/bin/sh +# tazbootlog: Display SliTaz boot log message. +# +cat /var/log/dmesg.log /var/log/boot.log | sed "s/.\[3g.*\]R//"