1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00
freebsd/usr.sbin/boot0cfg
Andrey V. Elsukov 7411f128dd Reorganize write_mbr() function to be able write bootcode with different
ways. Improve error reporting and also fix indenting.
Now we are trying to write bootcode:
 1. Directly to provider (if we can open it for writing);
 2. Via GEOM_PART (if it is available);
 3. Via GEOM_MBR.

MFC after:	2 weeks
2011-11-07 09:21:18 +00:00
..
boot0cfg.8 Add reference to gpart(8). 2011-11-06 20:42:32 +00:00
boot0cfg.c Reorganize write_mbr() function to be able write bootcode with different 2011-11-07 09:21:18 +00:00
Makefile