d503fad022
Commandline compatible with the previous savecore unless you specify any options, none of them are implemented (yet). Scans all devices marked "dump" or "swap" for dump header signatures and saves dumps off under a name which is a MD5 hash of the header information. This should give unique filenames. A *.info file contains ascii version of the header information.
8 lines
101 B
Makefile
8 lines
101 B
Makefile
# $FreeBSD$
|
|
PROG= savekerneldump
|
|
WARNS= 4
|
|
NOMAN= sorry, not yet.
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.prog.mk>
|