mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
6763d56acc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
582 B
Text
14 lines
582 B
Text
This program is used to create Microsoft compatible boot records.
|
|
It is able to do the same as Microsoft "fdisk /mbr" to a hard disk.
|
|
It is also able to do the same as Microsoft "sys d:" to a floppy or
|
|
FAT partition except that it does not copy any system files,
|
|
only the boot record is written.
|
|
|
|
It is useful when using Linux to restore a backup of a reference
|
|
Microsoft Windows installation.
|
|
(Excellent for creating bootable Windows 7 install USB).
|
|
|
|
2.4.0 Added support for syslinux GPT MBR.
|
|
Updated syslinux mbr to version 6.02.
|
|
|
|
2.4.1 Added support for FAT32 PE boot record.
|