From 06ffbeeed9ed929570d99681b78907181c877942 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 12 May 2003 00:54:35 +0000 Subject: [PATCH] shorter MAKDEV install git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/makedev-inst.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index a37f56dcd..d4280f272 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -9,12 +9,8 @@ the file contains one shell script. Install the MAKEDEV script: -cp MAKEDEV-&makedev-version; /dev/MAKEDEV - -Prepare the script for execution: - -cd /dev && -chmod 754 MAKEDEV +bzcat MAKEDEV-&makedev-version; > /etc/MAKEDEV +chmod 754 /etc/MAKEDEV Run the script to create the device files: