0

I want to create an Ubuntu 14.04 iso with is all installed packages and software. Ubuntu is installed on Vmware workstation.

I want to be able to install this iso on new systems.

Jens Erat
  • 5,131
  • 7
  • 33
  • 37
Harsh
  • 3

1 Answers1

0

You can create an ISO image using systemback

To install log in to your Ubuntu in VMWARE and in terminal type:

sudo add-apt-repository ppa:nemh/systemback
sudo apt-get update
sudo apt-get install systemback

Then copy the iso image from VMWARE to main desktop and use it to reinstall into a new system.

Red Aura
  • 468