Your message dated Fri, 17 Apr 2015 09:04:30 +0200 with message-id <[email protected]> and subject line Re: Bug#706562: release-notes: wheezy's apt-cdrom doesn't insist on /cdrom as mount point has caused the Debian Bug report #706562, regarding release-notes: wheezy's apt-cdrom doesn't insist on /cdrom as mount point to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 706562: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706562 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: release-notes Severity: normal Tags: patch In upgrading.dbk, Section 4.3.3 "Adding APT source from CD-ROM or DVD" has: 1) references to /cdrom throughout ...but apparently that's not obsolete quite yet; it's only Wheezy's apt-cdrom that's FHS-compliant and uses /media/cdrom (see #611569). Do we know if users will need any special advice for handling the switch? 2) references to /dev/hdc These days that would be /dev/sr0 or /dev/scd0 or something, but presumably we should be talking about the /dev/cdrom symlink, right? 3) no references to Blu-ray Discs We offer images for DVD and (via jigdo only) BD, but this section talks almost exclusively about "CDs" (and "the CD-ROM drive"), with only one mention of DVDs and none of Blu-ray. Should we perhaps make the cover-term "optical media" in the title, and phrase things so we can fit in a reference to "CDs (or DVDs or Blu-ray Discs)" the first time it comes up in the text? Or perhaps we could treat "CDs" as the cover-term, so it's "from CDs" in the title, and put an expanded version in the first place where it's mentioned in the text - "optical media (that is, CDs, DVDs, or Blu-ray Discs)". My patch goes for /dev/cdrom, and "optical media" in the title. (I also pluralise "sources" in the title, bringing it in line with the other section titles. Even if I'm only adding one such APT source, other people on other occasions follow the same procedure.) -- JBR with qualifications in linguistics, experience as a Debian sysadmin, and probably no clue about this particular packageIndex: upgrading.dbk =================================================================== --- upgrading.dbk (revision 9683) +++ upgrading.dbk (working copy) @@ -519,9 +519,10 @@ </section> <section id="cdroms"> -<title>Adding APT source from CD-ROM or DVD</title> +<title>Adding APT sources from optical media</title> <para> -If you want to use CDs <emphasis>only</emphasis>, comment out the existing +If you want to use <emphasis>only</emphasis> CDs +(or DVDs or Blu-ray Discs), comment out the existing <quote><literal>deb</literal></quote> lines in <filename>/etc/apt/sources.list</filename> by placing a hash sign (<literal>#</literal>) in front of them. </para> @@ -529,12 +530,12 @@ Make sure there is a line in <filename>/etc/fstab</filename> that enables mounting your CD-ROM drive at the <filename>/cdrom</filename> mount point (the exact <filename>/cdrom</filename> mount point is required for -<command>apt-cdrom</command>). For example, if <filename>/dev/hdc</filename> -is your CD-ROM drive, <filename>/etc/fstab</filename> should contain a line +<command>apt-cdrom</command>). For example, if <filename>/dev/cdrom</filename> +points at your CD-ROM drive, <filename>/etc/fstab</filename> should contain a line like: </para> <programlisting> -/dev/hdc /cdrom auto defaults,noauto,ro 0 0 +/dev/cdrom /cdrom auto defaults,noauto,ro 0 0 </programlisting> <para> Note that there must be <emphasis>no spaces</emphasis> between the words
--- End Message ---
--- Begin Message ---On 2015-04-11 18:23, Justin B Rye wrote: > Package: release-notes > Followup-For: Bug #706562 > > I thought this bugreport from the Wheezy release-notes had been dealt > with, but it's a good thing I doublechecked upgrading.dbk. My points > #2 and #3 (references to /dev/hdc and lack of reference to Blu-Ray) > are done, but #1 (references to /cdrom instead of /media/cdrom) was > deferred until Jessie, since Wheezy users might still have been using > the Squeeze apt-cdrom. > >> [...] > Thanks, applied as-is. ~Niels
--- End Message ---

