![](https://seccdn.libravatar.org/avatar/a6ffef5dde34bf02c36fb9fb70f3e397.jpg?s=120&d=mm&r=g)
On Sat, 7 Mar 2015 20:43, don fisher <hdf3@...> wrote:
Just for info. I was able to make a swap using
dd if=/dev/zero of=/home/swapfile bs=1024 count=65536
Only 64M big, but OK for now. Now I need to find a way to get dmesg into a file, or the equivalent.
Don
For myself, I've modified a service-file of a private service I need anyway, and added the the lines: ExecStart=cp -fp /var/log/dmesg /var/log/dmesg.old ExecStart=dmesg >/var/log/dmesg As the service is one of the last started, it's good enough for me. You can of course create your own "Type=oneshot" service, or better a timer unit with a time of, say 20 seconds after boot for it. - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org