From: Michael M. <mi...@hi...> - 2015-04-29 14:40:24
|
I've solved this issue. I used a modified version of this: http://drbl.org/faq/2_System/files/editCZCDsquashfs.txt along with the the same basic steps from here: http://knoppix.net/wiki3/index.php?title=Knoppix_Remastering_Howto Basic steps: 1. Run editCZCDsquashfs.sh (http://drbl.org/faq/2_System/files/editCZCDsquashfs.txt) 2. In another terminal, chroot /tmp/clonezillan/live/squashfs-root 3. apt-get update 4. apt-get install vim 5. Setup eth0 to get dhcp: auto eth0 allow-hotplug eth0 iface eth0 inet dhcp 6. apt-get install tinc 7. Configure tinc: 8. Ensure the tun driver is loaded: add 'tun' to /etc/modules on its own line. 9. apt-get install chkconfig 10. Make sure that ssh starts on boot: 'chkconfig ssh on' 11. Ctrl+D to exit chroot 12. Backup what you just did: cd /tmp/ tar -zcvf myclonezilla.tar.gz clonezillan/ 13. Return to the terminal that ran the script in #1, and 'exit' I'll probably publish this on github for any future searchers.... https://github.com/DrDamnit/ Michael Munger, dCAP, MCPS, MCNPS, MBSS High Powered Help, Inc. Microsoft Certified Professional Microsoft Certified Small Business Specialist Digium Certified Asterisk Professional mi...@hi... On 04/28/2015 03:19 PM, Michael Munger wrote: > I want to do something rather simple, which I have already done for > Knoppix, but need some guidance for Clonezilla: > > 1. Compile tinc for clonezilla > 2. Set tinc to run at boot (so it connects to our service vpn) > 3. Set dhcp to start automatically. > 4. Set ssh to start and run automatically. > > > Here's why: > > Users cannot follow directions, and getting them to boot, start dhcp, > and do a reverse SSH connection so I can restore their drives is > painstakingly difficult. However, if the Clonezilla disc can start > DHCP and get an address, then connect to our VPN (uses /dev/tun), and > I can then connect to them directly, my instructions are reduced to: > "put this disc in the computer and reboot." > > I am fairly sure 3 & 4 can be accomplished with the OCS script > mentioned here > <http://clonezilla.org/advanced/customized-clonezilla-live.php>, but > what about 1 & 2? Is GCC in the image? If it's like Knoppix, I'll need > to install lzo's dev package. Then... how do I remaster it? > > > -- > Michael Munger, dCAP, MCPS, MCNPS, MBSS > High Powered Help, Inc. > Microsoft Certified Professional > Microsoft Certified Small Business Specialist > Digium Certified Asterisk Professional > mi...@hi... > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live |