aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-15 21:18:49 +0300
committerCem Keylan <cem@ckyln.com>2020-09-15 21:18:49 +0300
commitb232f5056c18927eab5b963687d57165fe8b886e (patch)
treee9d5642e99adac5de45179224acfaff76285a99e
parent0013145861319f921ae2fce593722b29a41e325c (diff)
downloaddocs-b232f5056c18927eab5b963687d57165fe8b886e.tar.gz
update menus
-rw-r--r--contribution.texi2
-rw-r--r--cpt.texi10
-rw-r--r--init.texi9
-rw-r--r--install.texi12
-rw-r--r--top.texi2
5 files changed, 22 insertions, 13 deletions
diff --git a/contribution.texi b/contribution.texi
index 679683c..e7e776c 100644
--- a/contribution.texi
+++ b/contribution.texi
@@ -14,7 +14,7 @@ throughout the repositories, one must adhere to these conventions. Exceptions
and changes may occur with good reasoning.
@menu
-* Conventions::
+* Conventions:: Distribution conventions
* Sending Git mails::
@end menu
diff --git a/cpt.texi b/cpt.texi
index c42df2c..a3cfc30 100644
--- a/cpt.texi
+++ b/cpt.texi
@@ -19,11 +19,11 @@ a single file package manager, it revolves around the shell library @command{cpt
and many tools that wrap around it.
@menu
-* Usage::
-* Environment Variables::
-* Hooks::
-* Packaging System::
-* Rsync Repositories::
+* Usage:: Using Carbs Packaging Tools
+* Environment Variables:: Values that affect the operation of CPT
+* Hooks:: Using hooks to customize the package manager operations
+* Packaging System:: More detail on creating packages
+* Rsync Repositories:: Information on using or creating rsync repositories
@end menu
@node Usage
diff --git a/init.texi b/init.texi
index b8811af..0cefe0d 100644
--- a/init.texi
+++ b/init.texi
@@ -6,6 +6,12 @@ on boot and shutdown processes. It also provides its own halting program named
shalt. This provides a portable method that doesn't rely on non-POSIX external
programs.
+@menu
+* Configuring Init:: Ways to configure the init system
+* Init Hooks:: Adding your personal commands to the init system
+* Changing Init Program:: Replacing the default busybox init with something new
+@end menu
+
@node Configuring Init
@section Configuring Init
@@ -52,7 +58,8 @@ parameters. You can specify variables here as well, although note that the
kernel command line always gets the priority for these variables since they can
be set just before boot.
-@subsection Init Hooks
+@node Init Hooks
+@section Init Hooks
Init hooks are for custom personal commands that the user may want to add to
alter their boot. These can be used to load kernel modules, modify interfaces,
diff --git a/install.texi b/install.texi
index 26c5d96..37e8bb3 100644
--- a/install.texi
+++ b/install.texi
@@ -9,12 +9,12 @@ The instructions can also be found plaintext on
@end ifhtml
@menu
-* Preparing Environment:: Getting ready to chroot
-* Chroot:: Going inside your new system
-* System Configuration:: Customizing for your personal use
-* Kernel:: Compiling your own kernel
-* Making your system bootable:: Installing init and bootloader
-* Post-installation:: Acquiring more packages and repositories
+* Preparing Environment:: Getting ready to chroot
+* Chroot:: Going inside your new system
+* System Configuration:: Customizing for your personal use
+* Kernel:: Compiling your own kernel
+* Making your system bootable:: Installing init and bootloader
+* Post-installation:: Acquiring more packages and repositories
@end menu
@node Preparing Environment
diff --git a/top.texi b/top.texi
index 0005f88..e3c8310 100644
--- a/top.texi
+++ b/top.texi
@@ -68,6 +68,8 @@ Overview of Installation
Overview of Package manager
* Usage:: Using Carbs Packaging Tools
+* Environment Variables:: Values that affect the operation of CPT
+* Hooks:: Using hooks to customize the package manager operations
* Packaging System:: More detail on creating packages
* Rsync Repositories:: Information on using or creating rsync repositories
@end detailmenu