summaryrefslogtreecommitdiff
path: root/install
AgeCommit message (Expand)AuthorFilesLines
2013-06-06dracut-install: install libs also from one dir aboveHarald Hoyer3-19/+164
2013-05-28Fix memory leakKamil Rytarowski1-1/+1
2013-05-28Always check the return number of asprintfKamil Rytarowski1-11/+48
2013-05-28Use consistiently termination code macrosKamil Rytarowski1-2/+2
2013-05-28Introduce stricter type correctnessKamil Rytarowski1-6/+6
2013-05-28Fix parsing command line argumentsKamil Rytarowski1-1/+1
2013-04-29dracut-install: make use of _cleanup_* macrosHarald Hoyer3-135/+281
2013-04-25fixed fips modeHarald Hoyer1-1/+9
2013-04-18dracut-install: error out, if ldd reports no execution permissionHarald Hoyer1-0/+6
2013-03-14dracut-install: handle more ldd errorsHarald Hoyer1-0/+6
2012-10-03install/dracut-install.c: do not ldd directoriesHarald Hoyer1-1/+4
2012-09-26install/dracut-install.c: support find_binary for <src> <dst>Harald Hoyer1-44/+83
2012-08-24dracut-install: FIPS workaround for fipscheck dirMilan Broz1-5/+15
2012-08-23install/dracut-install.c: correct usage() for hmacHarald Hoyer1-1/+1
2012-08-21install/dracut-install.c: No need to compare the NULL byte each time.Colin Guthrie1-1/+1
2012-08-21install/dracut-install.c: Deal gracefully with paths containing double /'sColin Guthrie1-2/+8
2012-08-21install/dracut-install.c: Ensure deps are resolved when handling scriptsColin Guthrie1-2/+7
2012-07-26install/dracut-install.c: convert destrootdir to realpathHarald Hoyer1-0/+9
2012-07-26Remove object file from repo: install/hashmap.oAmadeusz Żołnowski1-0/+0
2012-07-11install/dracut-install.c: check for empty or "/" destdirHarald Hoyer1-6/+11
2012-07-10install/dracut-install.c: redirect stderr to stdout and skip loaderHarald Hoyer1-1/+4
2012-07-02dracut-install.c: for lazy install shebangs, do not check for existenceHarald Hoyer1-16/+19
2012-07-02dracut-install.c: give info that SOURCE argument is missingHarald Hoyer1-0/+1
2012-07-02move dracut-install to dracutbasedirHarald Hoyer1-14/+4
2012-06-30dracut-install.c: try clone ioctl for more speedHarald Hoyer1-5/+59
2012-06-29install/*: add dracut-install toolHarald Hoyer11-0/+2902