I just realized I never commited this. This enables Haiku to boot from a logical partition in an extended partition that used to be a BFS partition and has enough of the old super block left for BFS to think it's a valid BFS partition... fix found together with Ingo Weinhold

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15629 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-12-20 22:54:32 +00:00
parent 1f0a4ee8c7
commit 8503c000b3

View File

@ -561,7 +561,7 @@ ep_identify_partition(int fd, partition_data *partition, void **cookie)
}
// things seem to be in order
return 0.5;
return 0.95;
}
// ep_scan_partition