Tim Kientzle
|
181abccb96
|
The MBR data is not necessarily aligned. This is a problem on ARM.
|
2012-09-14 05:24:06 +00:00 |
|
Andrey V. Elsukov
|
a05f1f2028
|
Add comment why the code has been disabled.
Requested by: rpaulo
|
2012-08-16 06:45:58 +00:00 |
|
Andrey V. Elsukov
|
4b81189aff
|
Some BIOSes return incorrect number of sectors, make checks less
strictly, to do not lost some partitions.
Reported by: swills@
|
2012-08-15 12:01:13 +00:00 |
|
Andrey V. Elsukov
|
06f2b92916
|
As it turned out, there are some installations, where BSD label
contains partitions with type zero. And it has worked.
So, allow detect these partitions.
Reported by: glebius
|
2012-08-07 09:22:46 +00:00 |
|
Andrey V. Elsukov
|
a2bdef2a84
|
Fix start offset calculation for the EBR partitions.
|
2012-08-06 08:54:06 +00:00 |
|
Andrey V. Elsukov
|
a0ff532148
|
Create the interface to work with various partition tables from the
loader(8). The following partition tables are supported: BSD label, GPT,
MBR, EBR and VTOC8.
|
2012-08-05 11:29:44 +00:00 |
|