<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chroot on Dominicus In</title><link>https://dominicusin.github.io/tags/chroot/</link><description>Recent content in Chroot on Dominicus In</description><generator>Hugo -- gohugo.io</generator><language>ru</language><copyright>© 2026</copyright><lastBuildDate>Fri, 24 Jan 2025 09:46:30 +0000</lastBuildDate><atom:link href="https://dominicusin.github.io/tags/chroot/index.xml" rel="self" type="application/rss+xml"/><item><title>chroot</title><link>https://dominicusin.github.io/2025/01/24/gist-chroot/</link><pubDate>Fri, 24 Jan 2025 09:46:30 +0000</pubDate><guid>https://dominicusin.github.io/2025/01/24/gist-chroot/</guid><description>&lt;p&gt;author: DominicusIn&lt;/p&gt;
&lt;p&gt;chroot&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/dominicusin/8402abedb4df49c2852ce150f03a5372" target="_blank" rel="noreferrer"&gt;View on GitHub Gist&lt;/a&gt;&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;dnf --releasever=&amp;#39;rawhide&amp;#39; --repofrompath=&amp;#39;rawhide,http://mirrors.dotsrc.org/fedora-enchilada/linux/development/rawhide/Everything/x86_64/os/&amp;#39; --repofrompath=&amp;#39;rawhide-modular,https://mirrors.huaweicloud.com/repository/fedora/development/rawhide/Modular/x86_64/os/&amp;#39; --installroot=&amp;#39;/chroot/fedora&amp;#39; --enablerepo=&amp;#39;rawhide,rawhide-modular&amp;#39; --setopt=install_weak_deps=True --nogpgcheck install dnf @core 
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;##dnf install --nogpgcheck --repofrompath &amp;#39;terra,https://repos.fyralabs.com/terra$releasever&amp;#39; terra-release
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;debootstrap --verbose --no-check-gpg --no-merged-usr --components=&amp;#34;main,contrib,non-free,non-free-firmware&amp;#34; ceres /chroot/devuan http://deb.devuan.org/merged
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;debootstrap --verbose --components=main,contrib,non-free-firmware,non-free --variant=minbase --merged-usr --force-check-gpg --log-extra-deps stable /chroot/debian https://deb.debian.org/debian
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;ARCH=amd64 debootstrap --arch=amd64 --verbose --components=main,multiverse,restricted,universe --extra-suites=plucky,plucky-backports,plucky-proposed,plucky-security,plucky-updates,devel-backports,devel-proposed,devel-security,devel-updates,devel --variant=minbase --merged-usr --force-check-sig --force-check-gpg --log-extra-deps --include=build-essential,tasksel,aptitude,mc,htop,most,mosh,screen,tmux plucky /mnt/Ubuntu http://archive.ubuntu.com/ubuntu/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;zypper --root /chroot/suse install --allow-vendor-change --allow-arch-change --allow-name-change --allow-downgrade --recommends --force-resolution --auto-agree-with-licenses --replacefiles --no-confirm --force --allow-unsigned-rpm --oldpackage --details zypper
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;pacman -r /chroot/arch --cachedir=/chroot/arch/var/cache/pacman/pkg --config=/chroot/arch/etc/pacman.conf -Syyuu base base-devel
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;nixos-generate-config --root /mnt/NixOS; nixos-install --root /mnt/NixOS
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;guix time-machine -C /mnt/Guix/etc/channels.scm -- system init /mnt/Guix/etc/config.scm /mnt/Guix/&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;</description></item></channel></rss>