diff options
| author | martin <martin@NetBSD.org> | 2019-07-26 07:22:05 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2019-07-26 07:22:05 +0000 |
| commit | afd37eecc9e75bccb51884ace1b4573184741248 (patch) | |
| tree | 17ea07eae26df8e0b62e4e3d6dd5b2e7992474ef /sbin | |
| parent | 9f797756d8a323141d111cf64cd257ce0bfe07fd (diff) | |
Remove outdated note about sysinst restrictions
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/gpt/gpt.8 | 14 |
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 , |
