about summary refs log tree commit diff stats
path: root/core/install.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-11-09 00:50:32 +0000
committerSilvino Silva <silvino@bk.ru>2019-11-09 00:50:32 +0000
commita230f4682823c1032413cd4974f4f3a4a1d6d389 (patch)
tree03dea1a7151a6e2b6858979c1f080676725f3b48 /core/install.html
parent0ea1c51d7926b906818283fd6fd899f11f1d56bb (diff)
downloaddoc-a230f4682823c1032413cd4974f4f3a4a1d6d389.tar.gz
initial update to crux 3.5
Diffstat (limited to 'core/install.html')
-rw-r--r--core/install.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/install.html b/core/install.html
index 1526c12..6ee381b 100644
--- a/core/install.html
+++ b/core/install.html
@@ -2,20 +2,20 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>1.1. Install Crux 3.4</title>
+        <title>1.1. Install Crux 3.5</title>
     </head>
     <body>
 
         <a href="index.html">Core OS Index</a>
 
-        <h1>1.1. Install Crux 3.4</h1>
+        <h1>1.1. Install Crux 3.5</h1>
 
-        <p>Installation of minimal Crux 3.4 Gnu\Linux system,
+        <p>Installation of minimal Crux 3.5 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-4">Hand book 3.4</a>,
+        <a href="http://crux.nu/Main/Handbook3-5">Hand book 3.4</a>,
         .</p>
 
         <p>If you are booting from crux iso and is not your keyboard
@@ -34,10 +34,10 @@
         iso from master repo and checks md5sum.</p>
 
         <pre>
-        $ curl -k -O https://serverop.de/crux/crux-3.4/iso/crux-3.4.iso
-        $ curl -k -O https://serverop.de/crux/crux-3.4/iso/crux-3.4.md5
-        $ md5sum crux-3.4.iso
-        73bf4d301e2dcfb0636cb7fc2a9e8fde crux-3.4.iso
+        $ curl -k -O https://serverop.de/crux/crux-3.5/iso/crux-3.5.iso
+        $ curl -k -O https://serverop.de/crux/crux-3.5/iso/crux-3.5.md5
+        $ md5sum crux-3.5.iso
+        73bf4d301e2dcfb0636cb7fc2a9e8fde crux-3.5.iso
         </pre>
 
         <h2 id="step2">1.1.2. Prepare target</h2>
@@ -240,7 +240,7 @@
         <pre>
         # modprobe isofs
         # modprobe loop
-        # mount -o loop crux-3.4.iso $CHROOT/media
+        # mount -o loop crux-3.5.iso $CHROOT/media
         </pre>
 
         <h2 id="step4">1.1.4. Install Crux</h2>