How to copy the .deb package files which have already been installed on my system to the LiveCD system?

Asked by Rigved Rakshit

I want to create a LiveCD from my existing system (Ubuntu 10.04 AMD64). So, I want to add the same packages to the LiveCD which I already have installed on my system.

But the UCK Package Manager (Synaptic) downloads these packages again, instead of just copying and installing from my /var/cache/apt/archives folder.

Is there some way to just copy and install packages from my /var/cache/apt/archives folder instead of separately downloading these packages every time I create a new LiveCD?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Wolf Geldmacher (wolf-womaro) said :
#1

UCK creates/maintains a directory $REMASTER_HOME/remaster-apt-cache (~/tmp/remaster-apt-cache by default) for use
as apt cache.

You should be able to create a symbolic link to your existing apt cache, i.e.
        ln -s /var/cache/apt ~/tmp/remaster-apt-cache
and use that instead.

Can you help with this problem?

Provide an answer of your own, or ask Rigved Rakshit for more information if necessary.

To post a message you must log in.