From 0cc422918f365ea565057751f415532d954ca3e9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 7 Jan 2015 08:57:52 +0100 Subject: do not recommend to create symlinks Naming executables is package manager's job. We do not touch that but use what is given. --- README-dracut.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README-dracut.md') 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 -- cgit v1.2.3-54-g00ecf