Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst Support partition type ZFS
details: https://anonhg.NetBSD.org/src/rev/c16a28baec47
branches: trunk
changeset: 1008666:c16a28baec47
user: martin <martin%NetBSD.org@localhost>
date: Mon Mar 30 10:42:49 2020 +0000
description:
Support partition type ZFS
diffstat:
usr.sbin/sysinst/gpt.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r e5282038f42a -r c16a28baec47 usr.sbin/sysinst/gpt.c
--- a/usr.sbin/sysinst/gpt.c Mon Mar 30 10:41:53 2020 +0000
+++ b/usr.sbin/sysinst/gpt.c Mon Mar 30 10:42:49 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gpt.c,v 1.16 2020/01/27 21:21:22 martin Exp $ */
+/* $NetBSD: gpt.c,v 1.17 2020/03/30 10:42:49 martin Exp $ */
/*
* Copyright 2018 The NetBSD Foundation, Inc.
@@ -112,7 +112,8 @@
{ .name = "raid", .fstype = FS_RAID, .ptype = PT_root },
{ .name = "vmcore", .fstype = FS_VMKCORE, .ptype = PT_unknown },
{ .name = "vmfs", .fstype = FS_VMFS, .ptype = PT_unknown },
- { .name = "vmresered", .fstype = FS_VMWRESV, .ptype = PT_unknown }
+ { .name = "vmresered", .fstype = FS_VMWRESV, .ptype = PT_unknown },
+ { .name = "zfs", .fstype = FS_ZFS, .ptype = PT_ZFS },
};
static size_t gpt_ptype_cnt = 0, gpt_ptype_alloc = 0;
Home |
Main Index |
Thread Index |
Old Index