From: Haowen Liu <liu.haowen.andy@gmail.com>
---
This patch makes sure packages in all suites are properly up to date in
the generated image, rather than only those in the ubuntu main suite.
images/ubuntu/genimg | 1 +
1 file changed, 1 insertion(+)
diff --git a/images/ubuntu/genimg b/images/ubuntu/genimg
index 6bf312e..14cba1b 100755
--- a/images/ubuntu/genimg+++ b/images/ubuntu/genimg
@@ -110,6 +110,7 @@ deb http://archive.ubuntu.com/ubuntu/ $release-backports main restricted univers
EOF
run_root apt-key update
run_root apt-get update
+run_root apt-get -y upgraderun_root apt-get -y install locales
run_root apt-get -y install linux-base
run_root apt-get -y install linux-image-generic
--
2.43.0.windows.1