summaryrefslogtreecommitdiffstats
path: root/emulators/vmware3/pkg-plist
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-04-14 21:01:58 +0000
committerknu <knu@FreeBSD.org>2000-04-14 21:01:58 +0000
commit429aacdf47b359d45f5e7046ec8a07789ebdcbe8 (patch)
tree0a2f1e19afa4844fd5b621464ab9feb2668aae7e /emulators/vmware3/pkg-plist
parent48f215609be4f3d6e296423cf8d32278725c604b (diff)
downloadFreeBSD-ports-429aacdf47b359d45f5e7046ec8a07789ebdcbe8.zip
FreeBSD-ports-429aacdf47b359d45f5e7046ec8a07789ebdcbe8.tar.gz
Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique.
Suggested by: Nick Sayer
Diffstat (limited to 'emulators/vmware3/pkg-plist')
-rw-r--r--emulators/vmware3/pkg-plist4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vmware3/pkg-plist b/emulators/vmware3/pkg-plist
index e29983a..35122c4 100644
--- a/emulators/vmware3/pkg-plist
+++ b/emulators/vmware3/pkg-plist
@@ -116,12 +116,14 @@ share/doc/vmware/SAMBA-LICENSE
@exec mkdir -p /compat/linux/dev;for n in 0 1 2 3 4 5 6 7 8 9; do ln -s /dev/ttyv$n /compat/linux/dev/tty$n;done
@exec ln -s /dev/ttyva /compat/linux/dev/tty10
@exec ln -s /dev/ttyvb /compat/linux/dev/tty11
+@exec mknod /compat/linux/dev/null c 2 2
+@exec chmod 666 /compat/linux/dev/null
@exec mknod /compat/linux/dev/hda b 0 0x00010002
@exec mknod /compat/linux/dev/hdb b 0 0x0001000a
@exec ln -s %D/etc/vmware /etc/vmware
@exec mknod /dev/vmmon c 200 0
@exec mknod /dev/vmnet1 c 201 1
-@unexec rm -f /etc/vmware /dev/vmmon /dev/vmnet1 /compat/linux/bin/df /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd?
+@unexec rm -f /etc/vmware /dev/vmmon /dev/vmnet1 /compat/linux/bin/df /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd? /compat/linux/dev/null
@dirrm etc/vmware
@dirrm lib/vmware/bin
@dirrm lib/vmware/lib/floppies
OpenPOWER on IntegriCloud