Results 1 to 4 of 4
Hi
i am using User-Mode Linux
i followed the steps that are spesified in user-mode-linux site
# Download this kernel and this filesystem (80M, uncompressing to 1.6G)
# Uncompress them:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-19-2008 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 36
unable to see source in /usr/src
Hi
i am using User-Mode Linux
i followed the steps that are spesified in user-mode-linux site
# Download this kernel and this filesystem (80M, uncompressing to 1.6G)
# Uncompress them:
host% bunzip2 linux-2.6.19-rc5.bz2 FedoraCore5-x86-root_fs.bz2
# Run UML as follows:
host% ./linux-2.6.19-rc5 ubda=FedoraCore5-x86-root_fs mem=128M
Boot log
# Log in as root, no password needed:
Fedora Core release 5 (Bordeaux)
Kernel 2.6.19-rc5 on an i686
localhost login: root
[root@localhost ~]#
then i changed the directory to /usr/src
here i am unable to find source for this virtual linux
how can i see source for this virtual linux in this directory
what are the thing i have to do to see the source
help me
thanks in advance
- 04-19-2008 #2
If I'm not mistaken, Fedora installs it to /usr/src/kernels.
- 04-19-2008 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 36
/usr/src is empty
[root@localhost src]# cd /usr/src/
[root@localhost src]# ls -a
. ..
[root@localhost src]#
- 04-19-2008 #4
Is this Fedora 5 running as it should? If so, try doing from the command line as su:
Then:Code:yum update
See if it then installs sources in /usr/srcCode:yum install kernel-devel


Reply With Quote
