summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2019-07-26 07:22:05 +0000
committermartin <martin@NetBSD.org>2019-07-26 07:22:05 +0000
commitafd37eecc9e75bccb51884ace1b4573184741248 (patch)
tree17ea07eae26df8e0b62e4e3d6dd5b2e7992474ef /sbin
parent9f797756d8a323141d111cf64cd257ce0bfe07fd (diff)
Remove outdated note about sysinst restrictions
Diffstat (limited to 'sbin')
-rw-r--r--sbin/gpt/gpt.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8
index cad2811bbd0..7c2f6d4f441 100644
--- a/sbin/gpt/gpt.8
+++ b/sbin/gpt/gpt.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.69 2019/06/25 04:53:40 jnemeth Exp $
+.\" $NetBSD: gpt.8,v 1.70 2019/07/26 07:22:05 martin Exp $
.\"
.\" Copyright (c) 2002 Marcel Moolenaar
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/sbin/gpt/gpt.8,v 1.17 2006/06/22 22:22:32 marcel Exp $
.\"
-.Dd June 22, 2019
+.Dd July 26, 2019
.Dt GPT 8
.Os
.Sh NAME
@@ -758,11 +758,7 @@ nas# gpt show -l wd3
nas#
.Ed
.Pp
-Booting from GPT on an BIOS system.
-This creates a bootable partition that can be manually installed to.
-Note that
-.Xr sysinst 8
-does not yet properly support this setup.
+Booting from GPT on a BIOS system: this creates a bootable partition.
.Bd -literal
xotica# gpt create wd1
xotica# gpt add -b 1024 -l bootroot -t ffs -s 1g wd1
@@ -776,6 +772,10 @@ xotica# installboot /dev/rdk0 /usr/mdec/bootxx_ffsv1
xotica# mount /dev/dk0 /mnt
xotica# cp /usr/mdec/boot /mnt
.Ed
+.Pp
+Note that
+.Ic biosboot
+is not needed for UEFI systems.
.Sh SEE ALSO
.Xr boot 8 ,
.Xr dkctl 8 ,
).ad 2008-05-20If autoloading a module, don't consider the current working directory.ad 2008-05-20Allow module class to be passed to module_load(), as a basic sanity checkad 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-03-02Add support for load-time parameters for modules, which are passed throughjmmv 2008-01-17MODCTL_LOAD and MODCTL_FORCELOAD generally pass a path (if a module namerumble 2008-01-16Add a cast for kauth_authorize_system..ad 2008-01-16Pull in my modules code for review/test/hacking.ad