summaryrefslogtreecommitdiff
path: root/static/openbsd/man8/rdsetroot.8
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:54:44 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:54:44 -0400
commita9157ce950dfe2fc30795d43b9d79b9d1bffc48b (patch)
tree9df484304b560466d145e662c1c254ff0e9ae0ba /static/openbsd/man8/rdsetroot.8
parent160aa82b2d39c46ad33723d7d909cb4972efbb03 (diff)
docs: Added All OpenBSD Manuals
Diffstat (limited to 'static/openbsd/man8/rdsetroot.8')
-rw-r--r--static/openbsd/man8/rdsetroot.866
1 files changed, 66 insertions, 0 deletions
diff --git a/static/openbsd/man8/rdsetroot.8 b/static/openbsd/man8/rdsetroot.8
new file mode 100644
index 00000000..0457b1b4
--- /dev/null
+++ b/static/openbsd/man8/rdsetroot.8
@@ -0,0 +1,66 @@
+.\" $OpenBSD: rdsetroot.8,v 1.4 2023/04/24 14:06:01 krw Exp $
+.\"
+.\" Copyright (c) 2019 Theo de Raadt
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: April 24 2023 $
+.Dt RDSETROOT 8
+.Os
+.Sh NAME
+.Nm rdsetroot
+.Nd insert disk image into RAMDISK kernel
+.Sh SYNOPSIS
+.Nm rdsetroot
+.Fl s
+.Ar kernel
+.Nm rdsetroot
+.Op Fl dx
+.Ar kernel
+.Op Ar disk.fs
+.Sh DESCRIPTION
+The
+.Nm
+utility inserts the file
+.Ar disk.fs
+into the reserved space inside a RAMDISK kernel.
+If
+.Ar disk.fs
+is not specified,
+.Nm
+reads from standard input.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl d
+Debug.
+.It Fl s
+Print the size in bytes of the reserved space in the RAMDISK kernel.
+No insertion or extraction is attempted.
+.It Fl x
+Rather than inserting, extract the
+.Ar disk.fs
+image.
+If
+.Ar disk.fs
+is not specified,
+.Nm
+writes to standard output.
+The disk can be made accessible using
+.Xr vnconfig 8 ,
+filesystems can be manipulated, and finally re-inserted into the RAMDISK kernel.
+.El
+.Sh SEE ALSO
+.Xr config 8 ,
+.Xr disklabel 8 ,
+.Xr vnconfig 8