mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 09:42:45 +00:00
rootfs: add PACKAGE var to debian config
debian config seems to be missing PACKAGE variable altogether. Add it along with appending chrony to the list. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
510ddd28c8
commit
0b33519709
@ -8,6 +8,8 @@ OS_VERSION=${OS_VERSION:-9.5}
|
||||
# Set OS_NAME to the desired debian "codename"
|
||||
OS_NAME=${OS_NAME:-"stretch"}
|
||||
|
||||
PACKAGES="systemd iptables init chrony"
|
||||
|
||||
# NOTE: Re-using ubuntu rootfs configuration, see 'ubuntu' folder for full content.
|
||||
source $script_dir/ubuntu/$CONFIG_SH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user