On Wed, 2014-11-26 at 15:50 +0100, David Kalnischkies wrote:

******
> The best approach might be to move apt-cdrom to apt-transport-cdrom (it
> is currently a bit entangled with other code, but removing this is not
> the worst idea anyhow) and finding maintainer(s) for it. These can
> probably come up with a way better name than "cdrom" as well. All I can
> come up with is "removable" which has a slightly different meaning for
> me if its attached to code. ;)
> 
> (As usual, if you are said volunteer feel free to contact me (or better
> yet deity@) and we will do what we can to help you out; I just want to
> make cristal clear that we don't have the resources to do it ourselves).
> 

cdset is mixed up with this as well.  It is possible to scan in extra
discs, but this option is not offered for usb sticks.

The following would enable the installation stick to remounted by
modifying /etc/apt/apt.conf.d/00CDMountPoint

        if this fails

Acquire::cdrom {
mount "/media/cdrom";
}
Dir::Media::MountPath "/media/cdrom";

        then try this,

Acquire::cdrom {
mount "/media/usb";
}
Dir::Media::MountPath "/media/usb";

(I can't write much code, but I can butcher it.)

I have successfully used the modification to gain repeated access to the
usb installation stick.  I would not be possible to add other sticks in
the same way as 
apt-cdrom add
or by cdset during the installation.  But the original installation
stick can be fully utilized. 

Phil.

-- 
  Philip Charles; 39a Paterson Street, Abbotsford, Dunedin, New Zealand
   +64 3 488 2818        Fax +64 3 488 2875        Mobile 027 663 4453
   phil...@copyleft.co.nz - personal.    i...@copyleft.co.nz - business


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to