updated again
This commit is contained in:
parent
75c0985ddd
commit
8d2b031b5a
5 changed files with 24 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" >
|
||||
<head>
|
||||
<!-- 2025-02-12 Wed 01:35 -->
|
||||
<!-- 2025-02-12 Wed 02:30 -->
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Well, get on this site and find out." />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" >
|
||||
<head>
|
||||
<!-- 2025-02-12 Wed 01:35 -->
|
||||
<!-- 2025-02-12 Wed 02:30 -->
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Well, get on this site and find out." />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
@ -73,7 +73,7 @@
|
|||
<div id="article-list"><article >
|
||||
<a href="https://rootsource.cc/Articles/tylkolinux-installation/"></a>
|
||||
|
||||
<h3>TylkoLinux install guide (Delirium-FolieA2).</h3>
|
||||
<h3>TylkoLinux install guide (Delirium).</h3>
|
||||
<p>This article will go over the installation guide for the distro</p>
|
||||
<div class="details">
|
||||
<small>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" >
|
||||
<head>
|
||||
<!-- 2025-02-12 Wed 01:35 -->
|
||||
<!-- 2025-02-12 Wed 02:30 -->
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Well, get on this site and find out." />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#9a9996" />
|
||||
<title>TylkoLinux install guide (Delirium-FolieA2). - RSCC</title>
|
||||
<title>TylkoLinux install guide (Delirium). - RSCC</title>
|
||||
<link rel="canonical" href="https://rootsource.cc/Articles/tylkolinux-installation/" /><link rel="icon" type="image/png" href="https://rootsource.cc/favicon.png" />
|
||||
|
||||
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="https://rootsource.cc/apple-touch-icon.png" />
|
||||
|
@ -17,7 +17,7 @@
|
|||
<script type="text/javascript" defer src="https://rootsource.cc/closable.js"></script>
|
||||
|
||||
<meta property="og:site_name" content="RSCC" />
|
||||
<meta property="og:title" content="TylkoLinux install guide (Delirium-FolieA2). - RSCC" />
|
||||
<meta property="og:title" content="TylkoLinux install guide (Delirium). - RSCC" />
|
||||
<meta property="og:url" content="https://rootsource.cc/Articles/tylkolinux-installation/" />
|
||||
<meta property="og:description" content="This article will go over the installation guide for the distro" />
|
||||
<meta property="og:image" content="https://rootsource.cc/card.png" />
|
||||
|
@ -62,7 +62,7 @@
|
|||
<small>
|
||||
<time datetime=" 2025-01-30T00:00:00+00:00">Published on
|
||||
January 30, 2025</time></small>
|
||||
</p><h1>TylkoLinux install guide (Delirium-FolieA2).</h1>
|
||||
</p><h1>TylkoLinux install guide (Delirium).</h1>
|
||||
</div>
|
||||
|
||||
<div id="buttons-container"><details id="toc" class="closable">
|
||||
|
@ -121,6 +121,9 @@
|
|||
<p>Proceed to change directory into it.</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#96b5b4;">cd</span><span> ./TylkoLinux/
|
||||
</span></code></pre>
|
||||
<p>And switch branch into the version.</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">git</span><span> checkout delirium
|
||||
</span></code></pre>
|
||||
<h2 id="s2-run-the-compatibility-checker">S2: Run the compatibility checker</h2>
|
||||
<p>Run the compatibility check by running the script that is inside of the repository:</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">chmod</span><span> +x ./version-check.sh && </span><span style="color:#bf616a;">./version-check.sh
|
||||
|
@ -206,8 +209,8 @@ Watch out, here's the next step:</p>
|
|||
<p>Extract the packages and rename them to the appropriate directory names</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">einrichter</span><span>> einrichter.xr
|
||||
</span></code></pre>
|
||||
<p>IMPORTANT!! Run this too, to prepare for the installation of Linux.</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">einrichter</span><span>> einrichter.add.linuxConfig
|
||||
<p>IMPORTANT!! Run this too, to prepare for the installation of Linux, and more.</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">einrichter</span><span>> einrichter.add.fs
|
||||
</span></code></pre>
|
||||
<h3 id="s6-2-creating-a-limited-directory-layout">S6.2: Creating a limited directory layout</h3>
|
||||
<p>Run the following command:</p>
|
||||
|
@ -447,6 +450,16 @@ https://www.linuxfromscratch.org/blfs/view/stable-systemd/postlfs/grub-setup.htm
|
|||
Not needed of course, if you want to tweak your current GRUB to also detect other OSes, add this to your /etc/default/grub (on the host machine)
|
||||
<code>GRUB_DISABLE_OS_PROBER=false</code>
|
||||
Update the GRUB config with the respective command.</p>
|
||||
<h3 id="s10-4-package-management">S10.4: Package management</h3>
|
||||
<p>Need a package manager? Install RPM:</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">einrichter/eic</span><span>> eic.rpm.install
|
||||
</span></code></pre>
|
||||
<p>To install tdnf, vmware's implementation of DNF, do:</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">einrichter/eic</span><span>> eic.tdnf.install
|
||||
</span></code></pre>
|
||||
<p>If you want to add more packages to your system, including NetworkManager, run:</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">einrichter/eic</span><span>> eic.plus
|
||||
</span></code></pre>
|
||||
<h2 id="s11-the-end-tm">S11: The End:tm:</h2>
|
||||
<p>Well, you made it! Congrats on installing the basics of TylkoLinux... If you want, you can also mark your installation as a TylkoLinux one by running this:</p>
|
||||
<pre data-lang="bash" style="background-color:#2b303b;color:#c0c5ce;" class="language-bash "><code class="language-bash" data-lang="bash"><span style="color:#bf616a;">einrichter/eic</span><span>> eic.signoff
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" >
|
||||
<head>
|
||||
<!-- 2025-02-12 Wed 01:35 -->
|
||||
<!-- 2025-02-12 Wed 02:30 -->
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Well, get on this site and find out." />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue