On Wed, Jul 31, 2002 at 12:43:39PM +0100, Glyn wrote:
Be warned, the ideas below are untested!
...
> I've had a further think about automating apt-get. I'd have to do:
>
> 1) As normal up to apt saying `please insert CD'.
> 2) Insert CD
> 3) Run following script
In /etc/apt/apt.conf put something like:
acquire
{ cdrom
{
Mount "/cdrom";
"/cdrom/"
{
Mount "my-mount-script";
Umount "my-umount-script";
}
}
}
--
groetjes, carel