diff options
author | Christian Hesse <mail@eworm.de> | 2015-01-07 08:57:52 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-01-07 08:57:52 +0100 |
commit | 0cc422918f365ea565057751f415532d954ca3e9 (patch) | |
tree | 3d7a70707d73d1cbe9c850f4ae079155b8c0d534 /README-dracut.md | |
parent | 06fc9a2ae377c1d90ade46302c21dd886397a2af (diff) | |
download | mkinitcpio-ykfde-0cc422918f365ea565057751f415532d954ca3e9.tar.gz mkinitcpio-ykfde-0cc422918f365ea565057751f415532d954ca3e9.tar.zst |
do not recommend to create symlinks
Naming executables is package manager's job. We do not touch that but
use what is given.
Diffstat (limited to 'README-dracut.md')
-rw-r--r-- | README-dracut.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/README-dracut.md b/README-dracut.md index 9eb7664..9573980 100644 --- a/README-dracut.md +++ b/README-dracut.md @@ -20,14 +20,16 @@ To compile and use yubikey full disk encryption you need: Build and install ----------------- -Building and installing is very easy. Make sure you have a Softlink from markdown to markdown_py -> ln -s /bin/markdown_py /bin/markdown - -Just run: +Building and installing is very easy. Just run: > make -followed by: +Some distributions do have different names for `markdown` executable. +For Fedora you have to run: + +> make MD=markdown_py + +Build command is followed by: > make install-dracut |