summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-17 15:10:19 +0100
committerDirk von Suchodoletz2009-02-17 15:10:19 +0100
commitb5ebe1ec8b85533f30cff9f7948487ebe7d1d85a (patch)
tree27e1b4d32a44dfcb7f52d7f218c59fd57debe607 /os-plugins
parentProduce proper output for "done", "failed" in SuSE ... (diff)
downloadcore-b5ebe1ec8b85533f30cff9f7948487ebe7d1d85a.tar.gz
core-b5ebe1ec8b85533f30cff9f7948487ebe7d1d85a.tar.xz
core-b5ebe1ec8b85533f30cff9f7948487ebe7d1d85a.zip
To run non-uclibc binaries the proper lib loader needs to be present
(quick hack for now). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2582 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmware/XX_vmware.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh
index 70d8b540..64fb99ec 100644
--- a/os-plugins/plugins/vmware/XX_vmware.sh
+++ b/os-plugins/plugins/vmware/XX_vmware.sh
@@ -216,13 +216,13 @@ $(ipcalc -m $vmip/$vmpx|sed s/.*=//) {" \
count=2880 bs=512 2>/dev/null
chmod 0777 /mnt/etc/vmware/loopimg/fd.img
# use dos formatter from rootfs (later stage4)
+ ln -sf /mnt/lib/ld-linux.so.2 /lib/ld-linux.so
LD_LIBRARY_PATH=/mnt/lib /mnt/sbin/mkfs.msdos \
/mnt/etc/vmware/loopimg/fd.img >/dev/null 2>&1 #|| error
mount -n -t msdos -o loop,umask=000 /mnt/etc/vmware/loopimg/fd.img \
/mnt/etc/vmware/fd-loop
echo -e "usbfs\t\t/proc/bus/usb\tusbfs\t\tauto\t\t 0 0" >> /mnt/etc/fstab
# needed for VMware 5.5.4 and versions below
- # TODO: isn't boot.slx dead/not functional due of missing ";; esac"?
echo -e "\tmount -t usbfs usbfs /proc/bus/usb 2>/dev/null" \
>>/mnt/etc/init.d/boot.slx