* Task base change to make nfs mounts work
@ 2008-10-03 12:28 Philip Balister
0 siblings, 0 replies; only message in thread
From: Philip Balister @ 2008-10-03 12:28 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]
I have this change in my local tree that enables nfs mounting. The basic
issue is that mount now needs a helper program to do nfs mounts. There
have been issues with the busybox mount in the past, so that is why we
aren't using that mount.
Does anyone object if I push this? Or does someone have a better
solution they would like to push?
#
# old_revision [d5745c88e0f3a7217b5498c8695cd3e69ce40983]
#
# patch "packages/tasks/task-base.bb"
# from [ab1c1bf841ccd63673a0d99929f535e028e54682]
# to [6f3bea396eda2c9adb43f93837b67efa66bbee72]
#
============================================================
--- packages/tasks/task-base.bb ab1c1bf841ccd63673a0d99929f535e028e54682
+++ packages/tasks/task-base.bb 6f3bea396eda2c9adb43f93837b67efa66bbee72
@@ -360,7 +360,8 @@ RDEPENDS_task-base-nfs = "\
# task-base-nfs provides ONLY client support - server is in nfs-utils
package
#
RDEPENDS_task-base-nfs = "\
- portmap"
+ portmap \
+ nfs-utils-client"
RRECOMMENDS_task-base-nfs = "\
kernel-module-nfs "
Philip
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-03 12:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03 12:28 Task base change to make nfs mounts work Philip Balister
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.