Displaying 1 result from an estimated 1 matches for "_modinst_".
2009 Nov 13
1
guestmount symlink issues
I'm trying to use guestmount to install some kernel modules in a guest:
[mbooth at mbooth linux-2.6 (amit)]$ make modules_install
INSTALL_MOD_PATH=~/etch
ln: creating symbolic link
`/home/mbooth/etch/lib/modules/2.6.32-rc6/source': No such file or directory
make: *** [_modinst_] Error 1
I think something's screwy with symlinks. In the following, /tmp/source
is a symlink, and I have previously attempted to create a source symlink
in the current directory:
[mbooth at mbooth 2.6.32-rc6]$ rm source
rm: cannot remove `source': No such file or directory
[mbooth at m...