about summary refs log tree commit diff stats
path: root/linux/install.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2021-02-26 19:48:39 +0000
committerSilvino Silva <silvino@bk.ru>2021-02-26 19:51:56 +0000
commit481f16b3d3f4a0b03ab3bb3b8d879b0c8ec25c04 (patch)
treef9502d6d48567dbad13d82432c9d9acfbd112c35 /linux/install.html
parent6ec55970fe70ad6306c768fe4a07acef50cec555 (diff)
downloaddoc-481f16b3d3f4a0b03ab3bb3b8d879b0c8ec25c04.tar.gz
fix install crux version
Diffstat (limited to 'linux/install.html')
-rw-r--r--linux/install.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/install.html b/linux/install.html
index f42f4a2..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">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>