Here's my sources.list
# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130$
# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130$
deb http://ftp.us.debian.org/debian/ wheezy main
deb-src http://ftp.us.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ wheezy-updates main
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main
If I didn't comment out cdrom
, I'd be seeing something like
Media change: please insert the disc labeled
'Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 DVD Binary-1 20131215-03:40'
in the drive '/media/cdrom/' and press enter
Out of curiosity, I did that. I went to VNC and mounted the CD to my VPS but it didn't solve the problem. So the only way to solve it is to comment cdrom
.
So why isn't cdrom
commented out by default right after the installation? What you need it for? If cdrom
was important, then you couldn't just comment it out, right?
sudo apt-get update
they will be seeing that error no matter what - can you run a system without ever updating apt? – Lynob Feb 09 '14 at 01:27