dracut-functions: update inst_binary()
authorMichal Soltys <soltys@ziu.info>
Tue, 10 May 2011 12:36:23 +0000 (14:36 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 10 May 2011 12:46:06 +0000 (14:46 +0200)
commit09a19bb1ba221bbac31d9d2932d0507c2d643399
tree8d56633d8f1636a2b81886c168faa67e228fba00
parent027911102697b105613acc285ef7d5666bdc8d19
dracut-functions: update inst_binary()

This update adds support for sort-of corner case - when explicitly
specified binary (e.g. through dracut_install or inst) is a library
itself.

In such case, we would expect the binary to undergo typical
library-related handling (symlinks and such).

Apart from that, the patch cleans indenting and a few unused variables
in inst_binary() (probably leftovers from the past ?)

Signed-off-by: Michal Soltys <soltys@ziu.info>
dracut-functions