FS#3601 - boot dmesg saved somewhere
            Attached to Project:
            Arch Linux
            
Opened by Dale Blount (dale) - Friday, 09 December 2005, 02:29 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 17 April 2008, 19:11 GMT
          Opened by Dale Blount (dale) - Friday, 09 December 2005, 02:29 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 17 April 2008, 19:11 GMT
| 
 | Details
                    it would be nice to have a copy of dmesg saved shortly after
                    boot incase it gets flooded /var/log/dmesg or /var/log/boot.log are common on other distros. | 
              This task depends upon
              
              
            
            
          
            Closed by  Aaron Griffin (phrakture)
Thursday, 17 April 2008, 19:11 GMT
Reason for closing: Implemented
Additional comments about closing: http://projects.archlinux.org/git/?p=ini tscripts.git;a=commitdiff;h=20d6e1081ec7 105207c01e9d8d2a58bb4a145331
          
        Thursday, 17 April 2008, 19:11 GMT
Reason for closing: Implemented
Additional comments about closing: http://projects.archlinux.org/git/?p=ini tscripts.git;a=commitdiff;h=20d6e1081ec7 105207c01e9d8d2a58bb4a145331
 
                      
You want "/bin/dmesg > /var/log/dmesg" run at the tail end of rc.sysinit? Is that sufficient?
Dale, could you clarify why kernel.log is insufficient? Is it simply because the logrotate config is inappropriate?
So yes, "/bin/dmesg > /var/log/dmesg" would be sufficient for my needs.
I have some other initscripts changes to make, and may release a new package soon