cvs commit: src/sbin/bsdlabel bsdlabel.c
Ian Dowse
iedowse at FreeBSD.org
Sun Aug 14 22:46:50 GMT 2005
iedowse 2005-08-14 22:46:50 UTC
FreeBSD src repository
Modified files:
sbin/bsdlabel bsdlabel.c
Log:
Attempt to improve the logic for automatically sizing partitions
to take into account the new default of starting the first partition
after the boot blocks instead of at sector 0. If you used automatic
sizing when the first partition did not start at 0, you would get
an error that the automatically sized partition extended beyond the
end of the disk.
Note that there are probably still many more complex cases where
automatic sizing and placement will not work (e.g. non-contiguous
or out of order partitions).
Revision Changes Path
1.111 +62 -5 src/sbin/bsdlabel/bsdlabel.c
More information about the cvs-src
mailing list