How to create a install disk (USB) that has libraries loaded like:libftdi-dev,libsqlite3-dev,libxml2-dev,libmicrohttpd-dev,libncurses5-dev e.t.c. for application development. (The *.so files are essential for the applications developed) So It sounds like what I need to do is:
- make a disk-image that will fit within all destination disks
- have a boot capable version of Ubuntu on a USB.
- have a command to partition the destination disk sized to the disk-image
- auto copy disk-image onto the destination Can this work? What problems will I run into?