summaryrefslogtreecommitdiff
path: root/emulators/vmware3/scripts
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-14 21:01:58 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-14 21:01:58 +0000
commit2b40efb08badd708dca6591fe205ecb59d7961ab (patch)
tree95617687cf6a0ff5e32e6c74b017b7528db8b03a /emulators/vmware3/scripts
parentWhoops, I forgot to remove the paintlib port from the category Makefile. (diff)
Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique.
Suggested by: Nick Sayer
Notes
Notes: svn path=/head/; revision=27547
Diffstat (limited to 'emulators/vmware3/scripts')
-rw-r--r--emulators/vmware3/scripts/pre-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vmware3/scripts/pre-install b/emulators/vmware3/scripts/pre-install
index 771445b0ac01..2ac0bc85a983 100644
--- a/emulators/vmware3/scripts/pre-install
+++ b/emulators/vmware3/scripts/pre-install
@@ -15,6 +15,8 @@ done
ln -s /dev/ttyva ${linux_dev}/tty11
ln -s /dev/ttyvb ${linux_dev}/tty12
ln -s ${linux_dev}/tty1 ${linux_dev}/tty0
+mknod ${linux_dev}/null c 2 2
+chmod 666 ${linux_dev}/null
echo Creating $linux_dev/hd\?
mknod ${linux_dev}/hda b 0 0x00010002
mknod ${linux_dev}/hdb b 0 0x0001000a