diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2004-03-13 21:29:24 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2004-03-13 21:29:24 +0000 |
commit | cf1d11951308fb8f82f8a9e57e4271cda429ba3a (patch) | |
tree | 5a241a961527829d24f9e5669f21df867c8f9ec6 /emulators/vmware3/scripts/pre-install | |
parent | 4ce77da9aa2ec306e3e6ef1ec21c5bc54519af85 (diff) |
Notes
Diffstat (limited to 'emulators/vmware3/scripts/pre-install')
-rw-r--r-- | emulators/vmware3/scripts/pre-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware3/scripts/pre-install b/emulators/vmware3/scripts/pre-install index 7d98788dbea8..f4cb4d7ebd83 100644 --- a/emulators/vmware3/scripts/pre-install +++ b/emulators/vmware3/scripts/pre-install @@ -15,10 +15,10 @@ done ln -fs /dev/ttyva ${linux_dev}/tty11 ln -fs /dev/ttyvb ${linux_dev}/tty12 ln -fs ${linux_dev}/tty1 ${linux_dev}/tty0 -mknod ${linux_dev}/null c 2 2 -chmod 666 ${linux_dev}/null +echo Creating vmmon node +mknod /dev/vmmon c 200 0 echo Creating vmnet1 node -mknod /compat/linux/dev/vmnet1 c 149 ${VMNET1_MINOR} +mknod /dev/vmnet1 c 149 ${VMNET1_MINOR} echo Creating $linux_dev/hd\? mknod ${linux_dev}/hda b 0 0x00010002 mknod ${linux_dev}/hdb b 0 0x0001000a |