How can I extract the deb files of ubuntu 12.10 from the official iso, I am trying to cut the download time, only some packages are in /pool/main
The rest seem to be in a virtual fs in /casper/.
How can I extract the deb files?
|
How can I extract the deb files of ubuntu 12.10 from the official iso, I am trying to cut the download time, only some packages are in The rest seem to be in a virtual fs in How can I extract the deb files? |
||||
|
|
Most of the debs Ubuntu uses are installed into a chroot before generating the ISO image, so you can't just get them back. If you unsquash the filesystem, you'll see it looks like just a root filesystem. For example, this is a truncated view of
... If you want to mess with the chroot, you can do so as follows:
|
||||
|
|
|
|||||||
|