Source-Changes archive

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

CVS commit: src/usr.sbin/sysinst



Module Name:    src
Committed By:   martin
Date:           Fri Dec 13 22:12:41 UTC 2019

Modified Files:
        src/usr.sbin/sysinst: bsddisklabel.c disklabel.c gpt.c label.c mbr.c
            partitions.c partitions.h partman.c

Log Message:
When finding (paritioning scheme native) partition types for file systems
from our install description, pass the partition type (not only the file
system type). Sometimes (e.g. EFI boot partition on GPT) the filesystem
type (MSDOS) is not a unique selector.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/sysinst/bsddisklabel.c
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/sysinst/disklabel.c \
    src/usr.sbin/sysinst/mbr.c
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/sysinst/gpt.c
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/sysinst/label.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/partitions.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/partitions.h
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/sysinst/partman.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