Currently I'm using UCK and trying to make Edubuntu 12.04.1 DVD launch installer on 256Mb RAM: How to install Edubuntu on a system with low memory (256 Mb)?
I was reading release notes for 12.10 and noticed that
Language packs have now been moved off from the live image to a pool on the disc.
How can I move other packages correctly so they would be available to the live system and for installation without network access?
1 Answer
The correct and long answer is in the wiki:
But I've done it in the wrong hacky way without signing and with manual activation (which is enough for me):
- Marked all needed packages for (re)installation in Synaptic and used
File > Generate download script - Launched that script to download all the packages.
- Unpacked the Alternate CD iso with UCK to
/home/username/tmp/remaster-iso(default location). It stopped on trying to find SquashFS: there is none on Alternate CD. - Moved all the packages to
/home/username/tmp/remaster-iso/debs. - Executed
sudo dpkg-scanpackages /home/username/tmp/remaster-iso/debs | gzip -9c > /home/username/tmp/remaster-iso/debs/Packages.gz Updated md5sum.txt:
# find . -type f -print0 | xargs -0 md5sum > md5sum.txtMade the iso:
sudo mkisofs -r -V "ubuntu_with_debs" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o dvd.iso /home/username/tmp/remaster-iso/After installation I'll temporary replace
sources.listwith a single line:deb file:///media/ubuntu_with_debs/debs /