freebsd-ports/sysutils/memtest86/files/pkg-message.in
Steve Wills 1f6c68e140 sysutils/memtest86: update to 4.3.7
While here, add options for image types and assign maintainer to
submitter

PR:		237658
Submitted by:	Nuno Teixeira <ed.arrakis@gmail.com>
2019-04-30 10:39:58 +00:00

19 lines
371 B
Text

*
* Usage:
*
* USB:
* 1) Insert memstick
* 2) dd if=%%DATADIR%%/memtest86-usb.img \
of=/dev/daN bs=1m conv=sync
* 3) Boot the memstick
*
* CD-ROM:
* 1) Insert blank cd-rom
* 2) cdrecord dev=<device> %%DATADIR%%/memtest86-cdrom.iso
* 3) Boot the memstick
*
* FLOPPY:
* 1) Insert blank floppy
* 2) dd if=%%DATADIR%%/memtest86-floppy.img of=/dev/fd0
* 3) Boot the floppy
*