summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/stage3-stuff/etc/functions')
-rw-r--r--initramfs/stage3-stuff/etc/functions6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 51f5173b..8f6a57d2 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -162,9 +162,9 @@ case "${proto}" in
# for some reason cifs mounts cannot be pivoted :(
#mount -n -o ${mntopt},user=guest,guest,file_mode=0755,dir_mode=0755 \
# -t ${proto} //${server}${srcpath} ${target}
- d_mkrlscript entry boot.slx "uclibc-wrapper mount -n -o ${mntopt},guest,\
-user=guest,file_mode=0755,dir_mode=0755 -t ${proto} //${server}${srcpath} \
-${target#/mnt}"
+ d_mkrlscript entry boot.slx "/opt/openslx/uclib-rootfs/bin/mount -n \
+-o ${mntopt},guest,user=guest,file_mode=0755,dir_mode=0755 -t ${proto} \
+//${server}${srcpath} ${target#/mnt}"
;;
esac
}