我用
apt-cdrom -m -d /mnt/iso1 add
把此cdrom加入sources.list後
使用apt-get install xxx
卻出現
Err cdrom://[Debian GNU/Linux 3.1 r4 _Sarge_ - Official i386 Binary-1 (20061116)] unstable/main binutils 2.15-6
Unable to stat the mount point /cdrom/ - stat (2 No such file or directory)
在apt.conf加入Acquire::CDROM::Mount "/mnt/iso1";
依然發生一樣的錯誤,請問有辦法把不是mount在/cdrom下的光碟當作apt source嗎?