about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--core/apparmor.html2
-rw-r--r--core/bash.html2
-rw-r--r--core/configure.html2
-rw-r--r--core/dash.html2
-rw-r--r--core/exim.html2
-rw-r--r--core/hardening.html2
-rw-r--r--core/index.html6
-rw-r--r--core/install.html58
-rw-r--r--core/linux.html2
-rw-r--r--core/network.html2
-rw-r--r--core/package.html2
-rw-r--r--core/ports.html2
-rw-r--r--core/reboot.html2
-rw-r--r--core/samhain.html2
-rw-r--r--core/sysctl.html2
-rw-r--r--core/tmux.html2
-rw-r--r--core/toolchain.html2
-rw-r--r--core/tty-terminal.html2
-rw-r--r--tools/scripts/pkgmk-test.sh2
19 files changed, 45 insertions, 53 deletions
diff --git a/core/apparmor.html b/core/apparmor.html
index 709f2a4..9954593 100644
--- a/core/apparmor.html
+++ b/core/apparmor.html
@@ -98,7 +98,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/bash.html b/core/bash.html
index be17c71..72e746d 100644
--- a/core/bash.html
+++ b/core/bash.html
@@ -156,7 +156,7 @@ fi        </pre>
         <p>
         This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/configure.html b/core/configure.html
index 2fadfcf..7d34bf7 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -272,7 +272,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
     </body>
diff --git a/core/dash.html b/core/dash.html
index 134616d..a273107 100644
--- a/core/dash.html
+++ b/core/dash.html
@@ -21,7 +21,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
     </body>
diff --git a/core/exim.html b/core/exim.html
index 2f93af8..23708d2 100644
--- a/core/exim.html
+++ b/core/exim.html
@@ -226,7 +226,7 @@
         <p>
         This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
     </body>
diff --git a/core/hardening.html b/core/hardening.html
index 60fea58..1455398 100644
--- a/core/hardening.html
+++ b/core/hardening.html
@@ -45,7 +45,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/index.html b/core/index.html
index 9145f3e..8be7606 100644
--- a/core/index.html
+++ b/core/index.html
@@ -2,13 +2,13 @@
 <html dir="ltr" lang="en">
     <head>
 	<meta charset='utf-8'>
-	<title>c9 Core OS</title>
+	<title>Core OS</title>
     </head>
     <body>
 
 	<a href="../index.html">Documentation Index</a>
 
-	<h1>c9 Core OS</h1>
+	<h1>Core OS</h1>
 
 	<p>c9 Core OS covers installation and configuration of
 	basic functionality of Crux 3.4 Gnu\Linux operating system.
@@ -155,7 +155,7 @@
 	<p>
 	This is part of the Hive System Documentation.
 	Copyright (C) 2018
-	c9 team.
+	Hive Team.
 	See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
 	for copying conditions.</p>
 
diff --git a/core/install.html b/core/install.html
index dfde50a..46793c9 100644
--- a/core/install.html
+++ b/core/install.html
@@ -75,7 +75,7 @@
         installations. Partition size 128M;</p>
 
         <pre>
-        (parted) mkpart ESP fat32 4 125
+        (parted) mkpart ESP fat32 4 132
         (parted) name 2 efi
         (parted) set 2 boot on
         </pre>
@@ -83,70 +83,62 @@
         <h3>/boot</h3>
 
         <p>Boot partition. Partition with 1G provide room for kernels
-        and crux iso that can be directly boot from grub (without root
+        and bootable iso's that can be directly boot from grub (without root
         partition). Partition size 1G;</p>
 
         <pre>
-        (parted) mkpart primary ext4 125 1128
+        (parted) mkpart primary ext4 132 1132
         (parted) name 3 boot
         </pre>
 
         <h3>/</h3>
 
-        <p>Normal core crux installation root partition uses
-        approximately 2G, without /usr 200MB-500M. Minimum 2G
-        is recommended to give room to root home directory with
-        dedicated (separated) usr and var partition.
-        Partition size 4G;</p>
+        <p>Core collection installation on root partition uses
+        approximately 2G. Partition with 8G-20G is recommended
+        for a server or desktop with dedicated ports partition
+        or using only compiled packages. Partition size 20G;</p>
 
         <pre>
-        (parted) mkpart primary ext4 1128 5128
+        (parted) mkpart primary ext4 1132 21132
         (parted) name 4 root
         </pre>
 
         <h3>/var</h3>
 
         <p>Var partition is recommended 1G-5G depending on how
