Fix copying apt keys from host to containers
Without the trailing slash the keys had an extra level of directories as follows: /etc/apt/trusted.gpg.d/trusted.gpg.d/<keys> Change-Id: Ibe4112ef947513439643025ddf0fd543b28aba70
This commit is contained in:
parent
a6cae27fa3
commit
9fd34ada15
@ -22,7 +22,7 @@ _lxc_cache_map:
|
||||
copy_from_host:
|
||||
- /etc/apt/sources.list
|
||||
- /etc/apt/apt.conf.d/
|
||||
- /etc/apt/trusted.gpg.d
|
||||
- /etc/apt/trusted.gpg.d/
|
||||
- /etc/apt/preferences.d/
|
||||
- /etc/environment
|
||||
- /etc/localtime
|
||||
|
@ -22,7 +22,7 @@ _lxc_cache_map:
|
||||
copy_from_host:
|
||||
- /etc/apt/sources.list
|
||||
- /etc/apt/apt.conf.d/
|
||||
- /etc/apt/trusted.gpg.d
|
||||
- /etc/apt/trusted.gpg.d/
|
||||
- /etc/apt/preferences.d/
|
||||
- /etc/environment
|
||||
- /etc/localtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user