How to change the install path of my Linux Source tree?
        Posted  
        
            by 
                Sen
            
        on Super User
        
        See other posts from Super User
        
            or by Sen
        
        
        
        Published on 2011-01-05T10:53:40Z
        Indexed on 
            2011/01/05
            11:55 UTC
        
        
        Read the original article
        Hit count: 325
        
I was trying to bring up my custom kernel. I did the following :
make menuconfig && make modules && make modules_install && make install
I would like to change the install PATH. How can i do that?
I tried doing
export INSTALL_PATH=<my custom path> 
But then it is only creating the vmlinux.bin(it is not creating the ramdisk image!!)
But if i am not doing that, make install will automatically create the ramdisk image in the default /boot folder.
How can i change that??
Thanks,
Sen
© Super User or respective owner