aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/rhel-dmesg
blob: 4c7f1510747e985beb6a789421fdd54226a27ebd (plain)
1
2
3
#!/bin/bash
[ -f /var/log/dmesg ] && mv -f /var/log/dmesg /var/log/dmesg.old
dmesg -s 131072 > /var/log/dmesg