From 8eea59aae56cf5e153560e7e776070906c6af2bc Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 3 Sep 2012 12:47:07 -0400 Subject: mkinitcpio.8: add missing doc for add_symlink Signed-off-by: Dave Reisner --- mkinitcpio.8.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt index 107e7a2..a33869d 100644 --- a/mkinitcpio.8.txt +++ b/mkinitcpio.8.txt @@ -131,6 +131,11 @@ functions exist to facilitate this. calling *add_file*, *add_dir*, and *add_symlink* accordingly. This function will not follow symlinks, nor will it add the targets of symlinks. +*add_symlink* 'path' 'link-target':: + + Adds a symlink to the image at the specified `path`, pointing to the specified + `link-target`. + *add_all_modules* [ '-f filter' ] *pattern*:: add modules to the image, without regard for the autodetect whitelist. *pattern* -- cgit v1.2.3-24-g4f1b