Or, just make a tarball of your successfull fully configured installation to deploy wherever you want. Or create a collection of tarballs (more flexible) i.e. from the root directory using:
tar cpzf /backup/ltsp/bin.tgz bin/ tar cpzf /backup/ltsp/boot.tgz boot/ tar cpzf /backup/ltsp/cdrom.tgz cdrom tar cpzf /backup/ltsp/dev.tgz dev/ tar cpzf /backup/ltsp/etc.tgz etc/ tar cpzf /backup/ltsp/home.tgz home/ tar cpzf /backup/ltsp/initrd.tgz initrd/ tar cpzf /backup/ltsp/initrd.img.tgz initrd.img tar cpzf /backup/ltsp/lib.tgz lib/ tar cpzf /backup/ltsp/media.tgz --no-recursion media/* tar cpzf /backup/ltsp/mnt.tgz --no-recursion mnt/* tar cpzf /backup/ltsp/opt.tgz opt/ tar cpzf /backup/ltsp/proc.tgz --no-recursion proc/ tar cpzf /backup/ltsp/root.tgz root/ tar cpzf /backup/ltsp/sbin.tgz sbin/ tar cpzf /backup/ltsp/srv.tgz srv/ tar cpzf /backup/ltsp/sys.tgz --no-recursion sys/ tar cpzf /backup/ltsp/tmp.tgz --no-recursion tmp/ tar cpzf /backup/ltsp/usr.tgz usr/ tar cpzf /backup/ltsp/var.tgz var/ tar cpzf /backup/ltsp/vmlinuz.tgz vmlinuz My own Edubuntu 8.04 LTSP server collection of tarballs is 1.3 G. Andy Figueroa Jonathan Carter (highvoltage) wrote: > HI Matte > > On Tue, Jan 26, 2010 at 2:49 PM, Mattias Hemmingsson <[email protected]> wrote: >> Im waiting for the release of the new ubunut / edubuntu. >> And this time im thinking of making it poosibel to dom e sort of network >> installation. >> >> I thing of it i can make my own iso file with packaged and config files >> ready. >> Then i can install this iso to the new servers. >> Then i only have to config one server instead of all ? >> >> Onyone think this is possibel ? >> Can you make own ubuntu version ? > > You can customize a LiveCD: > * https://help.ubuntu.com/community/LiveCDCustomization > > Or you can create an image that you could deploy on the other servers: > * http://ubuntuforums.org/showthread.php?t=287522 > > HTH > > -Jonathan > -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
