From 4c72a6ab2d5703bbf552df8c0254e8ad91855761 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 8 Feb 2001 03:02:04 +0000 Subject: [PATCH] Updated installation instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/makedev-inst.sgml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/chapter06/makedev-inst.sgml b/chapter06/makedev-inst.sgml index ca14a1104..a4e4d0433 100644 --- a/chapter06/makedev-inst.sgml +++ b/chapter06/makedev-inst.sgml @@ -1,17 +1,6 @@ Installation of MAKEDEV - -Install MAKEDEV by running the following commands: - - -
- - sed "s/# 9/9/" MAKEDEV >/dev/MAKEDEV && - chmod 754 /dev/MAKEDEV - -
- Create the device files by running the following commands: @@ -19,7 +8,8 @@ Create the device files by running the following commands:
cd /dev && - ./MAKEDEV -v generic + ./MAKEDEV-temp -v generic && + rm MAKEDEV-temp