NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55991 CVS commit: src/usr.sbin/sysinst



The following reply was made to PR install/55991; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55991 CVS commit: src/usr.sbin/sysinst
Date: Sat, 13 Feb 2021 15:31:36 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Feb 13 15:31:36 UTC 2021
 
 Modified Files:
 	src/usr.sbin/sysinst: bsddisklabel.c
 
 Log Message:
 PR 55991: when extending the marked partition (typically: the NetBSD root
 partition) round the new size up to current alignment.
 
 This may lead to a slightly smaller than initialy planned last partition
 (depending on order added) if the disk size is odd or the partitioning
 scheme needs some internal space (like GPT) - but it avoids gaps elsewhere
 due to alignement.
 
 Ideally we would pin all other partitions in a first pass and then let
 the partitioning backend pick the full available size for the extended
 partition, but this should be good enough.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/sysinst/bsddisklabel.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index