You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build.sh
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ function load_config() {
88
88
# Verify that necessary configuration values are set and they are valid
89
89
functioncheck_config() {
90
90
local expected_config_version
91
-
expected_config_version="0.2"
91
+
expected_config_version="0.3"
92
92
93
93
if [[ "$CONFIG_FILE_VERSION"!="$expected_config_version" ]];then
94
94
>&2echo"Invalid or old config version $CONFIG_FILE_VERSION, expected $expected_config_version. Please update your configuration file from the default."
@@ -192,11 +192,9 @@ EOF
192
192
# generate manifest
193
193
sudo chroot chroot dpkg-query -W --showformat='${Package} ${Version}\n'| sudo tee image/casper/filesystem.manifest
0 commit comments