<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5496&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / cdrom to source list]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5496</link>
		<description><![CDATA[The most recent posts in cdrom to source list.]]></description>
		<lastBuildDate>Thu, 26 Jan 2023 15:58:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: cdrom to source list]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40592#p40592</link>
			<description><![CDATA[<div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>mount -o loop,ro -t iso9660 /mnt/devuan_chimaera_4.0.0_amd64_desktop.iso /media/cdrom</p><p>deb file:/cdrom chimaera main<br />added to config file.</p></div></blockquote></div><p>If you&#039;ve mounted the ISO under /media/cdrom then you should put the same directory in sources.list. Surely that&#039;s obvious, even with a language barrier?</p><p>EDIT: and why are you combining the differing advice from two respondents? That&#039;s even weirder.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 26 Jan 2023 15:58:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40592#p40592</guid>
		</item>
		<item>
			<title><![CDATA[Re: cdrom to source list]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40583#p40583</link>
			<description><![CDATA[<div class="quotebox"><cite>tux wrote:</cite><blockquote><div><p>no lines in live or base os sources.list have deb cdrom lines commented or uncommented.</p></div></blockquote></div><p>Mine did.</p><p>Maybe it got added by <span class="bbc">apt-cdrom add</span> - I don&#039;t think I ran that, but can&#039;t say for certain.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Wed, 25 Jan 2023 22:08:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40583#p40583</guid>
		</item>
		<item>
			<title><![CDATA[Re: cdrom to source list]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40582#p40582</link>
			<description><![CDATA[<p>mount -o loop,ro -t iso9660 /mnt/devuan_chimaera_4.0.0_amd64_desktop.iso /media/cdrom</p><p>deb file:/cdrom chimaera main<br />added to config file.</p><div class="codebox"><pre><code>sudo aptupdate
Error output.

W: the resository file:cdrom chimaera does not have a release file
E: failed to fetch file:cdrom/distros/chimaera/main/source/Sources File not found - /cd/dist
/chimaera/main/sources/Sources (2: No such file or directory)
W: Some indect files failed to download. they have been ignored, or old ones used instead</code></pre></div><p>no lines in live or base os sources.list have deb cdrom lines commented or uncommented.</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Wed, 25 Jan 2023 21:23:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40582#p40582</guid>
		</item>
		<item>
			<title><![CDATA[Re: cdrom to source list]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40573#p40573</link>
			<description><![CDATA[<p>Apt looks for the cdrom at /media/cdrom, so for the non-live ISO I did:</p><div class="codebox"><pre><code>mount -o loop,ro -t iso9660 /mnt/devuan_chimaera_4.0.0_amd64_desktop.iso /media/cdrom</code></pre></div><p>(If necessary, do <span class="bbc">mount /dev/sdX1 /mnt</span> or equivalent first, or copy the ISO to the local disk and update the path.)</p><p>Then, given an /etc/apt/sources.list which already contained...</p><div class="codebox"><pre><code>deb cdrom:[Devuan GNU/Linux 4.0 chimaera amd64 - desktop 20211012]/ chimaera contrib main nonfree</code></pre></div><p>...I removed contrib and nonfree, and needed to set allow-insecure=yes like so:</p><div class="codebox"><pre><code>deb [ allow-insecure=yes ] cdrom:[Devuan GNU/Linux 4.0 chimaera amd64 - desktop 20211012]/ chimaera main</code></pre></div><p>(In addition to the ISO filename, I assume the live ISO has a different cdrom label also.)</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Wed, 25 Jan 2023 16:13:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40573#p40573</guid>
		</item>
		<item>
			<title><![CDATA[Re: cdrom to source list]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40562#p40562</link>
			<description><![CDATA[<p>Mount the ISO image under a directory (<em>eg</em>, /cdrom) and use</p><div class="codebox"><pre><code>deb file:/cdrom chimaera main</code></pre></div><p>Alternatively run</p><div class="codebox"><pre><code># apt-cdrom add</code></pre></div><p>Then insert the CD/DVD.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 25 Jan 2023 07:05:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40562#p40562</guid>
		</item>
		<item>
			<title><![CDATA[Re: cdrom to source list]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40559#p40559</link>
			<description><![CDATA[<div class="codebox"><pre><code> # Package repositories
deb [trusted=yes] file:/mnt/devuan_chimaera_4.0.2_amd64_desktop-live.iso chimaera main
deb [trusted=yes] cdeb file:/mnt/mount-iso chimaera main
deb [trusted=yes] cdeb file:/devuan_chimaera_4.0.2_amd64_desktop-live.iso chimaera main
deb [trusted=yes] cdrom file:/devuan_chimaera_4.0.2_amd64_desktop-live.iso chimaera main</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Wed, 25 Jan 2023 02:00:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40559#p40559</guid>
		</item>
		<item>
			<title><![CDATA[cdrom to source list]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=40558#p40558</link>
			<description><![CDATA[<p>what is correct commenting for Base OS installing updates offline with mounted live iso cd/dvd</p><div class="codebox"><pre><code> # Package repositories
deb file:/mnt/devuan_chimaera_4.0.2_amd64_desktop-live.iso chimaera main
deb cdeb /mnt/devuan_chimaera_4.0.2_amd64_desktop-live.iso
deb cdrom:[devuan_chimaera_4.0.2_amd64_desktop-live.iso}/ cimaera contrib main
#deb  http://deb.devuan.org/merged chimaera main 
#deb http://deb.devuan.org/merged chimaera-updates main
#deb http://deb.devuan.org/merged chimaera-security main</code></pre></div><div class="codebox"><pre><code> # Source repository
deb-src cdeb /mnt/devuan_chimaera_4.0.2_amd64_desktop-live.iso chimaera main
deb cdeb file:/mnt/mount-iso chimaera main
deb file:/mnt/mount-iso chimaera main </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Wed, 25 Jan 2023 01:19:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=40558#p40558</guid>
		</item>
	</channel>
</rss>
