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:
parent
1f50386828
commit
13d31e497b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user