-        system is configured. Partition size 1G;</p>
+        system is configured. Partition size 2G;</p>
 
         <pre>
-        (parted) mkpart primary ext4 5128 6128
+        (parted) mkpart primary ext4 21132 23132
         (parted) name 5 var
         </pre>
 
-        <h3>/usr</h3>
-
-        <p>User partition with 4G-8G is recommended for a desktop
-        setup, with dedicated partition for ports. Partition size
-        8G;</p>
-
-        <pre>
-        (parted) mkpart primary ext4 6128 14128
-        (parted) name 6 usr
-        </pre>
-
         <h3>Swap (ram)</h3>
 
         <p>Swap partition general advice is to have the same size as
         memory ram, ports system will be configured to build on ram.
-        To build firefox is necessary at least 34G, swap partitions
-        will be added to lvm and this partition removed.
-        Partition size 4G;</p>
+        To build firefox is necessary at least 34G. Partition size 4G;</p>
+
+        <p>Is better to create swap partition later using
+        <a href="../tools/lvm.html">lvm</a>.</p>
 
         <pre>
-        (parted) mkpart primary linux-swap 14128 18128
-        (parted) name 3 swap
+        (parted) mkpart primary linux-swap 23132 27132
+        (parted) name 6 swap
         </pre>
 
         <h3>/home</h3>
 
-        <p>Home partition general advice is to fill the rest of disk
-        space. Home partition will be added later to lvm and this
-        partition removed. Fill the rest of disk space;</p>
+        <p>Home partition on desktop fill the rest of disk
+        space while on server this partition can be unnecessary.
+        Fill the rest of disk space;</p>
+
+        <p>Is better to create home partition later using
+        <a href="../tools/lvm.html">lvm</a>.</p>
 
         <pre>
-        (parted) mkpart primary ext4 18128 100%
-        (parted) name 8 home
+        (parted) mkpart primary ext4 27132 100%
+        (parted) name 7 home
         </pre>
 
         <h2 id="step3">1.1.3. Prepare Install</h2>
@@ -354,7 +346,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/linux.html b/core/linux.html
index f4dd14f..670d0e7 100644
--- a/core/linux.html
+++ b/core/linux.html
@@ -858,7 +858,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/network.html b/core/network.html
index feb9765..2b94e50 100644
--- a/core/network.html
+++ b/core/network.html
@@ -445,7 +445,7 @@
         <p>
         This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/package.html b/core/package.html
index 4aa649d..bedb132 100644
--- a/core/package.html
+++ b/core/package.html
@@ -184,7 +184,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/ports.html b/core/ports.html
index 7f1cd54..32e5095 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -191,7 +191,7 @@
         <p>
         This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
     </body>
diff --git a/core/reboot.html b/core/reboot.html
index 1fae99b..505a889 100644
--- a/core/reboot.html
+++ b/core/reboot.html
@@ -225,7 +225,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
     </body>
diff --git a/core/samhain.html b/core/samhain.html
index f161a16..d28a6d2 100644
--- a/core/samhain.html
+++ b/core/samhain.html
@@ -257,7 +257,7 @@
         <p>
         This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/sysctl.html b/core/sysctl.html
index b871158..525a6cf 100644
--- a/core/sysctl.html
+++ b/core/sysctl.html
@@ -618,7 +618,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/tmux.html b/core/tmux.html
index d6bc2c5..b94253d 100644
--- a/core/tmux.html
+++ b/core/tmux.html
@@ -110,7 +110,7 @@
         <p>
         This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/toolchain.html b/core/toolchain.html
index 0ed64bc..57113fd 100644
--- a/core/toolchain.html
+++ b/core/toolchain.html
@@ -176,7 +176,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
 
diff --git a/core/tty-terminal.html b/core/tty-terminal.html
index 2696119..6eb08d3 100644
--- a/core/tty-terminal.html
+++ b/core/tty-terminal.html
@@ -74,7 +74,7 @@
         <a href="index.html">Core OS Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2018
-        c9 team.
+        Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>
     </body>
diff --git a/tools/scripts/pkgmk-test.sh b/tools/scripts/pkgmk-test.sh
index a279967..4cfe2c3 100644
--- a/tools/scripts/pkgmk-test.sh
+++ b/tools/scripts/pkgmk-test.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 CONF=${DIR}/pkgmk-test.conf
-
+echo "pkgmk -cf $CONF -d -is $1"
 fakeroot pkgmk -cf $CONF -d -is $1