summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
diff options
context:
space:
mode:
Diffstat (limited to 'mkinitcpio')
-rwxr-xr-xmkinitcpio9
1 files changed, 1 insertions, 8 deletions
diff --git a/mkinitcpio b/mkinitcpio
index c468835..43a89df 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -1,13 +1,6 @@
#!/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 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
-# in case of embedded spaces, quote all path names and string comparisons
+# mkinitcpio - modular tool for building an initramfs images
#
declare -r version=%VERSION%