How can I compile and put an extra module on Clonezilla live ? |
0. Boot clonezilla live, enter command line prompt
1. sudo su -
2. Configure network by "ocs-live-netcfg"
3. Change /etc/apt/sources.list if necessary. You can use a mirror site near you so that it's faster to download the required package.
4. apt-get update
5. apt-get install linux-headers-`uname -r` build-essential
6. Then you can start to compile your module. Once the kernel module is ready, you can follow this to add the kernel module in filesystem.squasfhs.
|
|