From 0b3351970984ac1166c8719f362c7f17bef9812d Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Tue, 19 Mar 2019 14:30:10 -0700 Subject: [PATCH] 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 --- rootfs-builder/debian/config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs-builder/debian/config.sh b/rootfs-builder/debian/config.sh index 698a128b2b..9eb022e668 100644 --- a/rootfs-builder/debian/config.sh +++ b/rootfs-builder/debian/config.sh @@ -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