From 83cf2c4257981e7554653ebb4b01a117d8225305 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 20 Aug 2001 20:03:36 +0000 Subject: [PATCH] Creates ubd0 in dev, then quickly removes it. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4702b7c..172c55f 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,9 @@ install: install -d /usr/share/perl5/BootRoot cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot install -d /usr/share/gbootroot/yard/Replacements + mknod yard/replacements/dev/ubd0 b 98 0 cp -fa yard/replacements/[!CVS]* /usr/share/gbootroot/yard/Replacements + rm yard/replacements/dev/ubd0 install -d /usr/share/gbootroot/yard/templates chmod 444 yard/templates/*.yard cp -fa yard/templates/*.yard /usr/share/gbootroot/yard/templates