Displaying 3 results from an estimated 3 matches for "kclean".
Did you mean:
clean
2006 Aug 23
1
CONFIG_ROOT_NFS?
I''m trying to build a linux/xen kernel that will run with an NFS root,
with out much luck.
I''ve edited src/xen-3.0.2-2/linux-2.6.16-xen/.config to include
CONFIG_NFS_FS=y (was =m)
CONFIG_ROOT_NFS=y (wasn''t there)
after running "make kclean" and make "kernels" CONFIG_ROOT_NFS is gone
(though the edit to CONFIG_NFS_FS remains):
#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
CONFIG_NFS_DIRECTIO=y
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONF...
2008 Oct 09
4
Problems at installing Xen 3.3.0
I want to install Xen 3.3.0 from source code. but I failed in doing that in the following steps
1. download xen from http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz
2. # tar -zxf xen-3.3.0;cd xen-3.3.0
3. # make world
......succeed
4. # cp /boot/config-2.6.18-53.el5 build-linux-2.6.18-xen_x86_64/.config
5. # make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig)
2006 May 09
0
[PATCH] build: make linux download more flexible
...uld
not be overridden in the environment. It has been removed
* Allow DOWNLOAD_PATH to set a search path for previously downloaded files
- Use the first element of the path as the directory to save
downloaded files
- Default is LINUX_SRC_PATH if set in environment, else .:..
- Note that kclean-tarball, makedistlcean-* and friends
intentionally only remove tarballs in the top level xen directory,
regardless of the value of this variable. This is to allow
more persistent storage of tarballs in a specified location,
which cam be manually cleaned if desired.
* Fix bug introd...