Skip to content

Commit d82263d

Browse files
committed
Add some info about how to work-around Ubuntu cd-rom issues
1 parent 2162e71 commit d82263d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sites/en/installfest/linux.step

+9
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ Open a terminal (Applications > Accessories > Terminal). You may want to right-
4242

4343
console "sudo apt-get install #{apts.join(' ')}"
4444

45+
important <<-MARKDOWN
46+
If you get an error during `apt-get` resembling
47+
48+
`Failed to fetch cdrom://Ubuntu`...
49+
50+
it is because `apt-get` is trying to install packages from your Ubuntu install CD. If you don't have that CD on hand, you can try disabling it as a package source by following this Stack Overflow post:
51+
52+
http://askubuntu.com/questions/125111/failed-to-download-repository-information-due-to-missing-cdrom
53+
MARKDOWN
4554
end
4655

4756
step "Install git" do

0 commit comments

Comments
 (0)