1
0
mirror of https://github.com/rancher/os.git synced 2025-07-16 08:05:51 +00:00

Exclude the whole dir 'usr/libexec' in the initrd

This commit is contained in:
niusmallnan 2018-09-26 17:42:19 +08:00
parent 1f50386828
commit 13d31e497b

View File

@ -18,7 +18,7 @@ docker export ${DFS_ARCH} | tar xf - -C ${INITRD_DIR} --exclude=usr/bin/docker*
--exclude=usr/share/git-core \
--exclude=usr/bin/git \
--exclude=usr/bin/ssh \
--exclude=usr/libexec/git-core \
--exclude=usr/libexec \
usr
./scripts/hash-initrd