From 702a39f5de2bb3487a78a571613981a50eb9610d Mon Sep 17 00:00:00 2001 From: andvar Date: Thu, 10 Aug 2023 06:38:15 +0000 Subject: [PATCH] s/Partititon/Partition/ --- distrib/mvme68k/ramdisk/rd.welcome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/mvme68k/ramdisk/rd.welcome b/distrib/mvme68k/ramdisk/rd.welcome index 14aba004b80f..ebcafdaace35 100644 --- a/distrib/mvme68k/ramdisk/rd.welcome +++ b/distrib/mvme68k/ramdisk/rd.welcome @@ -1,7 +1,7 @@ Welcome to the NetBSD/mvme68k RAMDISK root! This environment is designed to do only four things: - 1: Partititon your disk (use the command: disklabel -i -I /dev/rsd?c) + 1: Partition your disk (use the command: disklabel -i -I /dev/rsd?c) 2: Copy a miniroot image into the swap partition (/dev/rsd?b) 3: Make that partition bootable (using 'installboot') 4: Reboot (using the swap partition, i.e. /dev/sd?b).