<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Arch on YROOT</title><link>https://yroot.io/tags/arch/</link><description>Recent content in Arch on YROOT</description><generator>Hugo</generator><language>de</language><lastBuildDate>Sat, 11 Mar 2023 17:34:00 +0200</lastBuildDate><atom:link href="https://yroot.io/tags/arch/index.xml" rel="self" type="application/rss+xml"/><item><title>Archlinux mit Wayland</title><link>https://yroot.io/posts/archlinux-with-wayland/</link><pubDate>Sat, 11 Mar 2023 17:34:00 +0200</pubDate><guid>https://yroot.io/posts/archlinux-with-wayland/</guid><description>&lt;h2
 id="arch-linux-wichtige-links"
 class="prose-h2"
&gt;
 &lt;a
 href="#arch-linux-wichtige-links"
 class="prose-anchor-prefix"
 aria-hidden="true"
 tabindex="-1"
 &gt;##&lt;/a&gt;Arch Linux Wichtige Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://archlinux.org/download/" data-path="/download/" target="_blank" rel="noopener nofollow"&gt;Arch Linux Download-Seite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wiki.archlinux.org/title/Installation_guide" data-path="/title/Installation_guide" target="_blank" rel="noopener nofollow"&gt;Arch Linux Wiki Installationsanleitung&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2
 id="grundlegende-einrichtung"
 class="prose-h2"
&gt;
 &lt;a
 href="#grundlegende-einrichtung"
 class="prose-anchor-prefix"
 aria-hidden="true"
 tabindex="-1"
 &gt;##&lt;/a&gt;Grundlegende Einrichtung&lt;/h2&gt;
&lt;p&gt;Tastaturbelegung laden&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;loadkeys de&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h3
 id="festplatte-vorbereiten"
 class="prose-h3"
&gt;
 &lt;a
 href="#festplatte-vorbereiten"
 class="prose-anchor-prefix"
 aria-hidden="true"
 tabindex="-1"
 &gt;###&lt;/a&gt;Festplatte vorbereiten&lt;/h3&gt;
&lt;h4
 id="partitionierung"
 class="prose-h4"
&gt;
 &lt;a
 href="#partitionierung"
 class="prose-anchor-prefix"
 aria-hidden="true"
 tabindex="-1"
 &gt;####&lt;/a&gt;Partitionierung&lt;/h4&gt;
&lt;p&gt;Ziel:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1G Boot-Partition&lt;/li&gt;
&lt;li&gt;(RAM * 1.5) Swap-Partition&lt;/li&gt;
&lt;li&gt;Root-Partition&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;cfdisk /dev/sda&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h4
 id="formatierung"
 class="prose-h4"
&gt;
 &lt;a
 href="#formatierung"
 class="prose-anchor-prefix"
 aria-hidden="true"
 tabindex="-1"
 &gt;####&lt;/a&gt;Formatierung&lt;/h4&gt;

&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;mkfs.fat -F &lt;span class="m"&gt;32&lt;/span&gt; /dev/sda1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;mkswap /dev/sda2&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Verschlüsselte ext4-Root-Partition erstellen&lt;/p&gt;

&lt;pre tabindex="0"&gt;&lt;code&gt;cryptsetup -y -v luksFormat /dev/sda3
cryptsetup open /dev/sda2 cryptroot
mkfs.ext4 /dev/mapper/root&lt;/code&gt;&lt;/pre&gt;
&lt;h4
 id="partitionen-einhängen"
 class="prose-h4"
&gt;
 &lt;a
 href="#partitionen-einh%c3%a4ngen"
 class="prose-anchor-prefix"
 aria-hidden="true"
 tabindex="-1"
 &gt;####&lt;/a&gt;Partitionen einhängen&lt;/h4&gt;

&lt;pre tabindex="0"&gt;&lt;code&gt;mount /dev/mapper/cryptroot /mnt

mount --mkdir /dev/sda1 /mnt/boot

swapon /dev/sda2&lt;/code&gt;&lt;/pre&gt;
&lt;h3
 id="pacman-vorbereiten"
 class="prose-h3"
&gt;
 &lt;a
 href="#pacman-vorbereiten"
 class="prose-anchor-prefix"
 aria-hidden="true"
 tabindex="-1"
 &gt;###&lt;/a&gt;Pacman vorbereiten&lt;/h3&gt;
&lt;p&gt;Download-Server aktualisieren&lt;/p&gt;</description></item></channel></rss>