diff options
author | knu <knu@FreeBSD.org> | 2000-08-01 05:56:38 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-01 05:56:38 +0800 |
commit | e93c16ebb71ba3ca357446da65cf493ac9a20dc7 (patch) | |
tree | 1e807abd78da923ce59b8fa21367fdbb4b73f9a4 /emulators/vmware2/scripts | |
parent | ead03e5f239d4f3756eda303d4c49d6c306081fe (diff) | |
download | freebsd-ports-gnome-e93c16ebb71ba3ca357446da65cf493ac9a20dc7.tar.gz freebsd-ports-gnome-e93c16ebb71ba3ca357446da65cf493ac9a20dc7.tar.zst freebsd-ports-gnome-e93c16ebb71ba3ca357446da65cf493ac9a20dc7.zip |
Merge with Vladimir's latest version.
- Add support for FreeBSD bridging facility. To use it, you need a
kernel built with `options BRIDGE'.
- Integrate vmnet and if_tap code into vmmon module.
- Install vmmon/vmnet1 pseudo-device nodes under /compat/linux/dev
instead of /dev
- Set TMPDIR to /var/tmp if empty.
- Change MAINTAINER back to Vladimir N. Silyaev <vns@delta.odessa.ua>,
now he is back and being active. :)
Diffstat (limited to 'emulators/vmware2/scripts')
-rw-r--r-- | emulators/vmware2/scripts/pre-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vmware2/scripts/pre-install b/emulators/vmware2/scripts/pre-install index 2ac0bc85a983..ac9ecea947a5 100644 --- a/emulators/vmware2/scripts/pre-install +++ b/emulators/vmware2/scripts/pre-install @@ -17,6 +17,8 @@ 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 vmnet1 node +mknod /compat/linux/dev/vmnet1 c 149 65537 echo Creating $linux_dev/hd\? mknod ${linux_dev}/hda b 0 0x00010002 mknod ${linux_dev}/hdb b 0 0x0001000a |