summaryrefslogtreecommitdiff
path: root/drain
AgeCommit message (Collapse)Author
2018-05-23drain: Don't try to extract file flagsLuke Shumaker
bsdtar's --fflags is implied by -p, but this doesn't work on btrfs. I should look in to also adding --no-acls and --no-xattrs, which I believe would bring it in to accord with libalpm. The only way to set certain libarchive flags in bsdtar is to say -p, and then turn off the ones you don't want; it makes it hard to reason about setting the flags the same as libalpm does. Anyway, this gets it working on btrfs.
2018-01-29I'm a dummy; I mixed up holo's resource dir and libdirLuke Shumaker
2018-01-29Only use the holo-files pluginLuke Shumaker
2018-01-29first attempt at supporting new things from holo and systemdLuke Shumaker
2017-01-31The move from $workdir/etc to $workdir/chroot/etc confused old installs.Luke Shumaker
1. It left the old directory around. 2. etc.git has a post-install hook that has the directory hard-coded.
2017-01-28Fix remaining issues with holo integration.Luke Shumaker
2017-01-28initial fix of obvious problemsLuke Shumaker
2017-01-28Initial commit of holo-files integration.Luke Shumaker
2016-12-30Refactor to be friendlier with OpenRC; expand README.Luke Shumaker