Thursday, December 18, 2014

installation - ubuntu image for multiple computers

I need to set up several computers to be exactly the same:



  • install ubuntu

  • apt-get some software

  • create specific users

  • tweak those users' settings and defaults

  • create some global environment variables for every user

  • and then test, to make sure it all works.


This is very tedious, and I'm wondering how to speed it up.


Is there a way to create an image from a laptop that has all this setup, and then use that image for other computers?


The computers have different processors, different disk size, different memory.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...