summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-10 23:44:22 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-11 00:04:25 +0100
commit3e6b1d148595eb628ebf018174b5b1f88be3e2a6 (patch)
tree696e88976ba11311c9372fb91d2c0e38aaa26486 /mkinitcpio
parent6fdbf6edefb4371179783c2539d2f30c682bd155 (diff)
downloadmkinitcpio-3e6b1d148595eb628ebf018174b5b1f88be3e2a6.tar.gz
mkinitcpio-3e6b1d148595eb628ebf018174b5b1f88be3e2a6.tar.xz
Removed/changed messages/comments about klibc/kinit
Also remove comment about "modload" in conf. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Thomas Bächler <thomas@archlinux.org>
Diffstat (limited to 'mkinitcpio')
-rwxr-xr-xmkinitcpio9
1 files changed, 4 insertions, 5 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 999901d..0865482 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -1,10 +1,9 @@
#!/bin/bash
# mkinitcpio - modular tool for building an init ramfs cpio image
#
-# IMPORTANT: We need to keep a common base syntax here
-# because some of these hooks/scripts need to run under
-# the klibc shell or even busybox's ash - therefore, the
-# following constraints should be enforced:
+# IMPORTANT: We need to keep a common base syntax here because
+# some of these hooks/scripts need to run under busybox's ash -
+# therefore, the following constraints should be enforced:
# variables should be quoted and bracketed "${SOMEVAR}"
# inline execution should be done with $() instead of backticks
# use -z "${var}" to test for nulls/empty strings
@@ -54,7 +53,7 @@ usage ()
echo " -g IMAGE Generate a cpio image as IMAGE. default: no"
echo " -a NAME Append to an existing filelist. default: no"
echo " -p PRESET Build specified preset."
- echo " -m MESSAGE Print MESSAGE before passing control to kinit."
+ echo " -m MESSAGE Print MESSAGE before passing control to init."
echo " -S SKIPHOOKS Skip SKIPHOOKS (comma-separated) when building the image."
echo " -v Verbose output. Default: no"
echo " -M Display modules found via autodetection."