0

I see there are multiple same question like this but here I just want to confirm can I create an iso file from currently installed Ubuntu 16.04.1 with all the package I've installed? Also is it possible to also include the library installed in python virtualenvironment?

I have this tesseract-ocr library installed and other library that were not included when I first setting up Ubuntu 16.04.1, so is it possible to clone my current Ubuntu system and create an iso file from it? What are the current stable software that can do that specifically for Ubuntu 16.04.1

Thank you for the help

Fang
  • 161
  • 1
    Eh, I mean you could use dd to create an IMG file, but that would only be useful for restoring to the same computer. – You'reAGitForNotUsingGit Jun 14 '17 at 02:29
  • I don't want to restore to the same computer. I would like to make it as backup and install it on other computer with same setting, same library installed as the previous computer – Fang Jun 14 '17 at 02:31
  • yes, this is a duplicate question but here I just want to confirm if the iso file created also include all the library that I installed manually. Thank you – Fang Jun 14 '17 at 02:34

2 Answers2

0

I had the same situation as yours. and I did the following:

  1. Install Ubuntu 16.04 on USB flash drive (Consider the USB as if it is the hard drive).
  2. Boot from the USB.
  3. Do the changes you want. (Installing packages and changing settings.)
  4. Boot back into the original system (Not the USB).
  5. Backup the USB flash drive by creating bootable ISO image from USB.

Also, check to this question for step No. 5

HM3RAQ
  • 31
0

Try LinuxRespin/Remastersys.
It can be used to create live bootable ISO from your current installation of Ubuntu/Debian.

Guess that's what you need.

HungryFoolish
  • 729
  • 7
  • 17