From 59473e96aeaebae07d318c286d3d5079a604aca0 Mon Sep 17 00:00:00 2001 From: Koishi Komeiji Date: Sun, 8 Jan 2023 04:58:31 +0000 Subject: [PATCH] Initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb08812 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# OpenBSD rootfs +At the disk setup part in the OpenBSD installer, choose (W)hole disk MBR or whole disk (G)PT depending on your boot configuration. +Then when the installer gives you an automatic layout, choose create (C)ustom layout and then type accordingly to the output below: + +``` +sd0> a +partition: b +offset: (do not type anything, just press enter) +size: 2048M (or type any size) +FS type: swap +sd0*> a +partition: a +offset: (do not type anything, just press enter) +size: (do not type anything, just press enter) +FS type: (do not type anything, just press enter) +Mount point: / +sd0*> p (check your partition layout, then run the last two commands below) +sd0*> w +sd0> q +```