Commit Graph

25 Commits

Author SHA1 Message Date
mglae
76bda434d5 busybox: createlog: don't include journal files of persistent logging 2023-04-23 19:31:00 +02:00
Ian Leonard
787b30b24b busybox: createlog: no githash stored in /etc/issue
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 06:31:06 +00:00
Ian Leonard
462b767ce4 busybox: createlog: cleanup
Only create a logfile for the previous boot if persistent journal
is being used.

Also applies some changes for shellcheck warnings:

`...` to $(...)
Verifying variable is set ${var:?} before rm'ing
Useless use of cat
Command grouping when the commands redirect to the same file
Use of == in [...]
[ test1 -a test2 ] to [ test1 ] && [ test2 ]

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 06:30:34 +00:00
Lukas Rusak
e23d57194a busybox: fix createlog udev rule wildcard 2021-03-21 12:55:34 -07:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
MilhouseVH
1729b9b201 createlog: bring sanity to kodi log order 2017-04-27 23:06:08 +01:00
MilhouseVH
692a1f979d logfiles: Add CPU governor details to 03_Hardware.log 2016-08-29 03:39:52 +01:00
MilhouseVH
262ee4a16a rebrand: A few more fix-ups 2016-03-23 19:36:54 +00:00
Stefan Saraev
4801044f3c scripts/createlog: more logs 2014-12-13 00:20:55 +02:00
Stefan Saraev
b741ed9f50 scripts/createlog: cosmetics. also include kodi.old.log
... and crashlog, in the future...
2014-12-12 23:40:15 +02:00
Stephan Raue
0900d83b9a [xbmc-rebrand] busybox: rename XBMC config dir in scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-20 16:05:49 +02:00
Stefan Saraev
328c05a1d6 createlog: make rpi even happier 2014-01-15 03:45:57 +01:00
Stefan Saraev
a4ac801fb4 createlog: make RPi happy 2014-01-15 03:45:57 +01:00
Stefan Saraev
f7515df9e6 createlog: dont run nonexistent tools
closes #2881
2014-01-15 03:45:57 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stefan Saraev
39630a0b65 createlog: adapt for systemd. include even more info 2013-10-18 20:40:40 +03:00
Bas Spaans
5a5250afb6 createlog: Adds filesystem usage information to 08_Filesystem.log 2012-03-18 11:42:05 +01:00
Bas Spaans
36addd61ea Adds 08_Filesystem.log to output of createlog. contains list of mounts 2012-03-18 10:08:16 +01:00
Bas Spaans
fe981ad7de Disable generation of 00_OS.log as the information is in the header of every log file generated 2012-03-18 09:52:29 +01:00
Bas Spaans
fa0cb1a5f2 Add OE version information to the header of every log file generated 2012-03-18 09:50:49 +01:00
Bas Spaans
aa99ff9023 packages/sysutils/busybox/scripts/createlog: create .zip instead of .tar.bz2
Adds compatibilty with Windows users so they wont need extra tools. Adds a small increase in the size of the compressed logs
2012-03-17 17:25:17 +01:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
723781c1b4 dmidecode: remove package 'dmidecode'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-02-16 20:24:44 +01:00
Stephan Raue
16098bb995 busybox: use /storage/logfiles to store logfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-17 23:25:29 +01:00
Stephan Raue
35267ea3c3 busybox: add script to collect and compress some usefull logfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-17 18:18:41 +01:00