[Bug 525784] Re: APT should support scanning .iso for packages, as it scans CD-ROMs
Drew Scott Daniels
525784 at bugs.launchpad.net
Tue Jan 1 16:32:42 UTC 2013
Loopback isn't as easy as it used to be. In lucid, apt-cdrom, synaptic,
and update-manager are expecting to mount real hardware.
I worked around this by something like:
sudo mkdir /mnt/image
#append mount point information to fstab
echo '/ext/precise-dvd-amd64.iso /mnt/image iso9660 user,loop,ro 0 0'>>/etc/fstab #requires root and plain sudo doesn't work, sudo gedit could be used instead
#test:
mount /mnt/image
ls /mnt/image
echo 'Acquire::cdrom::mount "/mnt/image";
APT::CDROM::NoMount;'>>/etc/apt/apt.conf.d/30local-cdimage #requires root and plain sudo doesn't work, sudo gedit could be used instead
Then I could use the software to mount a cdrom image, though apt-cdrom
still didn't work.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/525784
Title:
APT should support scanning .iso for packages, as it scans CD-ROMs
Status in “apt” package in Ubuntu:
Opinion
Bug description:
Binary package hint: apt
As apt supports scanning CD-ROMs, an inbuilt support for .iso images should be provided to scan and install the packages too.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/525784/+subscriptions
More information about the foundations-bugs
mailing list