|
On 05/16/2013 10:21 PM, Gareth wrote:
This is not a strange way to do this at all. It is a trivial way to copy the boot record to the first sector of the hard drive, /dev/sda as opposed to a partition such as /dev/sda1. There are other methods that would accomplish the same thing such as dd if=mbr.bin of=/dev/sda. This is so very easy because in Unix/Linux, "everything is a file," including hard drives and partitions on a hard drive.
|
-- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd

