diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-09-12 06:27:36 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-09-17 16:31:09 +0200 |
commit | 41eb799039a7a7fd00471642c06318f53e633134 (patch) | |
tree | ec032873b9e7bcb1e6996c851a425ac1b57d6db6 /install | |
parent | 49cfeccb335583ca1dd9e519b9504ca52b9a74ca (diff) | |
download | mkinitcpio-41eb799039a7a7fd00471642c06318f53e633134.tar.gz mkinitcpio-41eb799039a7a7fd00471642c06318f53e633134.tar.xz |
install/base: update help verbiage
This hasn't provided actual directories in a while. Reword it to point
out that it's only providing the critical scripts and binaries for
booting.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'install')
-rw-r--r-- | install/base | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/base b/install/base index 02678e9..ad0e5f2 100644 --- a/install/base +++ b/install/base @@ -26,8 +26,8 @@ build() { help() { cat <<HELPEOF -This hook sets up all initial directories and installs base utilities. DO NOT -remove this one unless you know what you're doing. +This hook provides crucial runtime necessities for booting. DO NOT +remove this hook unless you know what you're doing. HELPEOF } |