diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-09-03 18:47:07 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-09-17 16:31:04 +0200 |
commit | 8eea59aae56cf5e153560e7e776070906c6af2bc (patch) | |
tree | f5b58c11f41bb702c21b4618c5ebde0eb47cc734 | |
parent | 2b5877dbfb24dedb23cd23ea8dbec1b1a98ad589 (diff) | |
download | mkinitcpio-8eea59aae56cf5e153560e7e776070906c6af2bc.tar.gz mkinitcpio-8eea59aae56cf5e153560e7e776070906c6af2bc.tar.xz |
mkinitcpio.8: add missing doc for add_symlink
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r-- | mkinitcpio.8.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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* |