mirror of
https://github.com/rancher/os.git
synced 2025-07-17 16:41:04 +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/share/git-core \
|
||||||
--exclude=usr/bin/git \
|
--exclude=usr/bin/git \
|
||||||
--exclude=usr/bin/ssh \
|
--exclude=usr/bin/ssh \
|
||||||
--exclude=usr/libexec/git-core \
|
--exclude=usr/libexec \
|
||||||
usr
|
usr
|
||||||
|
|
||||||
./scripts/hash-initrd
|
./scripts/hash-initrd
|
||||||
|
Loading…
Reference in New Issue
Block a user