summaryrefslogtreecommitdiff
path: root/sysutils/memtest86/files/pkg-message.in
blob: 47f40c82338a01e7440091044dc73206cad1dd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*
* 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
*