<?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=6974&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / α-utilz  -- a funky version of refractasnapshot/installer]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6974</link>
		<description><![CDATA[The most recent posts in α-utilz  -- a funky version of refractasnapshot/installer.]]></description>
		<lastBuildDate>Sat, 07 Feb 2026 01:12:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61954#p61954</link>
			<description><![CDATA[<p>if anyone cares,<br />i added some updates over the last months:</p><ul><li><p>snapshots can now have multiple kernels</p></li><li><p>snapshots now have a loopback.cfg</p></li><li><p>which is handy for the new multi-usb script that now supporst just drag and drop the iso file and run the updater script to update grub</p></li><li><p>the initramfs for devuan is now generated with dracut (as it is for void)</p></li></ul><p>but there is still one thing i would like to add,<br />and that is for the multi-usb to have a live system with a persistent overlayfs<br />i thought dracut could help me out here but if i read the scripts correct, it requires systemd for this trick</p><p>so i guess my best bet is to just add my own script into the initramfs that checks if &quot;live-overlay.img&quot; file is present on the iso partition of the usb-stick and then mount the overlay and remount root. can anyone help me with this?</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sat, 07 Feb 2026 01:12:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61954#p61954</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55552#p55552</link>
			<description><![CDATA[<p>okay its working again on devuan <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />the problem was with the bootloader options</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sat, 10 May 2025 19:12:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55552#p55552</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55419#p55419</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>What is /root/dev? Why is it trying to mount there?</p></div></blockquote></div><p>Have a look at <strong>/usr/share/initramfs-tools/init</strong>,&#160; you&#039;ll find the following lines moving <strong>/run</strong> and the virtual filesystems <strong>/sys</strong> and <strong>/proc</strong> to the real system:</p><div class="codebox"><pre><code>export rootmnt=/root

(...)

# Move /run to the root
mount -n -o move /run ${rootmnt}/run

# We expect udev&#039;s init-bottom script to move /dev to ${rootmnt}/dev
run_scripts /scripts/init-bottom

# Move virtual filesystems over to the real filesystem
mount -n -o move /sys ${rootmnt}/sys
mount -n -o move /proc ${rootmnt}/proc</code></pre></div><p>Udev&#039;s <strong>/usr/share/initramfs-tools/scripts/init-bottom/udev</strong> script will move <strong>/dev</strong> to <strong>${rootmnt}/dev</strong>, as its supposed to:</p><div class="codebox"><pre><code># move the /dev tmpfs to the rootfs
mount -n -o move /dev ${rootmnt}/dev</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Fri, 25 Apr 2025 20:02:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55419#p55419</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55418#p55418</link>
			<description><![CDATA[<p>What is /root/dev? Why is it trying to mount there?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 25 Apr 2025 17:36:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55418#p55418</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55415#p55415</link>
			<description><![CDATA[<p>i rewrote the whole sudo part, <strong>it is no longer necessary to run this script with sudo</strong> (it will ask for a sudo password if needed)<br />if you are on the root account, and there is a directory in /home that belongs to someone other than root, it will assume that is the correct user</p><p>i tested this on daedalus and it spat out a bootable iso, <br />however the iso will fail to boot properly, during /scripts/init-bottom i get</p><div class="codebox"><pre><code>mount: /root/dev: mount point does not exist</code></pre></div><p>i got similar messages on artix<br />void works tho</p><p>my first thought was that there is something wrong with the initramfs.img but it has the same md5 as when i use fmisthreds refractasnapshot<br />so it is probably something else, not really sure how i can fix this</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Fri, 25 Apr 2025 16:41:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55415#p55415</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55325#p55325</link>
			<description><![CDATA[<p>I was probably root when I ran the installer.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 15 Apr 2025 13:37:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55325#p55325</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55275#p55275</link>
			<description><![CDATA[<p>Yo !<br />sorry it took so long, i had other things to do first<br />but now i had the time and just uploaded a new version<br />fixed efi<br />fixed the scrolling issue with small terminals<br />fixed hyperbola<br />probably fixed the check_chown problem</p><p>when you had the check_chown error, did you use the root account and not sudo or doas? then it should be fixed now</p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sat, 12 Apr 2025 18:09:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55275#p55275</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54563#p54563</link>
			<description><![CDATA[<p>I get the same error as nixer re: function check_chown. It seems like it&#039;s confused about where the logfile goes. I added set -x and tee&#039;d the output. That didn&#039;t get the last of it, so I also made a screenshot. On re-read, I see that nixer was in ceres and I&#039;m doing this in excalibur, but I don&#039;t think that should matter.</p><p>text output and screenshot<br /><a href="https://get.refracta.org/files/misc/alphautilz.out" rel="nofollow">https://get.refracta.org/files/misc/alphautilz.out</a><br /><a href="https://get.refracta.org/files/misc/alphautilz-output.png" rel="nofollow">https://get.refracta.org/files/misc/alp … output.png</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 20 Feb 2025 20:09:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54563#p54563</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53643#p53643</link>
			<description><![CDATA[<p>@moulder61 Nice! Working on a theme project now that includes lots of Miyolinux, he really nailed it at multiple instances with his experimentation, everything I do is based on that philosophy of &quot;make it your own&quot; which to me is the heart and soul of linux in general.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 27 Dec 2024 03:27:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53643#p53643</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53537#p53537</link>
			<description><![CDATA[<p>@greenjeans</p><p>I took the 2022 MiyoLinux JWM build and updated it to Daedalus then &quot;converted&quot; it to my configs. It&#039;s a minimal XFWM setup, very much of the &quot;make it your own&quot; philosophy. Miyo(Dan) himself quite likes it too. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> </p><p>I&#039;m currently working on my own version with a lot fewer packages, and possibly using Calamares as an installer. It&#039;s slow going as I have a lot of other projects I&#039;m juggling at the moment, none of which are getting finished!</p><p>Moulder.</p>]]></description>
			<author><![CDATA[dummy@example.com (moulder61)]]></author>
			<pubDate>Fri, 20 Dec 2024 23:34:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53537#p53537</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53535#p53535</link>
			<description><![CDATA[<p>Yep, Refracta uses it, that&#039;s where I first ran across it and started using it. MUCH smaller than Zenity, yet does everything I need it to so far.</p><p>Just noticed your link to MIYO based projects, gonna have to download that and give it a try, I love me some Miyo, all the stuff I do now is originally based on Miyo from back in 2017.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 20 Dec 2024 22:03:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53535#p53535</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53531#p53531</link>
			<description><![CDATA[<p>@greenjeans</p><p>I have dabbled with yad here and there. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> I think refractas gui front end uses yad, possibly?</p><p>I paid for a commercial version of basic about 20 years ago and am trying to get my moneysworth out of it!</p><p>So, if anything, I&#039;d try to do it in that. If it doesn&#039;t work, it doesn&#039;t matter. It would just be an experiment to see if I could or not? </p><p>Moulder.</p>]]></description>
			<author><![CDATA[dummy@example.com (moulder61)]]></author>
			<pubDate>Fri, 20 Dec 2024 15:57:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53531#p53531</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53530#p53530</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I could be tempted to try to make a gui for it, but it&#039;s a bit out of my league really.</p></div></blockquote></div><p>Yad is your friend. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> The learning curve is very small, once you figure it out it&#039;s pretty fun messing with it.</p><p>Yad+shellscript and you can make a machine do anything, i&#039;m having a blast with it last few days, mocked up a script+gui last night to adjust xset settings in lieu of using a dedicated screensaver/power manager.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 20 Dec 2024 15:30:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53530#p53530</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53524#p53524</link>
			<description><![CDATA[<p>Retested my ISO in virtual machine, which is set to legacy&#160; and it booted.</p>]]></description>
			<author><![CDATA[dummy@example.com (dyfi)]]></author>
			<pubDate>Fri, 20 Dec 2024 05:42:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53524#p53524</guid>
		</item>
		<item>
			<title><![CDATA[Re: α-utilz  -- a funky version of refractasnapshot/installer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53523#p53523</link>
			<description><![CDATA[<p>That&#039;s why I never wrote the script. It&#039;s way too complicated for me. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /><br />But, it did what I needed, so I&#039;m happy. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />I could be tempted to try to make a gui for it, but it&#039;s a bit out of my league really.</p><p>Moulder.</p>]]></description>
			<author><![CDATA[dummy@example.com (moulder61)]]></author>
			<pubDate>Fri, 20 Dec 2024 00:37:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53523#p53523</guid>
		</item>
	</channel>
</rss>
