Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | install/dracut-install.c: do not ldd directories | Harald Hoyer | 1 | -1/+4 | |
2012-09-26 | install/dracut-install.c: support find_binary for <src> <dst> | Harald Hoyer | 1 | -44/+83 | |
also factor out find_binary() | |||||
2012-08-24 | dracut-install: FIPS workaround for fipscheck dir | Milan Broz | 1 | -5/+15 | |
In recent Fedora distro are all hmac files located in /lib (to avoid multiarch conflict). When installing hmac file, also install files from these locations. Signed-off-by: Milan Broz <mbroz@redhat.com> | |||||
2012-08-23 | install/dracut-install.c: correct usage() for hmac | Harald Hoyer | 1 | -1/+1 | |
2012-08-21 | install/dracut-install.c: No need to compare the NULL byte each time. | Colin Guthrie | 1 | -1/+1 | |
2012-08-21 | install/dracut-install.c: Deal gracefully with paths containing double /'s | Colin Guthrie | 1 | -2/+8 | |
While such paths should not be included internally, we cannot guarantee that external scripts with shebangs will not do this. Some older versions of plymouth also resulted in double /'s in some paths, so best deal with this gracefully. | |||||
2012-08-21 | install/dracut-install.c: Ensure deps are resolved when handling scripts | Colin Guthrie | 1 | -2/+7 | |
If we are doing lazy dep solving and happen to process a script with a shebang on e.g. /bin/bash before we encounter the actual binary itself we effectively ignore the fact that we've been asked to resolve the deps and put the item in the 'seen' hashmap. Thus when we later really do try and resolve deps, we short circuit and don't do anything. Example test case: $ cd $ mkdir -p foo/bin $ cp /bin/bash foo/bin $ echo '#!/bin/bash' >foo/bin/script $ dracut-install -D $HOME/foo -R $HOME/foo/bin/script $HOME/foo/bin/bash | |||||
2012-07-26 | install/dracut-install.c: convert destrootdir to realpath | Harald Hoyer | 1 | -0/+9 | |
otherwise we get strange errors if it ends with a slash and does not exist. | |||||
2012-07-26 | Remove object file from repo: install/hashmap.o | Amadeusz Żołnowski | 1 | -0/+0 | |
2012-07-11 | install/dracut-install.c: check for empty or "/" destdir | Harald Hoyer | 1 | -6/+11 | |
2012-07-10 | install/dracut-install.c: redirect stderr to stdout and skip loader | Harald Hoyer | 1 | -1/+4 | |
skip if ldd was run on the loader | |||||
2012-07-02 | dracut-install.c: for lazy install shebangs, do not check for existence | Harald Hoyer | 1 | -16/+19 | |
2012-07-02 | dracut-install.c: give info that SOURCE argument is missing | Harald Hoyer | 1 | -0/+1 | |
2012-07-02 | move dracut-install to dracutbasedir | Harald Hoyer | 1 | -14/+4 | |
We do not want to install dracut-install to /usr/bin until all interfaces are set to stone and the manpage is written. Until then the tool is dracut internal. | |||||
2012-06-30 | dracut-install.c: try clone ioctl for more speed | Harald Hoyer | 1 | -5/+59 | |
2012-06-29 | install/*: add dracut-install tool | Harald Hoyer | 11 | -0/+2902 | |