LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help Me, Urgent, Wait, those are bad! ... Good: Ghost type app for linux out there? (https://www.linuxquestions.org/questions/linux-software-2/help-me-urgent-wait-those-are-bad-good-ghost-type-app-for-linux-out-there-632502/)

sir-lancealot 04-02-2008 12:46 PM

Help Me, Urgent, Wait, those are bad! ... Good: Ghost type app for linux out there?
 
ok, I finally have what I want setup which is a small ebox, boots into DSL linux, numerous perl mod's, custom flash app (using gflashplayer), and this will be put on several devices (all the same hardware) with the option for more later.

This box has an internal flash hard drive, no cdrom, and to install, I needed to boot off a USB pendrive and do the install there.

So rather than do that step over and over, I want to take an image of that distro (512mb drive, distro around 300mb) and make an image file.

Then boot off the usb keychain, copy that image over in one shot. I played with dd a bit, but didn't work, so is there an app similar to norton's ghost that will take a snap of that image (keep it bootable, etc.) and let me just mass copy that out there?

Thanks ... as always ....

Maligree 04-02-2008 01:00 PM

Code:

tar -cvf distro-snapshot.tar /*
gzip distro-snapshot.tar

Should do the job? Second line is optional.

EDIT: Well, that's just the data, you'd have to set up bootloaders manually.. So I guess this won't do the job.

sir-lancealot 04-02-2008 01:02 PM

lol, thanks. I did something similar, then ran into time setting up boot, etc. and said, there must be another way to include that as well which is what led me to dd, but kept getting empty .image files.

Maligree 04-02-2008 01:19 PM

By the way I just found this. It is a *bit* old (*cough* 4 years) but maybe it could get you on the right track.


All times are GMT -5. The time now is 01:58 AM.