about summary refs log tree commit diff stats
path: root/core/install.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2018-07-18 21:50:28 +0100
committerSilvino Silva <silvino@bk.ru>2018-07-18 21:50:28 +0100
commitef8c5710e3188580c24f73228860b79cad57290e (patch)
tree2e4206fffed0ecdf66b0649919617438fac62214 /core/install.html
parent6eacde73690fab3ce6e34fb99034e8f2917a1164 (diff)
parent8e26cc1ca02691e621a82c274e9cfcd90181ccbe (diff)
downloaddoc-ef8c5710e3188580c24f73228860b79cad57290e.tar.gz
Merge branch 'master' into develop
Diffstat (limited to 'core/install.html')
-rw-r--r--core/install.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/core/install.html b/core/install.html
index 12921bf..dfde50a 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.3</title>
+        <title>1.1. Install Crux 3.4</title>
     </head>
     <body>
 
         <a href="index.html">Core OS Index</a>
 
-        <h1>1.1. Install Crux 3.3</h1>
+        <h1>1.1. Install Crux 3.4</h1>
 
-        <p>Installation of minimal Crux 3.3 Gnu\Linux system,
+        <p>Installation of minimal Crux 3.4 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-3">Hand book 3.3</a>,
+        <a href="http://crux.nu/Main/Handbook3-4">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.3/iso/crux-3.3.iso
-        $ curl -k -O https://serverop.de/crux/crux-3.3/iso/crux-3.3.md5
-        $ md5sum crux-3.3.iso
-        b82134d40c9947580f7510694f6970de  crux-3.3.iso
+        $ 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
         </pre>
 
         <h2 id="step2">1.1.2. Prepare target</h2>
@@ -231,7 +231,7 @@
         <pre>
         # modprobe isofs
         # modprobe loop
-        # mount -o loop crux-3.3.iso $CHROOT/media
+        # mount -o loop crux-3.4.iso $CHROOT/media
         </pre>
 
         <h2 id="step4">1.1.4. Install Crux</h2>
@@ -352,8 +352,8 @@
         </pre>
 
         <a href="index.html">Core OS Index</a>
-        <p>This is part of the c9 Manual.
-        Copyright (C) 2017
+        <p>This is part of the Hive System Documentation.
+        Copyright (C) 2018
         c9 team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>