about summary refs log tree commit diff stats
path: root/linux/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'linux/install.html')
-rw-r--r--linux/install.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/linux/install.html b/linux/install.html
index 64fbe02..299027e 100644
--- a/linux/install.html
+++ b/linux/install.html
@@ -2,20 +2,20 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>1.1. Install Crux 3.5</title>
+        <title>1.1. Install Crux 3.6</title>
     </head>
     <body>
 
-        <a href="index.html">Core OS Index</a>
+        <a href="index.html">GNU/Linux Index</a>
 
-        <h1>1.1. Install Crux 3.5</h1>
+        <h1>1.1. Install Crux 3.6</h1>
 
-        <p>Installation of minimal Crux 3.5 Gnu\Linux system,
+        <p>Installation of minimal Crux 3.6 Gnu\Linux system,
         with selected packages from core, opt and contrib
         ports. Process of installation documented can be
         executed from iso or from existing gnu\linux installation.
         Read
-        <a href="http://crux.nu/Main/Handbook3-5">Hand book 3.5</a>,
+        <a href="http://crux.nu/Main/Handbook3-6">Hand book 3.6</a>,
         .</p>
 
         <p>If you are booting from crux iso and is not your keyboard
@@ -129,12 +129,12 @@
 
         <p>Create encrypted block for lvm, partition layout of efi and bios boot systems is different.</p>
 
-        <p>On bios_boot systems partition should be  2;</p>
+        <p>On bios_boot systems partition should be  2 (sda4);</p>
 
         <pre>
         (parted) set 4 lvm on
-        # cryptsetup luksFormat /dev/sda2
-        # cryptsetup luksOpen /dev/sda2 cryptlvm
+        # cryptsetup luksFormat /dev/sda4
+        # cryptsetup luksOpen /dev/sda4 cryptlvm
         </pre>
 
         <p>Create physical group and volume group;</p>
@@ -397,10 +397,10 @@
         $ sudo cp -R  conf/skel $CHROOT/etc/
         </pre>
 
-        <a href="index.html">Core OS Index</a>
-        <p>This is part of the Tribu System Documentation.
-        Copyright (C) 2020
-        Tribu Team.
+        <a href="index.html">GNU/Linux Index</a>
+        <p>This is part of the LeetIO System Documentation.
+        Copyright (C) 2021
+        LeetIO Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>