From 92c8badb86692cdcdbf2c5f77a1007c314c461e5 Mon Sep 17 00:00:00 2001 From: luxh Date: Sat, 20 Oct 2012 13:23:37 -0700 Subject: [PATCH] Remove MAKEDEV reference --- docs/newhandbook/Configuration/index.mdwn | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/docs/newhandbook/Configuration/index.mdwn b/docs/newhandbook/Configuration/index.mdwn index 0ff7db4..90de180 100644 --- a/docs/newhandbook/Configuration/index.mdwn +++ b/docs/newhandbook/Configuration/index.mdwn @@ -1738,16 +1738,6 @@ You can create a file of a specified size to use as a swap file. In our example - 1. Create a vn-device: - - - - # cd /dev - - # sh MAKEDEV vn0 - - - 1. Create a swapfile (`/usr/swap0`): -- 1.7.7.2