diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 21:01:58 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 21:01:58 +0000 |
commit | 2b40efb08badd708dca6591fe205ecb59d7961ab (patch) | |
tree | 95617687cf6a0ff5e32e6c74b017b7528db8b03a /emulators/vmware2/pkg-plist | |
parent | Whoops, 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
Diffstat (limited to 'emulators/vmware2/pkg-plist')
-rw-r--r-- | emulators/vmware2/pkg-plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vmware2/pkg-plist b/emulators/vmware2/pkg-plist index e29983ac38c5..35122c42a73d 100644 --- a/emulators/vmware2/pkg-plist +++ b/emulators/vmware2/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 |