<?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=4415&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / debootstrap]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4415</link>
		<description><![CDATA[The most recent posts in debootstrap.]]></description>
		<lastBuildDate>Fri, 16 Jul 2021 17:24:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: debootstrap]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30720#p30720</link>
			<description><![CDATA[<p>I thought it being marked immutable would be the most likely explanation.</p><p>The easiest way to find out how to fix it would have been to read the man page for lsattr, then the related command chattr that refers to. If someone recommends a command you are not familiar with it&#039;s always a good idea to read it&#039;s man page first.</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Fri, 16 Jul 2021 17:24:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30720#p30720</guid>
		</item>
		<item>
			<title><![CDATA[Re: debootstrap]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30713#p30713</link>
			<description><![CDATA[<p>Here is my procedure for a debootstrap install. See &#039;man debootstrap&#039; for other options.</p><p>chroot-dir is the directory where you want to do the debootstrap install. If you mount a separate volume for that, then chroot-dir is the mountpoint. Call it whatever you want.</p><div class="codebox"><pre><code>debootstrap --arch amd64 chimaera chroot-dir http://deb.devuan.org/merged

# Copy files to the new system. Example:
cp /boot/grub/splash.png chroot-dir/boot/grub/</code></pre></div><p>Mount some things and chroot into the new system to make additions and changes. </p><div class="codebox"><pre><code>mount --bind /proc chroot-dir/proc
mount --bind /sys chroot-dir/sys
mount --bind /dev chroot-dir/dev
mount --bind /dev/pts chroot-dir/dev/pts

chroot /chroot-dir</code></pre></div><p>Install kernel and other packages<br />Install grub or other bootloader&#160; (run grub-install and update-grub)<br />Edit configs<br />Create root password<br />Create user</p><p>Leave the chroot:</p><div class="codebox"><pre><code>exit</code></pre></div><p>Unmount stuff:</p><div class="codebox"><pre><code>umount -l chroot-dir/dev/pts
umount -l chroot-dir/dev/
umount -l chroot-dir/sys
umount -l chroot-dir/proc

# And if it&#039;s a separate volume:
umount -l chroot-dir</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 16 Jul 2021 10:48:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30713#p30713</guid>
		</item>
		<item>
			<title><![CDATA[Re: debootstrap]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30704#p30704</link>
			<description><![CDATA[<p>Hi</p><p>is there some Devuan wiki with perhaps a specific page about debootstrap?</p><p>Thank you very much for the infos conc. the second part of my problem (the old protected Deepin file in the partition).</p><p>denk_mal: very good info: the file has 2 flags: ----i---------e---- !<br />I have now to find a way how to erase them...</p><p>chris2be8<br />mount | grep /mnt/sd8<br />1234:~# ┌─( root ) » { ~ }<br />└──┤</p><p>I suppose it is not.<br />but reformat is not a good idea because it does not preserve the other files present the drive.</p><p>better would be for me to remove the 2 flags...</p><p>but I think actually about the sens or nonsens to reinstall directly in that partition....</p><p>(although the problem stay the same concerning the blocked file: why preserve files without use on the disk if I reinstall using debootstrap?)</p><p>Thank you very much<br />+<br />kind regards</p><p><span style="color: blue">EDIT later: the problem with the flag -i is solved, see separate message <a href="https://dev1galaxy.org/viewtopic.php?pid=30705#p30705" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=30705#p30705</a> . I know need only the info conc. debootstrap itself</span></p>]]></description>
			<author><![CDATA[dummy@example.com (oui)]]></author>
			<pubDate>Thu, 15 Jul 2021 20:56:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30704#p30704</guid>
		</item>
		<item>
			<title><![CDATA[Re: debootstrap]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30701#p30701</link>
			<description><![CDATA[<p>Also check if the filesystem it is in is mounted read-only, Eg <span class="bbc">mount | grep /mnt/sd8</span></p><p>If all else fails copy everything you want to keep from that filesystem to somewhere safe, then re-format it.</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Thu, 15 Jul 2021 16:01:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30701#p30701</guid>
		</item>
		<item>
			<title><![CDATA[Re: debootstrap]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30698#p30698</link>
			<description><![CDATA[<p>If it seems unlikely that a process still holds the file then please check the attribute of tha file</p><div class="codebox"><pre><code>&gt; lsattr /mnt/sda8/var/lieb/deepin/deepin_serurity_verify.whitelist</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (denk_mal)]]></author>
			<pubDate>Thu, 15 Jul 2021 06:50:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30698#p30698</guid>
		</item>
		<item>
			<title><![CDATA[debootstrap]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30693#p30693</link>
			<description><![CDATA[<p>available?</p><p>really possible?</p><p>howto (available)?</p><p>in the (about) empty partition that I will use there is a file present I will not hold in it but the power of &quot;root&quot; is there not enough to eraste (not trash) it:</p><div class="quotebox"><blockquote><div><p>Could not delete file :&quot;deepin_serurity_verify.whitelist&quot;.<br />Error removing file /mnt/sda8/var/lieb/deepin/deepin_serurity_verify.whitelist: Operation not permitted.</p></div></blockquote></div><p>How to force to erase it before I install fresh without to format (as I will preserve my other files in that partition! It is important for me!)?</p><p>does Devuan itself format the installation&#039;s partition</p><p>- in normal case?<br />- installing through debootstrap?</p>]]></description>
			<author><![CDATA[dummy@example.com (oui)]]></author>
			<pubDate>Wed, 14 Jul 2021 20:33:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30693#p30693</guid>
		</item>
	</channel>
</rss>
