看板 DFBSD_commit 關於我們 聯絡資訊
commit a8de4644e441358bbf7213fb1b7a3d04457280fa Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Aug 11 10:06:01 2009 -0700 disklabel* - Make disk and filesystem types case insensitive. * e.g. allow 'hammer' or 'HAMMER' to be specified when configuring a filesystem type for a partition. When displayed the proper case will be used. This reduces confusion for people trying to partition a disk manually. Summary of changes: sbin/disklabel/disklabel.c | 7 ++++--- sbin/disklabel64/disklabel64.c | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a8de4644e441358bbf7213fb1b7a3d04457280fa -- DragonFly BSD source repository