From 1b21add920b56007b8597db667e858a403a88b1d Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Tue, 5 Dec 2023 19:16:43 -0500 Subject: [PATCH] ubuntu: upgrade packages during genimg --- 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 upgrade run_root apt-get -y install locales run_root apt-get -y install linux-base run_root apt-get -y install linux-image-generic -- 2.38.5