<?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=3289&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Someone created an instance on scaleway.com with a devuan?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3289</link>
		<description><![CDATA[The most recent posts in Someone created an instance on scaleway.com with a devuan?.]]></description>
		<lastBuildDate>Thu, 27 Feb 2020 14:48:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Someone created an instance on scaleway.com with a devuan?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20242#p20242</link>
			<description><![CDATA[<p>I have never used scaleway.com, so I don&#039;t know how their instances work. Here&#039;s how I create instances on AWS, it&#039;s probably applicable.</p><p>Create some linux instance. Any linux, as long as you can get access to &quot;debootstrap&quot;.</p><p>Create a separate volume, and attach that volume to your instance (will likely require a reboot).</p><p>Once you can see the new volume (something like /dev/xvdb on AWS), run mkfs.ext4 on it, then mount to something like /mnt:</p><p>mount /dev/xvdb1 /mnt (your names may vary!)</p><p>run debootstrap:</p><p>debootstrap --arch amd64 ascii /mnt <a href="http://deb.devuan.org/devuan" rel="nofollow">http://deb.devuan.org/devuan</a></p><p>This will take a while, and you may want to use a local mirror.</p><p>After it&#039;s done, you might want to chroot in and look around, and maybe add some packages.</p><p>mount -o bind /dev /mnt/dev<br />mount -o bind /sys /mnt/sys<br />mount -o bind /proc /mnt/proc<br />chroot /mnt /bin/bash<br />apt-get update<br />&lt;install packages normally here, you&#039;ll likely need cloud-init&gt;<br />Add a user, and a base ssh key for that user, so you can log in.<br />exit</p><p>Then, unmount /mnt/dev, /mnt/sys, and /mnt/proc, and finally unmount /mnt.</p><p>Take a snapshot of the volume you created. If you (in AWS) then create an instance using this snapshot, and apply the necessary bootloader, it will boot up.</p><p>I&#039;m probably missing a few steps here, haven&#039;t done this in a little while, but that should get you going. All of this is very AWS-centric, so your steps will likely vary somewhat.</p>]]></description>
			<author><![CDATA[dummy@example.com (bigrat)]]></author>
			<pubDate>Thu, 27 Feb 2020 14:48:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20242#p20242</guid>
		</item>
		<item>
			<title><![CDATA[Someone created an instance on scaleway.com with a devuan?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19782#p19782</link>
			<description><![CDATA[<p>hello</p><p>I have hired an instance in development for 3€ per month in scaleway.com</p><p>But I only had a choice of debian (there&#039;s more OS) buster (need mailman3)</p><p>It bothers me a lot to use debian. I&#039;ve asked them to create a standard image with devuan. I&#039;ve been told to create it myself. with build image</p><p>I suppose &quot;standard&quot; is one image, but I&#039;m not clear on this.</p><p>Did someone do this? </p><p>It would help to have a reference, I don&#039;t get along with virtual ones. 8={ I don&#039;t quite understand how an instance in scaleway works. There&#039;s a lot of docu but I don&#039;t really understand it.</p><p>It&#039;s an interesting solution that can be easily scaled.</p><p>Greetings<br />Basati</p>]]></description>
			<author><![CDATA[dummy@example.com (basati)]]></author>
			<pubDate>Wed, 29 Jan 2020 08:58:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19782#p19782</guid>
		</item>
	</channel>
</rss>
